Skip to content

Commit fc95b36

Browse files
committed
options
1 parent 8eeaca1 commit fc95b36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/kubernetesjs/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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. */
44
export interface MutatingWebhook {
@@ -13760,7 +13760,7 @@ export interface LogFileHandlerRequest {
1376013760
export interface GetServiceAccountIssuerOpenIDKeysetRequest {}
1376113761
export interface GetCodeVersionRequest {}
1376213762
export class KubernetesClient extends APIClient {
13763-
constructor(options) {
13763+
constructor(options: APIClientOptions) {
1376413764
super(options);
1376513765
}
1376613766
async getSwaggerJSON() {

0 commit comments

Comments
 (0)