File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/kubernetesjs/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- import { APIClient, APIClientRequestOpts } from "./client";
1+ import { APIClient, APIClientOptions, APIClientRequestOpts } from "./client";
22/* io.k8s.api.admissionregistration.v1.MutatingWebhook */
33/* MutatingWebhook describes an admission webhook and the resources and operations it applies to. */
44export interface MutatingWebhook {
@@ -13760,7 +13760,7 @@ export interface LogFileHandlerRequest {
1376013760export interface GetServiceAccountIssuerOpenIDKeysetRequest {}
1376113761export interface GetCodeVersionRequest {}
1376213762export class KubernetesClient extends APIClient {
13763- constructor(options) {
13763+ constructor(options: APIClientOptions ) {
1376413764 super(options);
1376513765 }
1376613766 async getSwaggerJSON() {
You can’t perform that action at this time.
0 commit comments