@highstate/gateway-api 0.9.18 → 0.9.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -52
- package/bin/gateway/v1/gateway.d.ts +2 -3
- package/bin/gateway/v1/gateway.js.map +1 -1
- package/bin/gateway/v1/gatewayClass.d.ts +2 -3
- package/bin/gateway/v1/gatewayClass.js.map +1 -1
- package/bin/gateway/v1/gatewayClassList.js.map +1 -1
- package/bin/gateway/v1/gatewayClassPatch.d.ts +2 -3
- package/bin/gateway/v1/gatewayClassPatch.js.map +1 -1
- package/bin/gateway/v1/gatewayList.js.map +1 -1
- package/bin/gateway/v1/gatewayPatch.d.ts +2 -3
- package/bin/gateway/v1/gatewayPatch.js.map +1 -1
- package/bin/gateway/v1/grpcroute.d.ts +2 -3
- package/bin/gateway/v1/grpcroute.js.map +1 -1
- package/bin/gateway/v1/grpcrouteList.js.map +1 -1
- package/bin/gateway/v1/grpcroutePatch.d.ts +2 -3
- package/bin/gateway/v1/grpcroutePatch.js.map +1 -1
- package/bin/gateway/v1/httproute.d.ts +2 -3
- package/bin/gateway/v1/httproute.js.map +1 -1
- package/bin/gateway/v1/httprouteList.js.map +1 -1
- package/bin/gateway/v1/httproutePatch.d.ts +2 -3
- package/bin/gateway/v1/httproutePatch.js.map +1 -1
- package/bin/gateway/v1beta1/gateway.d.ts +2 -3
- package/bin/gateway/v1beta1/gateway.js.map +1 -1
- package/bin/gateway/v1beta1/gatewayClass.d.ts +2 -3
- package/bin/gateway/v1beta1/gatewayClass.js.map +1 -1
- package/bin/gateway/v1beta1/gatewayClassList.js.map +1 -1
- package/bin/gateway/v1beta1/gatewayClassPatch.d.ts +2 -3
- package/bin/gateway/v1beta1/gatewayClassPatch.js.map +1 -1
- package/bin/gateway/v1beta1/gatewayList.js.map +1 -1
- package/bin/gateway/v1beta1/gatewayPatch.d.ts +2 -3
- package/bin/gateway/v1beta1/gatewayPatch.js.map +1 -1
- package/bin/gateway/v1beta1/httproute.d.ts +2 -3
- package/bin/gateway/v1beta1/httproute.js.map +1 -1
- package/bin/gateway/v1beta1/httprouteList.js.map +1 -1
- package/bin/gateway/v1beta1/httproutePatch.d.ts +2 -3
- package/bin/gateway/v1beta1/httproutePatch.js.map +1 -1
- package/bin/gateway/v1beta1/referenceGrant.d.ts +2 -3
- package/bin/gateway/v1beta1/referenceGrant.js.map +1 -1
- package/bin/gateway/v1beta1/referenceGrantList.js.map +1 -1
- package/bin/gateway/v1beta1/referenceGrantPatch.d.ts +2 -3
- package/bin/gateway/v1beta1/referenceGrantPatch.js.map +1 -1
- package/bin/package.json +9 -8
- package/bin/types/input.d.ts +298 -9
- package/bin/types/output.d.ts +298 -9
- package/gateway/v1/gateway.ts +2 -4
- package/gateway/v1/gatewayClass.ts +2 -4
- package/gateway/v1/gatewayClassList.ts +0 -2
- package/gateway/v1/gatewayClassPatch.ts +2 -4
- package/gateway/v1/gatewayList.ts +0 -2
- package/gateway/v1/gatewayPatch.ts +2 -4
- package/gateway/v1/grpcroute.ts +2 -4
- package/gateway/v1/grpcrouteList.ts +0 -2
- package/gateway/v1/grpcroutePatch.ts +2 -4
- package/gateway/v1/httproute.ts +2 -4
- package/gateway/v1/httprouteList.ts +0 -2
- package/gateway/v1/httproutePatch.ts +2 -4
- package/gateway/v1beta1/gateway.ts +2 -4
- package/gateway/v1beta1/gatewayClass.ts +2 -4
- package/gateway/v1beta1/gatewayClassList.ts +0 -2
- package/gateway/v1beta1/gatewayClassPatch.ts +2 -4
- package/gateway/v1beta1/gatewayList.ts +0 -2
- package/gateway/v1beta1/gatewayPatch.ts +2 -4
- package/gateway/v1beta1/httproute.ts +2 -4
- package/gateway/v1beta1/httprouteList.ts +0 -2
- package/gateway/v1beta1/httproutePatch.ts +2 -4
- package/gateway/v1beta1/referenceGrant.ts +2 -4
- package/gateway/v1beta1/referenceGrantList.ts +0 -2
- package/gateway/v1beta1/referenceGrantPatch.ts +2 -4
- package/package.json +10 -9
- package/tsconfig.json +49 -48
- package/types/input.ts +296 -10
- package/types/output.ts +296 -10
- package/bin/meta/v1.d.ts +0 -3
- package/bin/meta/v1.js +0 -3
- package/bin/meta/v1.js.map +0 -1
|
@@ -6,8 +6,6 @@ import * as inputs from "../../types/input";
|
|
|
6
6
|
import * as outputs from "../../types/output";
|
|
7
7
|
import * as utilities from "../../utilities";
|
|
8
8
|
|
|
9
|
-
import {ObjectMeta} from "../../meta/v1";
|
|
10
|
-
|
|
11
9
|
/**
|
|
12
10
|
* Gateway represents an instance of a service-traffic handling infrastructure
|
|
13
11
|
* by binding Listeners to a set of IP addresses.
|
|
@@ -50,7 +48,7 @@ export class Gateway extends pulumi.CustomResource {
|
|
|
50
48
|
/**
|
|
51
49
|
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
52
50
|
*/
|
|
53
|
-
public readonly metadata!: pulumi.Output<ObjectMeta>;
|
|
51
|
+
public readonly metadata!: pulumi.Output<outputs.meta.v1.ObjectMeta>;
|
|
54
52
|
public readonly spec!: pulumi.Output<outputs.gateway.v1beta1.GatewaySpec>;
|
|
55
53
|
public /*out*/ readonly status!: pulumi.Output<outputs.gateway.v1beta1.GatewayStatus>;
|
|
56
54
|
|
|
@@ -99,6 +97,6 @@ export interface GatewayArgs {
|
|
|
99
97
|
/**
|
|
100
98
|
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
101
99
|
*/
|
|
102
|
-
metadata?: pulumi.Input<ObjectMeta>;
|
|
100
|
+
metadata?: pulumi.Input<inputs.meta.v1.ObjectMeta>;
|
|
103
101
|
spec?: pulumi.Input<inputs.gateway.v1beta1.GatewaySpec>;
|
|
104
102
|
}
|
|
@@ -6,8 +6,6 @@ import * as inputs from "../../types/input";
|
|
|
6
6
|
import * as outputs from "../../types/output";
|
|
7
7
|
import * as utilities from "../../utilities";
|
|
8
8
|
|
|
9
|
-
import {ObjectMeta} from "../../meta/v1";
|
|
10
|
-
|
|
11
9
|
/**
|
|
12
10
|
* GatewayClass describes a class of Gateways available to the user for creating
|
|
13
11
|
* Gateway resources.
|
|
@@ -65,7 +63,7 @@ export class GatewayClass extends pulumi.CustomResource {
|
|
|
65
63
|
/**
|
|
66
64
|
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
67
65
|
*/
|
|
68
|
-
public readonly metadata!: pulumi.Output<ObjectMeta>;
|
|
66
|
+
public readonly metadata!: pulumi.Output<outputs.meta.v1.ObjectMeta>;
|
|
69
67
|
public readonly spec!: pulumi.Output<outputs.gateway.v1beta1.GatewayClassSpec>;
|
|
70
68
|
public /*out*/ readonly status!: pulumi.Output<outputs.gateway.v1beta1.GatewayClassStatus>;
|
|
71
69
|
|
|
@@ -114,6 +112,6 @@ export interface GatewayClassArgs {
|
|
|
114
112
|
/**
|
|
115
113
|
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
116
114
|
*/
|
|
117
|
-
metadata?: pulumi.Input<ObjectMeta>;
|
|
115
|
+
metadata?: pulumi.Input<inputs.meta.v1.ObjectMeta>;
|
|
118
116
|
spec?: pulumi.Input<inputs.gateway.v1beta1.GatewayClassSpec>;
|
|
119
117
|
}
|
|
@@ -6,8 +6,6 @@ import * as inputs from "../../types/input";
|
|
|
6
6
|
import * as outputs from "../../types/output";
|
|
7
7
|
import * as utilities from "../../utilities";
|
|
8
8
|
|
|
9
|
-
import {ObjectMetaPatch} from "../../meta/v1";
|
|
10
|
-
|
|
11
9
|
/**
|
|
12
10
|
* Patch resources are used to modify existing Kubernetes resources by using
|
|
13
11
|
* Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
|
|
@@ -71,7 +69,7 @@ export class GatewayClassPatch extends pulumi.CustomResource {
|
|
|
71
69
|
/**
|
|
72
70
|
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
73
71
|
*/
|
|
74
|
-
public readonly metadata!: pulumi.Output<ObjectMetaPatch>;
|
|
72
|
+
public readonly metadata!: pulumi.Output<outputs.meta.v1.ObjectMetaPatch>;
|
|
75
73
|
public readonly spec!: pulumi.Output<outputs.gateway.v1beta1.GatewayClassSpecPatch>;
|
|
76
74
|
public /*out*/ readonly status!: pulumi.Output<outputs.gateway.v1beta1.GatewayClassStatusPatch>;
|
|
77
75
|
|
|
@@ -120,6 +118,6 @@ export interface GatewayClassPatchArgs {
|
|
|
120
118
|
/**
|
|
121
119
|
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
122
120
|
*/
|
|
123
|
-
metadata?: pulumi.Input<ObjectMetaPatch>;
|
|
121
|
+
metadata?: pulumi.Input<inputs.meta.v1.ObjectMetaPatch>;
|
|
124
122
|
spec?: pulumi.Input<inputs.gateway.v1beta1.GatewayClassSpecPatch>;
|
|
125
123
|
}
|
|
@@ -6,8 +6,6 @@ import * as inputs from "../../types/input";
|
|
|
6
6
|
import * as outputs from "../../types/output";
|
|
7
7
|
import * as utilities from "../../utilities";
|
|
8
8
|
|
|
9
|
-
import {ObjectMetaPatch} from "../../meta/v1";
|
|
10
|
-
|
|
11
9
|
/**
|
|
12
10
|
* Patch resources are used to modify existing Kubernetes resources by using
|
|
13
11
|
* Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
|
|
@@ -56,7 +54,7 @@ export class GatewayPatch extends pulumi.CustomResource {
|
|
|
56
54
|
/**
|
|
57
55
|
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
58
56
|
*/
|
|
59
|
-
public readonly metadata!: pulumi.Output<ObjectMetaPatch>;
|
|
57
|
+
public readonly metadata!: pulumi.Output<outputs.meta.v1.ObjectMetaPatch>;
|
|
60
58
|
public readonly spec!: pulumi.Output<outputs.gateway.v1beta1.GatewaySpecPatch>;
|
|
61
59
|
public /*out*/ readonly status!: pulumi.Output<outputs.gateway.v1beta1.GatewayStatusPatch>;
|
|
62
60
|
|
|
@@ -105,6 +103,6 @@ export interface GatewayPatchArgs {
|
|
|
105
103
|
/**
|
|
106
104
|
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
107
105
|
*/
|
|
108
|
-
metadata?: pulumi.Input<ObjectMetaPatch>;
|
|
106
|
+
metadata?: pulumi.Input<inputs.meta.v1.ObjectMetaPatch>;
|
|
109
107
|
spec?: pulumi.Input<inputs.gateway.v1beta1.GatewaySpecPatch>;
|
|
110
108
|
}
|
|
@@ -6,8 +6,6 @@ import * as inputs from "../../types/input";
|
|
|
6
6
|
import * as outputs from "../../types/output";
|
|
7
7
|
import * as utilities from "../../utilities";
|
|
8
8
|
|
|
9
|
-
import {ObjectMeta} from "../../meta/v1";
|
|
10
|
-
|
|
11
9
|
/**
|
|
12
10
|
* HTTPRoute provides a way to route HTTP requests. This includes the capability
|
|
13
11
|
* to match requests by hostname, path, header, or query param. Filters can be
|
|
@@ -52,7 +50,7 @@ export class HTTPRoute extends pulumi.CustomResource {
|
|
|
52
50
|
/**
|
|
53
51
|
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
54
52
|
*/
|
|
55
|
-
public readonly metadata!: pulumi.Output<ObjectMeta>;
|
|
53
|
+
public readonly metadata!: pulumi.Output<outputs.meta.v1.ObjectMeta>;
|
|
56
54
|
public readonly spec!: pulumi.Output<outputs.gateway.v1beta1.HTTPRouteSpec>;
|
|
57
55
|
public /*out*/ readonly status!: pulumi.Output<outputs.gateway.v1beta1.HTTPRouteStatus>;
|
|
58
56
|
|
|
@@ -101,6 +99,6 @@ export interface HTTPRouteArgs {
|
|
|
101
99
|
/**
|
|
102
100
|
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
103
101
|
*/
|
|
104
|
-
metadata?: pulumi.Input<ObjectMeta>;
|
|
102
|
+
metadata?: pulumi.Input<inputs.meta.v1.ObjectMeta>;
|
|
105
103
|
spec?: pulumi.Input<inputs.gateway.v1beta1.HTTPRouteSpec>;
|
|
106
104
|
}
|
|
@@ -6,8 +6,6 @@ import * as inputs from "../../types/input";
|
|
|
6
6
|
import * as outputs from "../../types/output";
|
|
7
7
|
import * as utilities from "../../utilities";
|
|
8
8
|
|
|
9
|
-
import {ObjectMetaPatch} from "../../meta/v1";
|
|
10
|
-
|
|
11
9
|
/**
|
|
12
10
|
* Patch resources are used to modify existing Kubernetes resources by using
|
|
13
11
|
* Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
|
|
@@ -58,7 +56,7 @@ export class HTTPRoutePatch extends pulumi.CustomResource {
|
|
|
58
56
|
/**
|
|
59
57
|
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
60
58
|
*/
|
|
61
|
-
public readonly metadata!: pulumi.Output<ObjectMetaPatch>;
|
|
59
|
+
public readonly metadata!: pulumi.Output<outputs.meta.v1.ObjectMetaPatch>;
|
|
62
60
|
public readonly spec!: pulumi.Output<outputs.gateway.v1beta1.HTTPRouteSpecPatch>;
|
|
63
61
|
public /*out*/ readonly status!: pulumi.Output<outputs.gateway.v1beta1.HTTPRouteStatusPatch>;
|
|
64
62
|
|
|
@@ -107,6 +105,6 @@ export interface HTTPRoutePatchArgs {
|
|
|
107
105
|
/**
|
|
108
106
|
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
109
107
|
*/
|
|
110
|
-
metadata?: pulumi.Input<ObjectMetaPatch>;
|
|
108
|
+
metadata?: pulumi.Input<inputs.meta.v1.ObjectMetaPatch>;
|
|
111
109
|
spec?: pulumi.Input<inputs.gateway.v1beta1.HTTPRouteSpecPatch>;
|
|
112
110
|
}
|
|
@@ -6,8 +6,6 @@ import * as inputs from "../../types/input";
|
|
|
6
6
|
import * as outputs from "../../types/output";
|
|
7
7
|
import * as utilities from "../../utilities";
|
|
8
8
|
|
|
9
|
-
import {ObjectMeta} from "../../meta/v1";
|
|
10
|
-
|
|
11
9
|
/**
|
|
12
10
|
* ReferenceGrant identifies kinds of resources in other namespaces that are
|
|
13
11
|
* trusted to reference the specified kinds of resources in the same namespace
|
|
@@ -64,7 +62,7 @@ export class ReferenceGrant extends pulumi.CustomResource {
|
|
|
64
62
|
/**
|
|
65
63
|
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
66
64
|
*/
|
|
67
|
-
public readonly metadata!: pulumi.Output<ObjectMeta>;
|
|
65
|
+
public readonly metadata!: pulumi.Output<outputs.meta.v1.ObjectMeta>;
|
|
68
66
|
public readonly spec!: pulumi.Output<outputs.gateway.v1beta1.ReferenceGrantSpec>;
|
|
69
67
|
|
|
70
68
|
/**
|
|
@@ -108,6 +106,6 @@ export interface ReferenceGrantArgs {
|
|
|
108
106
|
/**
|
|
109
107
|
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
110
108
|
*/
|
|
111
|
-
metadata?: pulumi.Input<ObjectMeta>;
|
|
109
|
+
metadata?: pulumi.Input<inputs.meta.v1.ObjectMeta>;
|
|
112
110
|
spec?: pulumi.Input<inputs.gateway.v1beta1.ReferenceGrantSpec>;
|
|
113
111
|
}
|
|
@@ -6,8 +6,6 @@ import * as inputs from "../../types/input";
|
|
|
6
6
|
import * as outputs from "../../types/output";
|
|
7
7
|
import * as utilities from "../../utilities";
|
|
8
8
|
|
|
9
|
-
import {ObjectMetaPatch} from "../../meta/v1";
|
|
10
|
-
|
|
11
9
|
/**
|
|
12
10
|
* Patch resources are used to modify existing Kubernetes resources by using
|
|
13
11
|
* Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
|
|
@@ -70,7 +68,7 @@ export class ReferenceGrantPatch extends pulumi.CustomResource {
|
|
|
70
68
|
/**
|
|
71
69
|
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
72
70
|
*/
|
|
73
|
-
public readonly metadata!: pulumi.Output<ObjectMetaPatch>;
|
|
71
|
+
public readonly metadata!: pulumi.Output<outputs.meta.v1.ObjectMetaPatch>;
|
|
74
72
|
public readonly spec!: pulumi.Output<outputs.gateway.v1beta1.ReferenceGrantSpecPatch>;
|
|
75
73
|
|
|
76
74
|
/**
|
|
@@ -114,6 +112,6 @@ export interface ReferenceGrantPatchArgs {
|
|
|
114
112
|
/**
|
|
115
113
|
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
116
114
|
*/
|
|
117
|
-
metadata?: pulumi.Input<ObjectMetaPatch>;
|
|
115
|
+
metadata?: pulumi.Input<inputs.meta.v1.ObjectMetaPatch>;
|
|
118
116
|
spec?: pulumi.Input<inputs.gateway.v1beta1.ReferenceGrantSpecPatch>;
|
|
119
117
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@highstate/gateway-api",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.20",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"pulumi",
|
|
6
6
|
"kubernetes",
|
|
@@ -12,14 +12,12 @@
|
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"main": "bin/index.js",
|
|
14
14
|
"scripts": {
|
|
15
|
-
"build": "tsc
|
|
16
|
-
|
|
17
|
-
"publishConfig": {
|
|
18
|
-
"access": "public"
|
|
15
|
+
"build": "tsc",
|
|
16
|
+
"postinstall": "node ./scripts/postinstall.js"
|
|
19
17
|
},
|
|
20
18
|
"dependencies": {
|
|
21
19
|
"@pulumi/kubernetes": "4.18.0",
|
|
22
|
-
"@pulumi/pulumi": "^3.
|
|
20
|
+
"@pulumi/pulumi": "^3.25.0",
|
|
23
21
|
"@types/node-fetch": "^2.1.4",
|
|
24
22
|
"@types/tmp": "^0.0.33",
|
|
25
23
|
"glob": "^10.3.10",
|
|
@@ -36,8 +34,11 @@
|
|
|
36
34
|
},
|
|
37
35
|
"pulumi": {
|
|
38
36
|
"resource": true,
|
|
39
|
-
"name": "
|
|
40
|
-
"version": "0.
|
|
37
|
+
"name": "crds",
|
|
38
|
+
"version": "0.0.0-dev"
|
|
39
|
+
},
|
|
40
|
+
"publishConfig": {
|
|
41
|
+
"access": "public"
|
|
41
42
|
},
|
|
42
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "4bf9183450c2c6f51d6a99d77efc379ff5c7b7ef"
|
|
43
44
|
}
|
package/tsconfig.json
CHANGED
|
@@ -1,50 +1,51 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"outDir": "bin",
|
|
4
|
+
"target": "es2016",
|
|
5
|
+
"module": "commonjs",
|
|
6
|
+
"moduleResolution": "node",
|
|
7
|
+
"declaration": true,
|
|
8
|
+
"sourceMap": true,
|
|
9
|
+
"stripInternal": true,
|
|
10
|
+
"experimentalDecorators": true,
|
|
11
|
+
"noFallthroughCasesInSwitch": true,
|
|
12
|
+
"forceConsistentCasingInFileNames": true,
|
|
13
|
+
"strict": true,
|
|
14
|
+
"noCheck": true
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"gateway/index.ts",
|
|
18
|
+
"gateway/v1/gateway.ts",
|
|
19
|
+
"gateway/v1/gatewayClass.ts",
|
|
20
|
+
"gateway/v1/gatewayClassList.ts",
|
|
21
|
+
"gateway/v1/gatewayClassPatch.ts",
|
|
22
|
+
"gateway/v1/gatewayList.ts",
|
|
23
|
+
"gateway/v1/gatewayPatch.ts",
|
|
24
|
+
"gateway/v1/grpcroute.ts",
|
|
25
|
+
"gateway/v1/grpcrouteList.ts",
|
|
26
|
+
"gateway/v1/grpcroutePatch.ts",
|
|
27
|
+
"gateway/v1/httproute.ts",
|
|
28
|
+
"gateway/v1/httprouteList.ts",
|
|
29
|
+
"gateway/v1/httproutePatch.ts",
|
|
30
|
+
"gateway/v1/index.ts",
|
|
31
|
+
"gateway/v1beta1/gateway.ts",
|
|
32
|
+
"gateway/v1beta1/gatewayClass.ts",
|
|
33
|
+
"gateway/v1beta1/gatewayClassList.ts",
|
|
34
|
+
"gateway/v1beta1/gatewayClassPatch.ts",
|
|
35
|
+
"gateway/v1beta1/gatewayList.ts",
|
|
36
|
+
"gateway/v1beta1/gatewayPatch.ts",
|
|
37
|
+
"gateway/v1beta1/httproute.ts",
|
|
38
|
+
"gateway/v1beta1/httprouteList.ts",
|
|
39
|
+
"gateway/v1beta1/httproutePatch.ts",
|
|
40
|
+
"gateway/v1beta1/index.ts",
|
|
41
|
+
"gateway/v1beta1/referenceGrant.ts",
|
|
42
|
+
"gateway/v1beta1/referenceGrantList.ts",
|
|
43
|
+
"gateway/v1beta1/referenceGrantPatch.ts",
|
|
44
|
+
"index.ts",
|
|
45
|
+
"provider.ts",
|
|
46
|
+
"types/index.ts",
|
|
47
|
+
"types/input.ts",
|
|
48
|
+
"types/output.ts",
|
|
49
|
+
"utilities.ts"
|
|
50
|
+
]
|
|
50
51
|
}
|