@highstate/gateway-api 0.4.5

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.
Files changed (210) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/README.md +14 -0
  3. package/bin/gateway/index.d.ts +5 -0
  4. package/bin/gateway/index.js +15 -0
  5. package/bin/gateway/index.js.map +1 -0
  6. package/bin/gateway/v1/gateway.d.ts +64 -0
  7. package/bin/gateway/v1/gateway.js +67 -0
  8. package/bin/gateway/v1/gateway.js.map +1 -0
  9. package/bin/gateway/v1/gatewayClass.d.ts +79 -0
  10. package/bin/gateway/v1/gatewayClass.js +82 -0
  11. package/bin/gateway/v1/gatewayClass.js.map +1 -0
  12. package/bin/gateway/v1/gatewayClassList.d.ts +67 -0
  13. package/bin/gateway/v1/gatewayClassList.js +65 -0
  14. package/bin/gateway/v1/gatewayClassList.js.map +1 -0
  15. package/bin/gateway/v1/gatewayClassPatch.d.ts +85 -0
  16. package/bin/gateway/v1/gatewayClassPatch.js +88 -0
  17. package/bin/gateway/v1/gatewayClassPatch.js.map +1 -0
  18. package/bin/gateway/v1/gatewayList.d.ts +67 -0
  19. package/bin/gateway/v1/gatewayList.js +65 -0
  20. package/bin/gateway/v1/gatewayList.js.map +1 -0
  21. package/bin/gateway/v1/gatewayPatch.d.ts +70 -0
  22. package/bin/gateway/v1/gatewayPatch.js +73 -0
  23. package/bin/gateway/v1/gatewayPatch.js.map +1 -0
  24. package/bin/gateway/v1/grpcroute.d.ts +89 -0
  25. package/bin/gateway/v1/grpcroute.js +90 -0
  26. package/bin/gateway/v1/grpcroute.js.map +1 -0
  27. package/bin/gateway/v1/grpcrouteList.d.ts +67 -0
  28. package/bin/gateway/v1/grpcrouteList.js +65 -0
  29. package/bin/gateway/v1/grpcrouteList.js.map +1 -0
  30. package/bin/gateway/v1/grpcroutePatch.d.ts +95 -0
  31. package/bin/gateway/v1/grpcroutePatch.js +96 -0
  32. package/bin/gateway/v1/grpcroutePatch.js.map +1 -0
  33. package/bin/gateway/v1/httproute.d.ts +66 -0
  34. package/bin/gateway/v1/httproute.js +69 -0
  35. package/bin/gateway/v1/httproute.js.map +1 -0
  36. package/bin/gateway/v1/httprouteList.d.ts +67 -0
  37. package/bin/gateway/v1/httprouteList.js +65 -0
  38. package/bin/gateway/v1/httprouteList.js.map +1 -0
  39. package/bin/gateway/v1/httproutePatch.d.ts +72 -0
  40. package/bin/gateway/v1/httproutePatch.js +75 -0
  41. package/bin/gateway/v1/httproutePatch.js.map +1 -0
  42. package/bin/gateway/v1/index.d.ts +36 -0
  43. package/bin/gateway/v1/index.js +66 -0
  44. package/bin/gateway/v1/index.js.map +1 -0
  45. package/bin/gateway/v1alpha2/backendLBPolicy.d.ts +64 -0
  46. package/bin/gateway/v1alpha2/backendLBPolicy.js +65 -0
  47. package/bin/gateway/v1alpha2/backendLBPolicy.js.map +1 -0
  48. package/bin/gateway/v1alpha2/backendLBPolicyList.d.ts +67 -0
  49. package/bin/gateway/v1alpha2/backendLBPolicyList.js +65 -0
  50. package/bin/gateway/v1alpha2/backendLBPolicyList.js.map +1 -0
  51. package/bin/gateway/v1alpha2/backendLBPolicyPatch.d.ts +70 -0
  52. package/bin/gateway/v1alpha2/backendLBPolicyPatch.js +71 -0
  53. package/bin/gateway/v1alpha2/backendLBPolicyPatch.js.map +1 -0
  54. package/bin/gateway/v1alpha2/index.d.ts +36 -0
  55. package/bin/gateway/v1alpha2/index.js +66 -0
  56. package/bin/gateway/v1alpha2/index.js.map +1 -0
  57. package/bin/gateway/v1alpha2/tcproute.d.ts +65 -0
  58. package/bin/gateway/v1alpha2/tcproute.js +66 -0
  59. package/bin/gateway/v1alpha2/tcproute.js.map +1 -0
  60. package/bin/gateway/v1alpha2/tcprouteList.d.ts +67 -0
  61. package/bin/gateway/v1alpha2/tcprouteList.js +65 -0
  62. package/bin/gateway/v1alpha2/tcprouteList.js.map +1 -0
  63. package/bin/gateway/v1alpha2/tcproutePatch.d.ts +71 -0
  64. package/bin/gateway/v1alpha2/tcproutePatch.js +72 -0
  65. package/bin/gateway/v1alpha2/tcproutePatch.js.map +1 -0
  66. package/bin/gateway/v1alpha2/tlsroute.d.ts +68 -0
  67. package/bin/gateway/v1alpha2/tlsroute.js +69 -0
  68. package/bin/gateway/v1alpha2/tlsroute.js.map +1 -0
  69. package/bin/gateway/v1alpha2/tlsrouteList.d.ts +67 -0
  70. package/bin/gateway/v1alpha2/tlsrouteList.js +65 -0
  71. package/bin/gateway/v1alpha2/tlsrouteList.js.map +1 -0
  72. package/bin/gateway/v1alpha2/tlsroutePatch.d.ts +74 -0
  73. package/bin/gateway/v1alpha2/tlsroutePatch.js +75 -0
  74. package/bin/gateway/v1alpha2/tlsroutePatch.js.map +1 -0
  75. package/bin/gateway/v1alpha2/udproute.d.ts +65 -0
  76. package/bin/gateway/v1alpha2/udproute.js +66 -0
  77. package/bin/gateway/v1alpha2/udproute.js.map +1 -0
  78. package/bin/gateway/v1alpha2/udprouteList.d.ts +67 -0
  79. package/bin/gateway/v1alpha2/udprouteList.js +65 -0
  80. package/bin/gateway/v1alpha2/udprouteList.js.map +1 -0
  81. package/bin/gateway/v1alpha2/udproutePatch.d.ts +71 -0
  82. package/bin/gateway/v1alpha2/udproutePatch.js +72 -0
  83. package/bin/gateway/v1alpha2/udproutePatch.js.map +1 -0
  84. package/bin/gateway/v1alpha3/backendTLSPolicy.d.ts +64 -0
  85. package/bin/gateway/v1alpha3/backendTLSPolicy.js +65 -0
  86. package/bin/gateway/v1alpha3/backendTLSPolicy.js.map +1 -0
  87. package/bin/gateway/v1alpha3/backendTLSPolicyList.d.ts +67 -0
  88. package/bin/gateway/v1alpha3/backendTLSPolicyList.js +65 -0
  89. package/bin/gateway/v1alpha3/backendTLSPolicyList.js.map +1 -0
  90. package/bin/gateway/v1alpha3/backendTLSPolicyPatch.d.ts +70 -0
  91. package/bin/gateway/v1alpha3/backendTLSPolicyPatch.js +71 -0
  92. package/bin/gateway/v1alpha3/backendTLSPolicyPatch.js.map +1 -0
  93. package/bin/gateway/v1alpha3/index.d.ts +9 -0
  94. package/bin/gateway/v1alpha3/index.js +30 -0
  95. package/bin/gateway/v1alpha3/index.js.map +1 -0
  96. package/bin/gateway/v1beta1/gateway.d.ts +64 -0
  97. package/bin/gateway/v1beta1/gateway.js +67 -0
  98. package/bin/gateway/v1beta1/gateway.js.map +1 -0
  99. package/bin/gateway/v1beta1/gatewayClass.d.ts +79 -0
  100. package/bin/gateway/v1beta1/gatewayClass.js +82 -0
  101. package/bin/gateway/v1beta1/gatewayClass.js.map +1 -0
  102. package/bin/gateway/v1beta1/gatewayClassList.d.ts +67 -0
  103. package/bin/gateway/v1beta1/gatewayClassList.js +65 -0
  104. package/bin/gateway/v1beta1/gatewayClassList.js.map +1 -0
  105. package/bin/gateway/v1beta1/gatewayClassPatch.d.ts +85 -0
  106. package/bin/gateway/v1beta1/gatewayClassPatch.js +88 -0
  107. package/bin/gateway/v1beta1/gatewayClassPatch.js.map +1 -0
  108. package/bin/gateway/v1beta1/gatewayList.d.ts +67 -0
  109. package/bin/gateway/v1beta1/gatewayList.js +65 -0
  110. package/bin/gateway/v1beta1/gatewayList.js.map +1 -0
  111. package/bin/gateway/v1beta1/gatewayPatch.d.ts +70 -0
  112. package/bin/gateway/v1beta1/gatewayPatch.js +73 -0
  113. package/bin/gateway/v1beta1/gatewayPatch.js.map +1 -0
  114. package/bin/gateway/v1beta1/httproute.d.ts +66 -0
  115. package/bin/gateway/v1beta1/httproute.js +69 -0
  116. package/bin/gateway/v1beta1/httproute.js.map +1 -0
  117. package/bin/gateway/v1beta1/httprouteList.d.ts +67 -0
  118. package/bin/gateway/v1beta1/httprouteList.js +65 -0
  119. package/bin/gateway/v1beta1/httprouteList.js.map +1 -0
  120. package/bin/gateway/v1beta1/httproutePatch.d.ts +72 -0
  121. package/bin/gateway/v1beta1/httproutePatch.js +75 -0
  122. package/bin/gateway/v1beta1/httproutePatch.js.map +1 -0
  123. package/bin/gateway/v1beta1/index.d.ts +36 -0
  124. package/bin/gateway/v1beta1/index.js +66 -0
  125. package/bin/gateway/v1beta1/index.js.map +1 -0
  126. package/bin/gateway/v1beta1/referenceGrant.d.ts +77 -0
  127. package/bin/gateway/v1beta1/referenceGrant.js +77 -0
  128. package/bin/gateway/v1beta1/referenceGrant.js.map +1 -0
  129. package/bin/gateway/v1beta1/referenceGrantList.d.ts +67 -0
  130. package/bin/gateway/v1beta1/referenceGrantList.js +65 -0
  131. package/bin/gateway/v1beta1/referenceGrantList.js.map +1 -0
  132. package/bin/gateway/v1beta1/referenceGrantPatch.d.ts +83 -0
  133. package/bin/gateway/v1beta1/referenceGrantPatch.js +83 -0
  134. package/bin/gateway/v1beta1/referenceGrantPatch.js.map +1 -0
  135. package/bin/index.d.ts +6 -0
  136. package/bin/index.js +24 -0
  137. package/bin/index.js.map +1 -0
  138. package/bin/meta/v1.d.ts +3 -0
  139. package/bin/meta/v1.js +3 -0
  140. package/bin/meta/v1.js.map +1 -0
  141. package/bin/package.json +42 -0
  142. package/bin/provider.d.ts +21 -0
  143. package/bin/provider.js +38 -0
  144. package/bin/provider.js.map +1 -0
  145. package/bin/types/index.d.ts +3 -0
  146. package/bin/types/index.js +11 -0
  147. package/bin/types/index.js.map +1 -0
  148. package/bin/types/input.d.ts +19026 -0
  149. package/bin/types/input.js +5 -0
  150. package/bin/types/input.js.map +1 -0
  151. package/bin/types/output.d.ts +21341 -0
  152. package/bin/types/output.js +5 -0
  153. package/bin/types/output.js.map +1 -0
  154. package/bin/utilities.d.ts +8 -0
  155. package/bin/utilities.js +102 -0
  156. package/bin/utilities.js.map +1 -0
  157. package/gateway/index.ts +17 -0
  158. package/gateway/v1/gateway.ts +104 -0
  159. package/gateway/v1/gatewayClass.ts +119 -0
  160. package/gateway/v1/gatewayClassList.ts +107 -0
  161. package/gateway/v1/gatewayClassPatch.ts +125 -0
  162. package/gateway/v1/gatewayList.ts +107 -0
  163. package/gateway/v1/gatewayPatch.ts +110 -0
  164. package/gateway/v1/grpcroute.ts +127 -0
  165. package/gateway/v1/grpcrouteList.ts +107 -0
  166. package/gateway/v1/grpcroutePatch.ts +133 -0
  167. package/gateway/v1/httproute.ts +106 -0
  168. package/gateway/v1/httprouteList.ts +107 -0
  169. package/gateway/v1/httproutePatch.ts +112 -0
  170. package/gateway/v1/index.ts +102 -0
  171. package/gateway/v1alpha2/backendLBPolicy.ts +102 -0
  172. package/gateway/v1alpha2/backendLBPolicyList.ts +107 -0
  173. package/gateway/v1alpha2/backendLBPolicyPatch.ts +108 -0
  174. package/gateway/v1alpha2/index.ts +102 -0
  175. package/gateway/v1alpha2/tcproute.ts +103 -0
  176. package/gateway/v1alpha2/tcprouteList.ts +107 -0
  177. package/gateway/v1alpha2/tcproutePatch.ts +109 -0
  178. package/gateway/v1alpha2/tlsroute.ts +106 -0
  179. package/gateway/v1alpha2/tlsrouteList.ts +107 -0
  180. package/gateway/v1alpha2/tlsroutePatch.ts +112 -0
  181. package/gateway/v1alpha2/udproute.ts +103 -0
  182. package/gateway/v1alpha2/udprouteList.ts +107 -0
  183. package/gateway/v1alpha2/udproutePatch.ts +109 -0
  184. package/gateway/v1alpha3/backendTLSPolicy.ts +102 -0
  185. package/gateway/v1alpha3/backendTLSPolicyList.ts +107 -0
  186. package/gateway/v1alpha3/backendTLSPolicyPatch.ts +108 -0
  187. package/gateway/v1alpha3/index.ts +39 -0
  188. package/gateway/v1beta1/gateway.ts +104 -0
  189. package/gateway/v1beta1/gatewayClass.ts +119 -0
  190. package/gateway/v1beta1/gatewayClassList.ts +107 -0
  191. package/gateway/v1beta1/gatewayClassPatch.ts +125 -0
  192. package/gateway/v1beta1/gatewayList.ts +107 -0
  193. package/gateway/v1beta1/gatewayPatch.ts +110 -0
  194. package/gateway/v1beta1/httproute.ts +106 -0
  195. package/gateway/v1beta1/httprouteList.ts +107 -0
  196. package/gateway/v1beta1/httproutePatch.ts +112 -0
  197. package/gateway/v1beta1/index.ts +102 -0
  198. package/gateway/v1beta1/referenceGrant.ts +113 -0
  199. package/gateway/v1beta1/referenceGrantList.ts +107 -0
  200. package/gateway/v1beta1/referenceGrantPatch.ts +119 -0
  201. package/index.ts +30 -0
  202. package/meta/v1.ts +4 -0
  203. package/package.json +43 -0
  204. package/provider.ts +44 -0
  205. package/scripts/postinstall.js +13 -0
  206. package/tsconfig.json +67 -0
  207. package/types/index.ts +13 -0
  208. package/types/input.ts +19413 -0
  209. package/types/output.ts +21780 -0
  210. package/utilities.ts +97 -0
@@ -0,0 +1,71 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../../types/input";
3
+ import * as outputs from "../../types/output";
4
+ import { ObjectMetaPatch } from "../../meta/v1";
5
+ /**
6
+ * Patch resources are used to modify existing Kubernetes resources by using
7
+ * Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
8
+ * one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource.
9
+ * Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the
10
+ * [Server-Side Apply Docs](https://www.pulumi.com/registry/packages/kubernetes/how-to-guides/managing-resources-with-server-side-apply/) for
11
+ * additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
12
+ * UDPRoute provides a way to route UDP traffic. When combined with a Gateway
13
+ * listener, it can be used to forward traffic on the port specified by the
14
+ * listener to a set of backends specified by the UDPRoute.
15
+ */
16
+ export declare class UDPRoutePatch extends pulumi.CustomResource {
17
+ /**
18
+ * Get an existing UDPRoutePatch resource's state with the given name, ID, and optional extra
19
+ * properties used to qualify the lookup.
20
+ *
21
+ * @param name The _unique_ name of the resulting resource.
22
+ * @param id The _unique_ provider ID of the resource to lookup.
23
+ * @param opts Optional settings to control the behavior of the CustomResource.
24
+ */
25
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): UDPRoutePatch;
26
+ /**
27
+ * Returns true if the given object is an instance of UDPRoutePatch. This is designed to work even
28
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
29
+ */
30
+ static isInstance(obj: any): obj is UDPRoutePatch;
31
+ /**
32
+ * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
33
+ */
34
+ readonly apiVersion: pulumi.Output<"gateway.networking.k8s.io/v1alpha2">;
35
+ /**
36
+ * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
37
+ */
38
+ readonly kind: pulumi.Output<"UDPRoute">;
39
+ /**
40
+ * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
41
+ */
42
+ readonly metadata: pulumi.Output<ObjectMetaPatch>;
43
+ readonly spec: pulumi.Output<outputs.gateway.v1alpha2.UDPRouteSpecPatch>;
44
+ readonly status: pulumi.Output<outputs.gateway.v1alpha2.UDPRouteStatusPatch>;
45
+ /**
46
+ * Create a UDPRoutePatch resource with the given unique name, arguments, and options.
47
+ *
48
+ * @param name The _unique_ name of the resource.
49
+ * @param args The arguments to use to populate this resource's properties.
50
+ * @param opts A bag of options that control this resource's behavior.
51
+ */
52
+ constructor(name: string, args?: UDPRoutePatchArgs, opts?: pulumi.CustomResourceOptions);
53
+ }
54
+ /**
55
+ * The set of arguments for constructing a UDPRoutePatch resource.
56
+ */
57
+ export interface UDPRoutePatchArgs {
58
+ /**
59
+ * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
60
+ */
61
+ apiVersion?: pulumi.Input<"gateway.networking.k8s.io/v1alpha2">;
62
+ /**
63
+ * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
64
+ */
65
+ kind?: pulumi.Input<"UDPRoute">;
66
+ /**
67
+ * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
68
+ */
69
+ metadata?: pulumi.Input<ObjectMetaPatch>;
70
+ spec?: pulumi.Input<inputs.gateway.v1alpha2.UDPRouteSpecPatch>;
71
+ }
@@ -0,0 +1,72 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by crd2pulumi. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.UDPRoutePatch = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Patch resources are used to modify existing Kubernetes resources by using
10
+ * Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
11
+ * one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource.
12
+ * Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the
13
+ * [Server-Side Apply Docs](https://www.pulumi.com/registry/packages/kubernetes/how-to-guides/managing-resources-with-server-side-apply/) for
14
+ * additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
15
+ * UDPRoute provides a way to route UDP traffic. When combined with a Gateway
16
+ * listener, it can be used to forward traffic on the port specified by the
17
+ * listener to a set of backends specified by the UDPRoute.
18
+ */
19
+ class UDPRoutePatch extends pulumi.CustomResource {
20
+ /**
21
+ * Get an existing UDPRoutePatch resource's state with the given name, ID, and optional extra
22
+ * properties used to qualify the lookup.
23
+ *
24
+ * @param name The _unique_ name of the resulting resource.
25
+ * @param id The _unique_ provider ID of the resource to lookup.
26
+ * @param opts Optional settings to control the behavior of the CustomResource.
27
+ */
28
+ static get(name, id, opts) {
29
+ return new UDPRoutePatch(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
30
+ }
31
+ /**
32
+ * Returns true if the given object is an instance of UDPRoutePatch. This is designed to work even
33
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
34
+ */
35
+ static isInstance(obj) {
36
+ if (obj === undefined || obj === null) {
37
+ return false;
38
+ }
39
+ return obj['__pulumiType'] === UDPRoutePatch.__pulumiType;
40
+ }
41
+ /**
42
+ * Create a UDPRoutePatch resource with the given unique name, arguments, and options.
43
+ *
44
+ * @param name The _unique_ name of the resource.
45
+ * @param args The arguments to use to populate this resource's properties.
46
+ * @param opts A bag of options that control this resource's behavior.
47
+ */
48
+ constructor(name, args, opts) {
49
+ let resourceInputs = {};
50
+ opts = opts || {};
51
+ if (!opts.id) {
52
+ resourceInputs["apiVersion"] = "gateway.networking.k8s.io/v1alpha2";
53
+ resourceInputs["kind"] = "UDPRoute";
54
+ resourceInputs["metadata"] = args ? args.metadata : undefined;
55
+ resourceInputs["spec"] = args ? args.spec : undefined;
56
+ resourceInputs["status"] = undefined /*out*/;
57
+ }
58
+ else {
59
+ resourceInputs["apiVersion"] = undefined /*out*/;
60
+ resourceInputs["kind"] = undefined /*out*/;
61
+ resourceInputs["metadata"] = undefined /*out*/;
62
+ resourceInputs["spec"] = undefined /*out*/;
63
+ resourceInputs["status"] = undefined /*out*/;
64
+ }
65
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
66
+ super(UDPRoutePatch.__pulumiType, name, resourceInputs, opts);
67
+ }
68
+ }
69
+ exports.UDPRoutePatch = UDPRoutePatch;
70
+ /** @internal */
71
+ UDPRoutePatch.__pulumiType = 'kubernetes:gateway.networking.k8s.io/v1alpha2:UDPRoutePatch';
72
+ //# sourceMappingURL=udproutePatch.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"udproutePatch.js","sourceRoot":"","sources":["../../../gateway/v1alpha2/udproutePatch.ts"],"names":[],"mappings":";AAAA,0DAA0D;AAC1D,iFAAiF;;;AAEjF,yCAAyC;AAGzC,6CAA6C;AAI7C;;;;;;;;;;GAUG;AACH,MAAa,aAAc,SAAQ,MAAM,CAAC,cAAc;IACpD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,aAAa,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC1E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE,CAAC;YACpC,OAAO,KAAK,CAAC;QACjB,CAAC;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,aAAa,CAAC,YAAY,CAAC;IAC9D,CAAC;IAiBD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAwB,EAAE,IAAmC;QACnF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC;YACX,cAAc,CAAC,YAAY,CAAC,GAAG,oCAAoC,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,UAAU,CAAC;YACpC,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;QACjD,CAAC;aAAM,CAAC;YACJ,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;QACjD,CAAC;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,aAAa,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAClE,CAAC;;AAnEL,sCAoEC;AAvDG,gBAAgB;AACO,0BAAY,GAAG,6DAA6D,CAAC"}
@@ -0,0 +1,64 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../../types/input";
3
+ import * as outputs from "../../types/output";
4
+ import { ObjectMeta } from "../../meta/v1";
5
+ /**
6
+ * BackendTLSPolicy provides a way to configure how a Gateway
7
+ * connects to a Backend via TLS.
8
+ */
9
+ export declare class BackendTLSPolicy extends pulumi.CustomResource {
10
+ /**
11
+ * Get an existing BackendTLSPolicy resource's state with the given name, ID, and optional extra
12
+ * properties used to qualify the lookup.
13
+ *
14
+ * @param name The _unique_ name of the resulting resource.
15
+ * @param id The _unique_ provider ID of the resource to lookup.
16
+ * @param opts Optional settings to control the behavior of the CustomResource.
17
+ */
18
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): BackendTLSPolicy;
19
+ /**
20
+ * Returns true if the given object is an instance of BackendTLSPolicy. This is designed to work even
21
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
22
+ */
23
+ static isInstance(obj: any): obj is BackendTLSPolicy;
24
+ /**
25
+ * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
26
+ */
27
+ readonly apiVersion: pulumi.Output<"gateway.networking.k8s.io/v1alpha3">;
28
+ /**
29
+ * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
30
+ */
31
+ readonly kind: pulumi.Output<"BackendTLSPolicy">;
32
+ /**
33
+ * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
34
+ */
35
+ readonly metadata: pulumi.Output<ObjectMeta>;
36
+ readonly spec: pulumi.Output<outputs.gateway.v1alpha3.BackendTLSPolicySpec>;
37
+ readonly status: pulumi.Output<outputs.gateway.v1alpha3.BackendTLSPolicyStatus>;
38
+ /**
39
+ * Create a BackendTLSPolicy resource with the given unique name, arguments, and options.
40
+ *
41
+ * @param name The _unique_ name of the resource.
42
+ * @param args The arguments to use to populate this resource's properties.
43
+ * @param opts A bag of options that control this resource's behavior.
44
+ */
45
+ constructor(name: string, args?: BackendTLSPolicyArgs, opts?: pulumi.CustomResourceOptions);
46
+ }
47
+ /**
48
+ * The set of arguments for constructing a BackendTLSPolicy resource.
49
+ */
50
+ export interface BackendTLSPolicyArgs {
51
+ /**
52
+ * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
53
+ */
54
+ apiVersion?: pulumi.Input<"gateway.networking.k8s.io/v1alpha3">;
55
+ /**
56
+ * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
57
+ */
58
+ kind?: pulumi.Input<"BackendTLSPolicy">;
59
+ /**
60
+ * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
61
+ */
62
+ metadata?: pulumi.Input<ObjectMeta>;
63
+ spec?: pulumi.Input<inputs.gateway.v1alpha3.BackendTLSPolicySpec>;
64
+ }
@@ -0,0 +1,65 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by crd2pulumi. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.BackendTLSPolicy = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * BackendTLSPolicy provides a way to configure how a Gateway
10
+ * connects to a Backend via TLS.
11
+ */
12
+ class BackendTLSPolicy extends pulumi.CustomResource {
13
+ /**
14
+ * Get an existing BackendTLSPolicy resource's state with the given name, ID, and optional extra
15
+ * properties used to qualify the lookup.
16
+ *
17
+ * @param name The _unique_ name of the resulting resource.
18
+ * @param id The _unique_ provider ID of the resource to lookup.
19
+ * @param opts Optional settings to control the behavior of the CustomResource.
20
+ */
21
+ static get(name, id, opts) {
22
+ return new BackendTLSPolicy(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
23
+ }
24
+ /**
25
+ * Returns true if the given object is an instance of BackendTLSPolicy. This is designed to work even
26
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
27
+ */
28
+ static isInstance(obj) {
29
+ if (obj === undefined || obj === null) {
30
+ return false;
31
+ }
32
+ return obj['__pulumiType'] === BackendTLSPolicy.__pulumiType;
33
+ }
34
+ /**
35
+ * Create a BackendTLSPolicy resource with the given unique name, arguments, and options.
36
+ *
37
+ * @param name The _unique_ name of the resource.
38
+ * @param args The arguments to use to populate this resource's properties.
39
+ * @param opts A bag of options that control this resource's behavior.
40
+ */
41
+ constructor(name, args, opts) {
42
+ let resourceInputs = {};
43
+ opts = opts || {};
44
+ if (!opts.id) {
45
+ resourceInputs["apiVersion"] = "gateway.networking.k8s.io/v1alpha3";
46
+ resourceInputs["kind"] = "BackendTLSPolicy";
47
+ resourceInputs["metadata"] = args ? args.metadata : undefined;
48
+ resourceInputs["spec"] = args ? args.spec : undefined;
49
+ resourceInputs["status"] = undefined /*out*/;
50
+ }
51
+ else {
52
+ resourceInputs["apiVersion"] = undefined /*out*/;
53
+ resourceInputs["kind"] = undefined /*out*/;
54
+ resourceInputs["metadata"] = undefined /*out*/;
55
+ resourceInputs["spec"] = undefined /*out*/;
56
+ resourceInputs["status"] = undefined /*out*/;
57
+ }
58
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
59
+ super(BackendTLSPolicy.__pulumiType, name, resourceInputs, opts);
60
+ }
61
+ }
62
+ exports.BackendTLSPolicy = BackendTLSPolicy;
63
+ /** @internal */
64
+ BackendTLSPolicy.__pulumiType = 'kubernetes:gateway.networking.k8s.io/v1alpha3:BackendTLSPolicy';
65
+ //# sourceMappingURL=backendTLSPolicy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"backendTLSPolicy.js","sourceRoot":"","sources":["../../../gateway/v1alpha3/backendTLSPolicy.ts"],"names":[],"mappings":";AAAA,0DAA0D;AAC1D,iFAAiF;;;AAEjF,yCAAyC;AAGzC,6CAA6C;AAI7C;;;GAGG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC7E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE,CAAC;YACpC,OAAO,KAAK,CAAC;QACjB,CAAC;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;IAiBD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAA2B,EAAE,IAAmC;QACtF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC;YACX,cAAc,CAAC,YAAY,CAAC,GAAG,oCAAoC,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,kBAAkB,CAAC;YAC5C,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;QACjD,CAAC;aAAM,CAAC;YACJ,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;QACjD,CAAC;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACrE,CAAC;;AAnEL,4CAoEC;AAvDG,gBAAgB;AACO,6BAAY,GAAG,gEAAgE,CAAC"}
@@ -0,0 +1,67 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../../types/input";
3
+ import * as outputs from "../../types/output";
4
+ /**
5
+ * BackendTLSPolicyList is a list of BackendTLSPolicy
6
+ */
7
+ export declare class BackendTLSPolicyList extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing BackendTLSPolicyList resource's state with the given name, ID, and optional extra
10
+ * properties used to qualify the lookup.
11
+ *
12
+ * @param name The _unique_ name of the resulting resource.
13
+ * @param id The _unique_ provider ID of the resource to lookup.
14
+ * @param opts Optional settings to control the behavior of the CustomResource.
15
+ */
16
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): BackendTLSPolicyList;
17
+ /**
18
+ * Returns true if the given object is an instance of BackendTLSPolicyList. This is designed to work even
19
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
20
+ */
21
+ static isInstance(obj: any): obj is BackendTLSPolicyList;
22
+ /**
23
+ * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
24
+ */
25
+ readonly apiVersion: pulumi.Output<"gateway.networking.k8s.io/v1alpha3">;
26
+ /**
27
+ * List of backendtlspolicies. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
28
+ */
29
+ readonly items: pulumi.Output<outputs.gateway.v1alpha3.BackendTLSPolicy[]>;
30
+ /**
31
+ * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
32
+ */
33
+ readonly kind: pulumi.Output<"BackendTLSPolicyList">;
34
+ /**
35
+ * Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
36
+ */
37
+ readonly metadata: pulumi.Output<outputs.meta.v1.ListMeta>;
38
+ /**
39
+ * Create a BackendTLSPolicyList resource with the given unique name, arguments, and options.
40
+ *
41
+ * @param name The _unique_ name of the resource.
42
+ * @param args The arguments to use to populate this resource's properties.
43
+ * @param opts A bag of options that control this resource's behavior.
44
+ */
45
+ constructor(name: string, args?: BackendTLSPolicyListArgs, opts?: pulumi.CustomResourceOptions);
46
+ }
47
+ /**
48
+ * The set of arguments for constructing a BackendTLSPolicyList resource.
49
+ */
50
+ export interface BackendTLSPolicyListArgs {
51
+ /**
52
+ * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
53
+ */
54
+ apiVersion?: pulumi.Input<"gateway.networking.k8s.io/v1alpha3">;
55
+ /**
56
+ * List of backendtlspolicies. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
57
+ */
58
+ items: pulumi.Input<pulumi.Input<inputs.gateway.v1alpha3.BackendTLSPolicy>[]>;
59
+ /**
60
+ * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
61
+ */
62
+ kind?: pulumi.Input<"BackendTLSPolicyList">;
63
+ /**
64
+ * Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
65
+ */
66
+ metadata?: pulumi.Input<inputs.meta.v1.ListMeta>;
67
+ }
@@ -0,0 +1,65 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by crd2pulumi. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.BackendTLSPolicyList = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * BackendTLSPolicyList is a list of BackendTLSPolicy
10
+ */
11
+ class BackendTLSPolicyList extends pulumi.CustomResource {
12
+ /**
13
+ * Get an existing BackendTLSPolicyList resource's state with the given name, ID, and optional extra
14
+ * properties used to qualify the lookup.
15
+ *
16
+ * @param name The _unique_ name of the resulting resource.
17
+ * @param id The _unique_ provider ID of the resource to lookup.
18
+ * @param opts Optional settings to control the behavior of the CustomResource.
19
+ */
20
+ static get(name, id, opts) {
21
+ return new BackendTLSPolicyList(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
22
+ }
23
+ /**
24
+ * Returns true if the given object is an instance of BackendTLSPolicyList. This is designed to work even
25
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
26
+ */
27
+ static isInstance(obj) {
28
+ if (obj === undefined || obj === null) {
29
+ return false;
30
+ }
31
+ return obj['__pulumiType'] === BackendTLSPolicyList.__pulumiType;
32
+ }
33
+ /**
34
+ * Create a BackendTLSPolicyList resource with the given unique name, arguments, and options.
35
+ *
36
+ * @param name The _unique_ name of the resource.
37
+ * @param args The arguments to use to populate this resource's properties.
38
+ * @param opts A bag of options that control this resource's behavior.
39
+ */
40
+ constructor(name, args, opts) {
41
+ let resourceInputs = {};
42
+ opts = opts || {};
43
+ if (!opts.id) {
44
+ if ((!args || args.items === undefined) && !opts.urn) {
45
+ throw new Error("Missing required property 'items'");
46
+ }
47
+ resourceInputs["apiVersion"] = "gateway.networking.k8s.io/v1alpha3";
48
+ resourceInputs["items"] = args ? args.items : undefined;
49
+ resourceInputs["kind"] = "BackendTLSPolicyList";
50
+ resourceInputs["metadata"] = args ? args.metadata : undefined;
51
+ }
52
+ else {
53
+ resourceInputs["apiVersion"] = undefined /*out*/;
54
+ resourceInputs["items"] = undefined /*out*/;
55
+ resourceInputs["kind"] = undefined /*out*/;
56
+ resourceInputs["metadata"] = undefined /*out*/;
57
+ }
58
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
59
+ super(BackendTLSPolicyList.__pulumiType, name, resourceInputs, opts);
60
+ }
61
+ }
62
+ exports.BackendTLSPolicyList = BackendTLSPolicyList;
63
+ /** @internal */
64
+ BackendTLSPolicyList.__pulumiType = 'kubernetes:gateway.networking.k8s.io/v1alpha3:BackendTLSPolicyList';
65
+ //# sourceMappingURL=backendTLSPolicyList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"backendTLSPolicyList.js","sourceRoot":"","sources":["../../../gateway/v1alpha3/backendTLSPolicyList.ts"],"names":[],"mappings":";AAAA,0DAA0D;AAC1D,iFAAiF;;;AAEjF,yCAAyC;AAGzC,6CAA6C;AAI7C;;GAEG;AACH,MAAa,oBAAqB,SAAQ,MAAM,CAAC,cAAc;IAC3D;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,oBAAoB,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACjF,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE,CAAC;YACpC,OAAO,KAAK,CAAC;QACjB,CAAC;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,oBAAoB,CAAC,YAAY,CAAC;IACrE,CAAC;IAmBD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAA+B,EAAE,IAAmC;QAC1F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC;YACX,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC;gBACnD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;YACzD,CAAC;YACD,cAAc,CAAC,YAAY,CAAC,GAAG,oCAAoC,CAAC;YACpE,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,sBAAsB,CAAC;YAChD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;QAClE,CAAC;aAAM,CAAC;YACJ,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;QACnD,CAAC;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,oBAAoB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACzE,CAAC;;AAtEL,oDAuEC;AA1DG,gBAAgB;AACO,iCAAY,GAAG,oEAAoE,CAAC"}
@@ -0,0 +1,70 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../../types/input";
3
+ import * as outputs from "../../types/output";
4
+ import { ObjectMetaPatch } from "../../meta/v1";
5
+ /**
6
+ * Patch resources are used to modify existing Kubernetes resources by using
7
+ * Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
8
+ * one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource.
9
+ * Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the
10
+ * [Server-Side Apply Docs](https://www.pulumi.com/registry/packages/kubernetes/how-to-guides/managing-resources-with-server-side-apply/) for
11
+ * additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
12
+ * BackendTLSPolicy provides a way to configure how a Gateway
13
+ * connects to a Backend via TLS.
14
+ */
15
+ export declare class BackendTLSPolicyPatch extends pulumi.CustomResource {
16
+ /**
17
+ * Get an existing BackendTLSPolicyPatch resource's state with the given name, ID, and optional extra
18
+ * properties used to qualify the lookup.
19
+ *
20
+ * @param name The _unique_ name of the resulting resource.
21
+ * @param id The _unique_ provider ID of the resource to lookup.
22
+ * @param opts Optional settings to control the behavior of the CustomResource.
23
+ */
24
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): BackendTLSPolicyPatch;
25
+ /**
26
+ * Returns true if the given object is an instance of BackendTLSPolicyPatch. This is designed to work even
27
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
28
+ */
29
+ static isInstance(obj: any): obj is BackendTLSPolicyPatch;
30
+ /**
31
+ * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
32
+ */
33
+ readonly apiVersion: pulumi.Output<"gateway.networking.k8s.io/v1alpha3">;
34
+ /**
35
+ * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
36
+ */
37
+ readonly kind: pulumi.Output<"BackendTLSPolicy">;
38
+ /**
39
+ * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
40
+ */
41
+ readonly metadata: pulumi.Output<ObjectMetaPatch>;
42
+ readonly spec: pulumi.Output<outputs.gateway.v1alpha3.BackendTLSPolicySpecPatch>;
43
+ readonly status: pulumi.Output<outputs.gateway.v1alpha3.BackendTLSPolicyStatusPatch>;
44
+ /**
45
+ * Create a BackendTLSPolicyPatch resource with the given unique name, arguments, and options.
46
+ *
47
+ * @param name The _unique_ name of the resource.
48
+ * @param args The arguments to use to populate this resource's properties.
49
+ * @param opts A bag of options that control this resource's behavior.
50
+ */
51
+ constructor(name: string, args?: BackendTLSPolicyPatchArgs, opts?: pulumi.CustomResourceOptions);
52
+ }
53
+ /**
54
+ * The set of arguments for constructing a BackendTLSPolicyPatch resource.
55
+ */
56
+ export interface BackendTLSPolicyPatchArgs {
57
+ /**
58
+ * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
59
+ */
60
+ apiVersion?: pulumi.Input<"gateway.networking.k8s.io/v1alpha3">;
61
+ /**
62
+ * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
63
+ */
64
+ kind?: pulumi.Input<"BackendTLSPolicy">;
65
+ /**
66
+ * Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
67
+ */
68
+ metadata?: pulumi.Input<ObjectMetaPatch>;
69
+ spec?: pulumi.Input<inputs.gateway.v1alpha3.BackendTLSPolicySpecPatch>;
70
+ }
@@ -0,0 +1,71 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by crd2pulumi. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.BackendTLSPolicyPatch = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ /**
9
+ * Patch resources are used to modify existing Kubernetes resources by using
10
+ * Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
11
+ * one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource.
12
+ * Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the
13
+ * [Server-Side Apply Docs](https://www.pulumi.com/registry/packages/kubernetes/how-to-guides/managing-resources-with-server-side-apply/) for
14
+ * additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
15
+ * BackendTLSPolicy provides a way to configure how a Gateway
16
+ * connects to a Backend via TLS.
17
+ */
18
+ class BackendTLSPolicyPatch extends pulumi.CustomResource {
19
+ /**
20
+ * Get an existing BackendTLSPolicyPatch resource's state with the given name, ID, and optional extra
21
+ * properties used to qualify the lookup.
22
+ *
23
+ * @param name The _unique_ name of the resulting resource.
24
+ * @param id The _unique_ provider ID of the resource to lookup.
25
+ * @param opts Optional settings to control the behavior of the CustomResource.
26
+ */
27
+ static get(name, id, opts) {
28
+ return new BackendTLSPolicyPatch(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
29
+ }
30
+ /**
31
+ * Returns true if the given object is an instance of BackendTLSPolicyPatch. This is designed to work even
32
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
33
+ */
34
+ static isInstance(obj) {
35
+ if (obj === undefined || obj === null) {
36
+ return false;
37
+ }
38
+ return obj['__pulumiType'] === BackendTLSPolicyPatch.__pulumiType;
39
+ }
40
+ /**
41
+ * Create a BackendTLSPolicyPatch resource with the given unique name, arguments, and options.
42
+ *
43
+ * @param name The _unique_ name of the resource.
44
+ * @param args The arguments to use to populate this resource's properties.
45
+ * @param opts A bag of options that control this resource's behavior.
46
+ */
47
+ constructor(name, args, opts) {
48
+ let resourceInputs = {};
49
+ opts = opts || {};
50
+ if (!opts.id) {
51
+ resourceInputs["apiVersion"] = "gateway.networking.k8s.io/v1alpha3";
52
+ resourceInputs["kind"] = "BackendTLSPolicy";
53
+ resourceInputs["metadata"] = args ? args.metadata : undefined;
54
+ resourceInputs["spec"] = args ? args.spec : undefined;
55
+ resourceInputs["status"] = undefined /*out*/;
56
+ }
57
+ else {
58
+ resourceInputs["apiVersion"] = undefined /*out*/;
59
+ resourceInputs["kind"] = undefined /*out*/;
60
+ resourceInputs["metadata"] = undefined /*out*/;
61
+ resourceInputs["spec"] = undefined /*out*/;
62
+ resourceInputs["status"] = undefined /*out*/;
63
+ }
64
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
65
+ super(BackendTLSPolicyPatch.__pulumiType, name, resourceInputs, opts);
66
+ }
67
+ }
68
+ exports.BackendTLSPolicyPatch = BackendTLSPolicyPatch;
69
+ /** @internal */
70
+ BackendTLSPolicyPatch.__pulumiType = 'kubernetes:gateway.networking.k8s.io/v1alpha3:BackendTLSPolicyPatch';
71
+ //# sourceMappingURL=backendTLSPolicyPatch.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"backendTLSPolicyPatch.js","sourceRoot":"","sources":["../../../gateway/v1alpha3/backendTLSPolicyPatch.ts"],"names":[],"mappings":";AAAA,0DAA0D;AAC1D,iFAAiF;;;AAEjF,yCAAyC;AAGzC,6CAA6C;AAI7C;;;;;;;;;GASG;AACH,MAAa,qBAAsB,SAAQ,MAAM,CAAC,cAAc;IAC5D;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,qBAAqB,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClF,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE,CAAC;YACpC,OAAO,KAAK,CAAC;QACjB,CAAC;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,qBAAqB,CAAC,YAAY,CAAC;IACtE,CAAC;IAiBD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAgC,EAAE,IAAmC;QAC3F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC;YACX,cAAc,CAAC,YAAY,CAAC,GAAG,oCAAoC,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,kBAAkB,CAAC;YAC5C,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;QACjD,CAAC;aAAM,CAAC;YACJ,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;QACjD,CAAC;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,qBAAqB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1E,CAAC;;AAnEL,sDAoEC;AAvDG,gBAAgB;AACO,kCAAY,GAAG,qEAAqE,CAAC"}
@@ -0,0 +1,9 @@
1
+ export { BackendTLSPolicyArgs } from "./backendTLSPolicy";
2
+ export type BackendTLSPolicy = import("./backendTLSPolicy").BackendTLSPolicy;
3
+ export declare const BackendTLSPolicy: typeof import("./backendTLSPolicy").BackendTLSPolicy;
4
+ export { BackendTLSPolicyListArgs } from "./backendTLSPolicyList";
5
+ export type BackendTLSPolicyList = import("./backendTLSPolicyList").BackendTLSPolicyList;
6
+ export declare const BackendTLSPolicyList: typeof import("./backendTLSPolicyList").BackendTLSPolicyList;
7
+ export { BackendTLSPolicyPatchArgs } from "./backendTLSPolicyPatch";
8
+ export type BackendTLSPolicyPatch = import("./backendTLSPolicyPatch").BackendTLSPolicyPatch;
9
+ export declare const BackendTLSPolicyPatch: typeof import("./backendTLSPolicyPatch").BackendTLSPolicyPatch;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by crd2pulumi. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.BackendTLSPolicyPatch = exports.BackendTLSPolicyList = exports.BackendTLSPolicy = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../../utilities");
8
+ exports.BackendTLSPolicy = null;
9
+ utilities.lazyLoad(exports, ["BackendTLSPolicy"], () => require("./backendTLSPolicy"));
10
+ exports.BackendTLSPolicyList = null;
11
+ utilities.lazyLoad(exports, ["BackendTLSPolicyList"], () => require("./backendTLSPolicyList"));
12
+ exports.BackendTLSPolicyPatch = null;
13
+ utilities.lazyLoad(exports, ["BackendTLSPolicyPatch"], () => require("./backendTLSPolicyPatch"));
14
+ const _module = {
15
+ version: utilities.getVersion(),
16
+ construct: (name, type, urn) => {
17
+ switch (type) {
18
+ case "kubernetes:gateway.networking.k8s.io/v1alpha3:BackendTLSPolicy":
19
+ return new exports.BackendTLSPolicy(name, undefined, { urn });
20
+ case "kubernetes:gateway.networking.k8s.io/v1alpha3:BackendTLSPolicyList":
21
+ return new exports.BackendTLSPolicyList(name, undefined, { urn });
22
+ case "kubernetes:gateway.networking.k8s.io/v1alpha3:BackendTLSPolicyPatch":
23
+ return new exports.BackendTLSPolicyPatch(name, undefined, { urn });
24
+ default:
25
+ throw new Error(`unknown resource type ${type}`);
26
+ }
27
+ },
28
+ };
29
+ pulumi.runtime.registerResourceModule("crds", "gateway.networking.k8s.io/v1alpha3", _module);
30
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../gateway/v1alpha3/index.ts"],"names":[],"mappings":";AAAA,0DAA0D;AAC1D,iFAAiF;;;AAEjF,yCAAyC;AACzC,6CAA6C;AAKhC,QAAA,gBAAgB,GAAyD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,kBAAkB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,CAAC;AAI1E,QAAA,oBAAoB,GAAiE,IAAW,CAAC;AAC9G,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,sBAAsB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC;AAIlF,QAAA,qBAAqB,GAAmE,IAAW,CAAC;AACjH,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,uBAAuB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,yBAAyB,CAAC,CAAC,CAAC;AAGjG,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE,CAAC;YACX,KAAK,gEAAgE;gBACjE,OAAO,IAAI,wBAAgB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC9D,KAAK,oEAAoE;gBACrE,OAAO,IAAI,4BAAoB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAClE,KAAK,qEAAqE;gBACtE,OAAO,IAAI,6BAAqB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACnE;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;QACzD,CAAC;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,MAAM,EAAE,oCAAoC,EAAE,OAAO,CAAC,CAAA"}