|
1 | 1 | // Jest Snapshot v1, https://goo.gl/fbAQLP
|
2 | 2 |
|
3 | 3 | exports[`merged 1`] = `
|
4 |
| -"import { APIClient, APIClientRequestOpts } from "@interweb/fetch-api-client"; |
| 4 | +"import { APIClient, APIClientRequestOpts, APIClientOptions } from "@interweb/fetch-api-client"; |
5 | 5 | export interface MutatingWebhook {
|
6 | 6 | admissionReviewVersions: string[];
|
7 | 7 | clientConfig: WebhookClientConfig;
|
@@ -10202,7 +10202,7 @@ export interface LogFileHandlerRequest {
|
10202 | 10202 | export interface GetServiceAccountIssuerOpenIDKeysetRequest {}
|
10203 | 10203 | export interface GetCodeVersionRequest {}
|
10204 | 10204 | export class KubernetesClient extends APIClient {
|
10205 |
| - constructor(options) { |
| 10205 | + constructor(options: APIClientOptions) { |
10206 | 10206 | super(options);
|
10207 | 10207 | }
|
10208 | 10208 | async getSwaggerJSON() {
|
@@ -13345,7 +13345,7 @@ export class KubernetesClient extends APIClient {
|
13345 | 13345 | `;
|
13346 | 13346 |
|
13347 | 13347 | exports[`swagger 1`] = `
|
13348 |
| -"import { APIClient, APIClientRequestOpts } from "@interweb/fetch-api-client"; |
| 13348 | +"import { APIClient, APIClientRequestOpts, APIClientOptions } from "@interweb/fetch-api-client"; |
13349 | 13349 | /* io.k8s.api.admissionregistration.v1.MutatingWebhook */
|
13350 | 13350 | /* MutatingWebhook describes an admission webhook and the resources and operations it applies to. */
|
13351 | 13351 | export interface MutatingWebhook {
|
@@ -24939,7 +24939,7 @@ export interface LogFileHandlerRequest {
|
24939 | 24939 | export interface GetServiceAccountIssuerOpenIDKeysetRequest {}
|
24940 | 24940 | export interface GetCodeVersionRequest {}
|
24941 | 24941 | export class KubernetesClient extends APIClient {
|
24942 |
| - constructor(options) { |
| 24942 | + constructor(options: APIClientOptions) { |
24943 | 24943 | super(options);
|
24944 | 24944 | }
|
24945 | 24945 | async getSwaggerJSON() {
|
|
0 commit comments