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";
2
2
/* io.k8s.api.admissionregistration.v1.MutatingWebhook */
3
3
/* MutatingWebhook describes an admission webhook and the resources and operations it applies to. */
4
4
export interface MutatingWebhook {
@@ -13760,7 +13760,7 @@ export interface LogFileHandlerRequest {
13760
13760
export interface GetServiceAccountIssuerOpenIDKeysetRequest {}
13761
13761
export interface GetCodeVersionRequest {}
13762
13762
export class KubernetesClient extends APIClient {
13763
- constructor(options) {
13763
+ constructor(options: APIClientOptions ) {
13764
13764
super(options);
13765
13765
}
13766
13766
async getSwaggerJSON() {
You can’t perform that action at this time.
0 commit comments