pulumi-extra-crds 1.0.0 → 1.0.13
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/.crd2pulumi-checksum +1 -0
- package/.github/workflows/generate.yml +31 -28
- package/CHANGELOG.md +100 -0
- package/LICENSE +201 -0
- package/README.md +325 -0
- package/crd2pulumi.tar.gz +0 -0
- package/generated/crds/README.md +14 -0
- package/generated/crds/acme/index.d.ts +2 -0
- package/generated/crds/acme/index.js +8 -0
- package/generated/crds/acme/index.ts +11 -0
- package/generated/crds/acme/v1/challenge.d.ts +64 -0
- package/generated/crds/acme/v1/challenge.js +63 -0
- package/generated/crds/acme/v1/challenge.ts +99 -0
- package/generated/crds/acme/v1/challengeList.d.ts +69 -0
- package/generated/crds/acme/v1/challengeList.js +64 -0
- package/generated/crds/acme/v1/challengeList.ts +105 -0
- package/generated/crds/acme/v1/challengePatch.d.ts +70 -0
- package/generated/crds/acme/v1/challengePatch.js +69 -0
- package/generated/crds/acme/v1/challengePatch.ts +105 -0
- package/generated/crds/acme/v1/index.d.ts +18 -0
- package/generated/crds/acme/v1/index.js +41 -0
- package/generated/crds/acme/v1/index.ts +60 -0
- package/generated/crds/acme/v1/order.d.ts +64 -0
- package/generated/crds/acme/v1/order.js +63 -0
- package/generated/crds/acme/v1/order.ts +99 -0
- package/generated/crds/acme/v1/orderList.d.ts +69 -0
- package/generated/crds/acme/v1/orderList.js +64 -0
- package/generated/crds/acme/v1/orderList.ts +105 -0
- package/generated/crds/acme/v1/orderPatch.d.ts +70 -0
- package/generated/crds/acme/v1/orderPatch.js +69 -0
- package/generated/crds/acme/v1/orderPatch.ts +105 -0
- package/generated/crds/cert_manager/index.d.ts +2 -0
- package/generated/crds/cert_manager/index.js +8 -0
- package/generated/crds/cert_manager/index.ts +11 -0
- package/generated/crds/cert_manager/v1/certificate.d.ts +67 -0
- package/generated/crds/cert_manager/v1/certificate.js +66 -0
- package/generated/crds/cert_manager/v1/certificate.ts +102 -0
- package/generated/crds/cert_manager/v1/certificateList.d.ts +69 -0
- package/generated/crds/cert_manager/v1/certificateList.js +64 -0
- package/generated/crds/cert_manager/v1/certificateList.ts +105 -0
- package/generated/crds/cert_manager/v1/certificatePatch.d.ts +73 -0
- package/generated/crds/cert_manager/v1/certificatePatch.js +72 -0
- package/generated/crds/cert_manager/v1/certificatePatch.ts +108 -0
- package/generated/crds/cert_manager/v1/certificateRequest.d.ts +72 -0
- package/generated/crds/cert_manager/v1/certificateRequest.js +71 -0
- package/generated/crds/cert_manager/v1/certificateRequest.ts +107 -0
- package/generated/crds/cert_manager/v1/certificateRequestList.d.ts +69 -0
- package/generated/crds/cert_manager/v1/certificateRequestList.js +64 -0
- package/generated/crds/cert_manager/v1/certificateRequestList.ts +105 -0
- package/generated/crds/cert_manager/v1/certificateRequestPatch.d.ts +78 -0
- package/generated/crds/cert_manager/v1/certificateRequestPatch.js +77 -0
- package/generated/crds/cert_manager/v1/certificateRequestPatch.ts +113 -0
- package/generated/crds/cert_manager/v1/clusterIssuer.d.ts +68 -0
- package/generated/crds/cert_manager/v1/clusterIssuer.js +67 -0
- package/generated/crds/cert_manager/v1/clusterIssuer.ts +103 -0
- package/generated/crds/cert_manager/v1/clusterIssuerList.d.ts +69 -0
- package/generated/crds/cert_manager/v1/clusterIssuerList.js +64 -0
- package/generated/crds/cert_manager/v1/clusterIssuerList.ts +105 -0
- package/generated/crds/cert_manager/v1/clusterIssuerPatch.d.ts +74 -0
- package/generated/crds/cert_manager/v1/clusterIssuerPatch.js +73 -0
- package/generated/crds/cert_manager/v1/clusterIssuerPatch.ts +109 -0
- package/generated/crds/cert_manager/v1/index.d.ts +36 -0
- package/generated/crds/cert_manager/v1/index.js +65 -0
- package/generated/crds/cert_manager/v1/index.ts +102 -0
- package/generated/crds/cert_manager/v1/issuer.d.ts +67 -0
- package/generated/crds/cert_manager/v1/issuer.js +66 -0
- package/generated/crds/cert_manager/v1/issuer.ts +102 -0
- package/generated/crds/cert_manager/v1/issuerList.d.ts +69 -0
- package/generated/crds/cert_manager/v1/issuerList.js +64 -0
- package/generated/crds/cert_manager/v1/issuerList.ts +105 -0
- package/generated/crds/cert_manager/v1/issuerPatch.d.ts +73 -0
- package/generated/crds/cert_manager/v1/issuerPatch.js +72 -0
- package/generated/crds/cert_manager/v1/issuerPatch.ts +108 -0
- package/generated/crds/gateway/index.d.ts +5 -0
- package/generated/crds/gateway/index.js +14 -0
- package/generated/crds/gateway/index.ts +17 -0
- package/generated/crds/gateway/v1/gateway.d.ts +65 -0
- package/generated/crds/gateway/v1/gateway.js +66 -0
- package/generated/crds/gateway/v1/gateway.ts +102 -0
- package/generated/crds/gateway/v1/gatewayClass.d.ts +80 -0
- package/generated/crds/gateway/v1/gatewayClass.js +81 -0
- package/generated/crds/gateway/v1/gatewayClass.ts +117 -0
- package/generated/crds/gateway/v1/gatewayClassList.d.ts +69 -0
- package/generated/crds/gateway/v1/gatewayClassList.js +64 -0
- package/generated/crds/gateway/v1/gatewayClassList.ts +105 -0
- package/generated/crds/gateway/v1/gatewayClassPatch.d.ts +86 -0
- package/generated/crds/gateway/v1/gatewayClassPatch.js +87 -0
- package/generated/crds/gateway/v1/gatewayClassPatch.ts +123 -0
- package/generated/crds/gateway/v1/gatewayList.d.ts +69 -0
- package/generated/crds/gateway/v1/gatewayList.js +64 -0
- package/generated/crds/gateway/v1/gatewayList.ts +105 -0
- package/generated/crds/gateway/v1/gatewayPatch.d.ts +71 -0
- package/generated/crds/gateway/v1/gatewayPatch.js +72 -0
- package/generated/crds/gateway/v1/gatewayPatch.ts +108 -0
- package/generated/crds/gateway/v1/grpcroute.d.ts +90 -0
- package/generated/crds/gateway/v1/grpcroute.js +91 -0
- package/generated/crds/gateway/v1/grpcroute.ts +127 -0
- package/generated/crds/gateway/v1/grpcrouteList.d.ts +69 -0
- package/generated/crds/gateway/v1/grpcrouteList.js +64 -0
- package/generated/crds/gateway/v1/grpcrouteList.ts +105 -0
- package/generated/crds/gateway/v1/grpcroutePatch.d.ts +96 -0
- package/generated/crds/gateway/v1/grpcroutePatch.js +97 -0
- package/generated/crds/gateway/v1/grpcroutePatch.ts +133 -0
- package/generated/crds/gateway/v1/httproute.d.ts +67 -0
- package/generated/crds/gateway/v1/httproute.js +68 -0
- package/generated/crds/gateway/v1/httproute.ts +104 -0
- package/generated/crds/gateway/v1/httprouteList.d.ts +69 -0
- package/generated/crds/gateway/v1/httprouteList.js +64 -0
- package/generated/crds/gateway/v1/httprouteList.ts +105 -0
- package/generated/crds/gateway/v1/httproutePatch.d.ts +73 -0
- package/generated/crds/gateway/v1/httproutePatch.js +74 -0
- package/generated/crds/gateway/v1/httproutePatch.ts +110 -0
- package/generated/crds/gateway/v1/index.d.ts +36 -0
- package/generated/crds/gateway/v1/index.js +65 -0
- package/generated/crds/gateway/v1/index.ts +102 -0
- package/generated/crds/gateway/v1alpha2/backendLBPolicy.d.ts +65 -0
- package/generated/crds/gateway/v1alpha2/backendLBPolicy.js +64 -0
- package/generated/crds/gateway/v1alpha2/backendLBPolicy.ts +100 -0
- package/generated/crds/gateway/v1alpha2/backendLBPolicyList.d.ts +69 -0
- package/generated/crds/gateway/v1alpha2/backendLBPolicyList.js +64 -0
- package/generated/crds/gateway/v1alpha2/backendLBPolicyList.ts +105 -0
- package/generated/crds/gateway/v1alpha2/backendLBPolicyPatch.d.ts +71 -0
- package/generated/crds/gateway/v1alpha2/backendLBPolicyPatch.js +70 -0
- package/generated/crds/gateway/v1alpha2/backendLBPolicyPatch.ts +106 -0
- package/generated/crds/gateway/v1alpha2/grpcroute.d.ts +90 -0
- package/generated/crds/gateway/v1alpha2/grpcroute.js +91 -0
- package/generated/crds/gateway/v1alpha2/grpcroute.ts +127 -0
- package/generated/crds/gateway/v1alpha2/grpcrouteList.d.ts +69 -0
- package/generated/crds/gateway/v1alpha2/grpcrouteList.js +64 -0
- package/generated/crds/gateway/v1alpha2/grpcrouteList.ts +105 -0
- package/generated/crds/gateway/v1alpha2/grpcroutePatch.d.ts +96 -0
- package/generated/crds/gateway/v1alpha2/grpcroutePatch.js +97 -0
- package/generated/crds/gateway/v1alpha2/grpcroutePatch.ts +133 -0
- package/generated/crds/gateway/v1alpha2/index.d.ts +54 -0
- package/generated/crds/gateway/v1alpha2/index.js +89 -0
- package/generated/crds/gateway/v1alpha2/index.ts +144 -0
- package/generated/crds/gateway/v1alpha2/referenceGrant.d.ts +82 -0
- package/generated/crds/gateway/v1alpha2/referenceGrant.js +82 -0
- package/generated/crds/gateway/v1alpha2/referenceGrant.ts +117 -0
- package/generated/crds/gateway/v1alpha2/referenceGrantList.d.ts +69 -0
- package/generated/crds/gateway/v1alpha2/referenceGrantList.js +64 -0
- package/generated/crds/gateway/v1alpha2/referenceGrantList.ts +105 -0
- package/generated/crds/gateway/v1alpha2/referenceGrantPatch.d.ts +88 -0
- package/generated/crds/gateway/v1alpha2/referenceGrantPatch.js +88 -0
- package/generated/crds/gateway/v1alpha2/referenceGrantPatch.ts +123 -0
- package/generated/crds/gateway/v1alpha2/tcproute.d.ts +66 -0
- package/generated/crds/gateway/v1alpha2/tcproute.js +65 -0
- package/generated/crds/gateway/v1alpha2/tcproute.ts +101 -0
- package/generated/crds/gateway/v1alpha2/tcprouteList.d.ts +69 -0
- package/generated/crds/gateway/v1alpha2/tcprouteList.js +64 -0
- package/generated/crds/gateway/v1alpha2/tcprouteList.ts +105 -0
- package/generated/crds/gateway/v1alpha2/tcproutePatch.d.ts +72 -0
- package/generated/crds/gateway/v1alpha2/tcproutePatch.js +71 -0
- package/generated/crds/gateway/v1alpha2/tcproutePatch.ts +107 -0
- package/generated/crds/gateway/v1alpha2/tlsroute.d.ts +69 -0
- package/generated/crds/gateway/v1alpha2/tlsroute.js +68 -0
- package/generated/crds/gateway/v1alpha2/tlsroute.ts +104 -0
- package/generated/crds/gateway/v1alpha2/tlsrouteList.d.ts +69 -0
- package/generated/crds/gateway/v1alpha2/tlsrouteList.js +64 -0
- package/generated/crds/gateway/v1alpha2/tlsrouteList.ts +105 -0
- package/generated/crds/gateway/v1alpha2/tlsroutePatch.d.ts +75 -0
- package/generated/crds/gateway/v1alpha2/tlsroutePatch.js +74 -0
- package/generated/crds/gateway/v1alpha2/tlsroutePatch.ts +110 -0
- package/generated/crds/gateway/v1alpha2/udproute.d.ts +66 -0
- package/generated/crds/gateway/v1alpha2/udproute.js +65 -0
- package/generated/crds/gateway/v1alpha2/udproute.ts +101 -0
- package/generated/crds/gateway/v1alpha2/udprouteList.d.ts +69 -0
- package/generated/crds/gateway/v1alpha2/udprouteList.js +64 -0
- package/generated/crds/gateway/v1alpha2/udprouteList.ts +105 -0
- package/generated/crds/gateway/v1alpha2/udproutePatch.d.ts +72 -0
- package/generated/crds/gateway/v1alpha2/udproutePatch.js +71 -0
- package/generated/crds/gateway/v1alpha2/udproutePatch.ts +107 -0
- package/generated/crds/gateway/v1alpha3/backendTLSPolicy.d.ts +65 -0
- package/generated/crds/gateway/v1alpha3/backendTLSPolicy.js +64 -0
- package/generated/crds/gateway/v1alpha3/backendTLSPolicy.ts +100 -0
- package/generated/crds/gateway/v1alpha3/backendTLSPolicyList.d.ts +69 -0
- package/generated/crds/gateway/v1alpha3/backendTLSPolicyList.js +64 -0
- package/generated/crds/gateway/v1alpha3/backendTLSPolicyList.ts +105 -0
- package/generated/crds/gateway/v1alpha3/backendTLSPolicyPatch.d.ts +71 -0
- package/generated/crds/gateway/v1alpha3/backendTLSPolicyPatch.js +70 -0
- package/generated/crds/gateway/v1alpha3/backendTLSPolicyPatch.ts +106 -0
- package/generated/crds/gateway/v1alpha3/index.d.ts +9 -0
- package/generated/crds/gateway/v1alpha3/index.js +29 -0
- package/generated/crds/gateway/v1alpha3/index.ts +39 -0
- package/generated/crds/gateway/v1beta1/gateway.d.ts +65 -0
- package/generated/crds/gateway/v1beta1/gateway.js +66 -0
- package/generated/crds/gateway/v1beta1/gateway.ts +102 -0
- package/generated/crds/gateway/v1beta1/gatewayClass.d.ts +80 -0
- package/generated/crds/gateway/v1beta1/gatewayClass.js +81 -0
- package/generated/crds/gateway/v1beta1/gatewayClass.ts +117 -0
- package/generated/crds/gateway/v1beta1/gatewayClassList.d.ts +69 -0
- package/generated/crds/gateway/v1beta1/gatewayClassList.js +64 -0
- package/generated/crds/gateway/v1beta1/gatewayClassList.ts +105 -0
- package/generated/crds/gateway/v1beta1/gatewayClassPatch.d.ts +86 -0
- package/generated/crds/gateway/v1beta1/gatewayClassPatch.js +87 -0
- package/generated/crds/gateway/v1beta1/gatewayClassPatch.ts +123 -0
- package/generated/crds/gateway/v1beta1/gatewayList.d.ts +69 -0
- package/generated/crds/gateway/v1beta1/gatewayList.js +64 -0
- package/generated/crds/gateway/v1beta1/gatewayList.ts +105 -0
- package/generated/crds/gateway/v1beta1/gatewayPatch.d.ts +71 -0
- package/generated/crds/gateway/v1beta1/gatewayPatch.js +72 -0
- package/generated/crds/gateway/v1beta1/gatewayPatch.ts +108 -0
- package/generated/crds/gateway/v1beta1/httproute.d.ts +67 -0
- package/generated/crds/gateway/v1beta1/httproute.js +68 -0
- package/generated/crds/gateway/v1beta1/httproute.ts +104 -0
- package/generated/crds/gateway/v1beta1/httprouteList.d.ts +69 -0
- package/generated/crds/gateway/v1beta1/httprouteList.js +64 -0
- package/generated/crds/gateway/v1beta1/httprouteList.ts +105 -0
- package/generated/crds/gateway/v1beta1/httproutePatch.d.ts +73 -0
- package/generated/crds/gateway/v1beta1/httproutePatch.js +74 -0
- package/generated/crds/gateway/v1beta1/httproutePatch.ts +110 -0
- package/generated/crds/gateway/v1beta1/index.d.ts +36 -0
- package/generated/crds/gateway/v1beta1/index.js +65 -0
- package/generated/crds/gateway/v1beta1/index.ts +102 -0
- package/generated/crds/gateway/v1beta1/referenceGrant.d.ts +78 -0
- package/generated/crds/gateway/v1beta1/referenceGrant.js +78 -0
- package/generated/crds/gateway/v1beta1/referenceGrant.ts +113 -0
- package/generated/crds/gateway/v1beta1/referenceGrantList.d.ts +69 -0
- package/generated/crds/gateway/v1beta1/referenceGrantList.js +64 -0
- package/generated/crds/gateway/v1beta1/referenceGrantList.ts +105 -0
- package/generated/crds/gateway/v1beta1/referenceGrantPatch.d.ts +84 -0
- package/generated/crds/gateway/v1beta1/referenceGrantPatch.js +84 -0
- package/generated/crds/gateway/v1beta1/referenceGrantPatch.ts +119 -0
- package/generated/crds/index.d.ts +8 -0
- package/generated/crds/index.js +27 -0
- package/generated/crds/index.ts +34 -0
- package/generated/crds/meta/v1.d.ts +3 -0
- package/generated/crds/meta/v1.js +2 -0
- package/generated/crds/meta/v1.ts +4 -0
- package/generated/crds/package.json +32 -0
- package/generated/crds/provider.d.ts +23 -0
- package/generated/crds/provider.js +37 -0
- package/generated/crds/provider.ts +44 -0
- package/generated/crds/scripts/postinstall.js +13 -0
- package/generated/crds/tsconfig.json +15 -0
- package/generated/crds/types/index.d.ts +3 -0
- package/generated/crds/types/index.js +10 -0
- package/generated/crds/types/index.ts +13 -0
- package/generated/crds/types/input.d.ts +38601 -0
- package/generated/crds/types/input.js +4 -0
- package/generated/crds/types/input.ts +39421 -0
- package/generated/crds/types/output.d.ts +42150 -0
- package/generated/crds/types/output.js +4 -0
- package/generated/crds/types/output.ts +43038 -0
- package/generated/crds/utilities.d.ts +13 -0
- package/generated/crds/utilities.js +91 -0
- package/generated/crds/utilities.ts +98 -0
- package/package.json +9 -4
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
// *** WARNING: this file was generated by crd2pulumi. ***
|
|
2
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
3
|
+
|
|
4
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
5
|
+
import * as utilities from "../../utilities";
|
|
6
|
+
|
|
7
|
+
// Export members:
|
|
8
|
+
export { GatewayArgs } from "./gateway";
|
|
9
|
+
export type Gateway = import("./gateway").Gateway;
|
|
10
|
+
export const Gateway: typeof import("./gateway").Gateway = null as any;
|
|
11
|
+
utilities.lazyLoad(exports, ["Gateway"], () => require("./gateway"));
|
|
12
|
+
|
|
13
|
+
export { GatewayClassArgs } from "./gatewayClass";
|
|
14
|
+
export type GatewayClass = import("./gatewayClass").GatewayClass;
|
|
15
|
+
export const GatewayClass: typeof import("./gatewayClass").GatewayClass = null as any;
|
|
16
|
+
utilities.lazyLoad(exports, ["GatewayClass"], () => require("./gatewayClass"));
|
|
17
|
+
|
|
18
|
+
export { GatewayClassListArgs } from "./gatewayClassList";
|
|
19
|
+
export type GatewayClassList = import("./gatewayClassList").GatewayClassList;
|
|
20
|
+
export const GatewayClassList: typeof import("./gatewayClassList").GatewayClassList = null as any;
|
|
21
|
+
utilities.lazyLoad(exports, ["GatewayClassList"], () => require("./gatewayClassList"));
|
|
22
|
+
|
|
23
|
+
export { GatewayClassPatchArgs } from "./gatewayClassPatch";
|
|
24
|
+
export type GatewayClassPatch = import("./gatewayClassPatch").GatewayClassPatch;
|
|
25
|
+
export const GatewayClassPatch: typeof import("./gatewayClassPatch").GatewayClassPatch = null as any;
|
|
26
|
+
utilities.lazyLoad(exports, ["GatewayClassPatch"], () => require("./gatewayClassPatch"));
|
|
27
|
+
|
|
28
|
+
export { GatewayListArgs } from "./gatewayList";
|
|
29
|
+
export type GatewayList = import("./gatewayList").GatewayList;
|
|
30
|
+
export const GatewayList: typeof import("./gatewayList").GatewayList = null as any;
|
|
31
|
+
utilities.lazyLoad(exports, ["GatewayList"], () => require("./gatewayList"));
|
|
32
|
+
|
|
33
|
+
export { GatewayPatchArgs } from "./gatewayPatch";
|
|
34
|
+
export type GatewayPatch = import("./gatewayPatch").GatewayPatch;
|
|
35
|
+
export const GatewayPatch: typeof import("./gatewayPatch").GatewayPatch = null as any;
|
|
36
|
+
utilities.lazyLoad(exports, ["GatewayPatch"], () => require("./gatewayPatch"));
|
|
37
|
+
|
|
38
|
+
export { HTTPRouteArgs } from "./httproute";
|
|
39
|
+
export type HTTPRoute = import("./httproute").HTTPRoute;
|
|
40
|
+
export const HTTPRoute: typeof import("./httproute").HTTPRoute = null as any;
|
|
41
|
+
utilities.lazyLoad(exports, ["HTTPRoute"], () => require("./httproute"));
|
|
42
|
+
|
|
43
|
+
export { HTTPRouteListArgs } from "./httprouteList";
|
|
44
|
+
export type HTTPRouteList = import("./httprouteList").HTTPRouteList;
|
|
45
|
+
export const HTTPRouteList: typeof import("./httprouteList").HTTPRouteList = null as any;
|
|
46
|
+
utilities.lazyLoad(exports, ["HTTPRouteList"], () => require("./httprouteList"));
|
|
47
|
+
|
|
48
|
+
export { HTTPRoutePatchArgs } from "./httproutePatch";
|
|
49
|
+
export type HTTPRoutePatch = import("./httproutePatch").HTTPRoutePatch;
|
|
50
|
+
export const HTTPRoutePatch: typeof import("./httproutePatch").HTTPRoutePatch = null as any;
|
|
51
|
+
utilities.lazyLoad(exports, ["HTTPRoutePatch"], () => require("./httproutePatch"));
|
|
52
|
+
|
|
53
|
+
export { ReferenceGrantArgs } from "./referenceGrant";
|
|
54
|
+
export type ReferenceGrant = import("./referenceGrant").ReferenceGrant;
|
|
55
|
+
export const ReferenceGrant: typeof import("./referenceGrant").ReferenceGrant = null as any;
|
|
56
|
+
utilities.lazyLoad(exports, ["ReferenceGrant"], () => require("./referenceGrant"));
|
|
57
|
+
|
|
58
|
+
export { ReferenceGrantListArgs } from "./referenceGrantList";
|
|
59
|
+
export type ReferenceGrantList = import("./referenceGrantList").ReferenceGrantList;
|
|
60
|
+
export const ReferenceGrantList: typeof import("./referenceGrantList").ReferenceGrantList = null as any;
|
|
61
|
+
utilities.lazyLoad(exports, ["ReferenceGrantList"], () => require("./referenceGrantList"));
|
|
62
|
+
|
|
63
|
+
export { ReferenceGrantPatchArgs } from "./referenceGrantPatch";
|
|
64
|
+
export type ReferenceGrantPatch = import("./referenceGrantPatch").ReferenceGrantPatch;
|
|
65
|
+
export const ReferenceGrantPatch: typeof import("./referenceGrantPatch").ReferenceGrantPatch = null as any;
|
|
66
|
+
utilities.lazyLoad(exports, ["ReferenceGrantPatch"], () => require("./referenceGrantPatch"));
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
const _module = {
|
|
70
|
+
version: utilities.getVersion(),
|
|
71
|
+
construct: (name: string, type: string, urn: string): pulumi.Resource => {
|
|
72
|
+
switch (type) {
|
|
73
|
+
case "kubernetes:gateway.networking.k8s.io/v1beta1:Gateway":
|
|
74
|
+
return new Gateway(name, <any>undefined, { urn })
|
|
75
|
+
case "kubernetes:gateway.networking.k8s.io/v1beta1:GatewayClass":
|
|
76
|
+
return new GatewayClass(name, <any>undefined, { urn })
|
|
77
|
+
case "kubernetes:gateway.networking.k8s.io/v1beta1:GatewayClassList":
|
|
78
|
+
return new GatewayClassList(name, <any>undefined, { urn })
|
|
79
|
+
case "kubernetes:gateway.networking.k8s.io/v1beta1:GatewayClassPatch":
|
|
80
|
+
return new GatewayClassPatch(name, <any>undefined, { urn })
|
|
81
|
+
case "kubernetes:gateway.networking.k8s.io/v1beta1:GatewayList":
|
|
82
|
+
return new GatewayList(name, <any>undefined, { urn })
|
|
83
|
+
case "kubernetes:gateway.networking.k8s.io/v1beta1:GatewayPatch":
|
|
84
|
+
return new GatewayPatch(name, <any>undefined, { urn })
|
|
85
|
+
case "kubernetes:gateway.networking.k8s.io/v1beta1:HTTPRoute":
|
|
86
|
+
return new HTTPRoute(name, <any>undefined, { urn })
|
|
87
|
+
case "kubernetes:gateway.networking.k8s.io/v1beta1:HTTPRouteList":
|
|
88
|
+
return new HTTPRouteList(name, <any>undefined, { urn })
|
|
89
|
+
case "kubernetes:gateway.networking.k8s.io/v1beta1:HTTPRoutePatch":
|
|
90
|
+
return new HTTPRoutePatch(name, <any>undefined, { urn })
|
|
91
|
+
case "kubernetes:gateway.networking.k8s.io/v1beta1:ReferenceGrant":
|
|
92
|
+
return new ReferenceGrant(name, <any>undefined, { urn })
|
|
93
|
+
case "kubernetes:gateway.networking.k8s.io/v1beta1:ReferenceGrantList":
|
|
94
|
+
return new ReferenceGrantList(name, <any>undefined, { urn })
|
|
95
|
+
case "kubernetes:gateway.networking.k8s.io/v1beta1:ReferenceGrantPatch":
|
|
96
|
+
return new ReferenceGrantPatch(name, <any>undefined, { urn })
|
|
97
|
+
default:
|
|
98
|
+
throw new Error(`unknown resource type ${type}`);
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
};
|
|
102
|
+
pulumi.runtime.registerResourceModule("crds", "gateway.networking.k8s.io/v1beta1", _module)
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../../types/input";
|
|
3
|
+
import * as outputs from "../../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* ReferenceGrant identifies kinds of resources in other namespaces that are
|
|
6
|
+
* trusted to reference the specified kinds of resources in the same namespace
|
|
7
|
+
* as the policy.
|
|
8
|
+
*
|
|
9
|
+
* Each ReferenceGrant can be used to represent a unique trust relationship.
|
|
10
|
+
* Additional Reference Grants can be used to add to the set of trusted
|
|
11
|
+
* sources of inbound references for the namespace they are defined within.
|
|
12
|
+
*
|
|
13
|
+
* All cross-namespace references in Gateway API (with the exception of cross-namespace
|
|
14
|
+
* Gateway-route attachment) require a ReferenceGrant.
|
|
15
|
+
*
|
|
16
|
+
* ReferenceGrant is a form of runtime verification allowing users to assert
|
|
17
|
+
* which cross-namespace object references are permitted. Implementations that
|
|
18
|
+
* support ReferenceGrant MUST NOT permit cross-namespace references which have
|
|
19
|
+
* no grant, and MUST respond to the removal of a grant by revoking the access
|
|
20
|
+
* that the grant allowed.
|
|
21
|
+
*/
|
|
22
|
+
export declare class ReferenceGrant extends pulumi.CustomResource {
|
|
23
|
+
/**
|
|
24
|
+
* Get an existing ReferenceGrant resource's state with the given name, ID, and optional extra
|
|
25
|
+
* properties used to qualify the lookup.
|
|
26
|
+
*
|
|
27
|
+
* @param name The _unique_ name of the resulting resource.
|
|
28
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
29
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
30
|
+
*/
|
|
31
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): ReferenceGrant;
|
|
32
|
+
/** @internal */
|
|
33
|
+
static readonly __pulumiType = "kubernetes:gateway.networking.k8s.io/v1beta1:ReferenceGrant";
|
|
34
|
+
/**
|
|
35
|
+
* Returns true if the given object is an instance of ReferenceGrant. This is designed to work even
|
|
36
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
37
|
+
*/
|
|
38
|
+
static isInstance(obj: any): obj is ReferenceGrant;
|
|
39
|
+
/**
|
|
40
|
+
* 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
|
|
41
|
+
*/
|
|
42
|
+
readonly apiVersion: pulumi.Output<"gateway.networking.k8s.io/v1beta1">;
|
|
43
|
+
/**
|
|
44
|
+
* 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
|
|
45
|
+
*/
|
|
46
|
+
readonly kind: pulumi.Output<"ReferenceGrant">;
|
|
47
|
+
/**
|
|
48
|
+
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
49
|
+
*/
|
|
50
|
+
readonly metadata: pulumi.Output<outputs.meta.v1.ObjectMeta>;
|
|
51
|
+
readonly spec: pulumi.Output<outputs.gateway.v1beta1.ReferenceGrantSpec>;
|
|
52
|
+
/**
|
|
53
|
+
* Create a ReferenceGrant resource with the given unique name, arguments, and options.
|
|
54
|
+
*
|
|
55
|
+
* @param name The _unique_ name of the resource.
|
|
56
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
57
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
58
|
+
*/
|
|
59
|
+
constructor(name: string, args?: ReferenceGrantArgs, opts?: pulumi.CustomResourceOptions);
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* The set of arguments for constructing a ReferenceGrant resource.
|
|
63
|
+
*/
|
|
64
|
+
export interface ReferenceGrantArgs {
|
|
65
|
+
/**
|
|
66
|
+
* 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
|
|
67
|
+
*/
|
|
68
|
+
apiVersion?: pulumi.Input<"gateway.networking.k8s.io/v1beta1">;
|
|
69
|
+
/**
|
|
70
|
+
* 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
|
|
71
|
+
*/
|
|
72
|
+
kind?: pulumi.Input<"ReferenceGrant">;
|
|
73
|
+
/**
|
|
74
|
+
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
75
|
+
*/
|
|
76
|
+
metadata?: pulumi.Input<inputs.meta.v1.ObjectMeta>;
|
|
77
|
+
spec?: pulumi.Input<inputs.gateway.v1beta1.ReferenceGrantSpec>;
|
|
78
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
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.ReferenceGrant = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* ReferenceGrant identifies kinds of resources in other namespaces that are
|
|
10
|
+
* trusted to reference the specified kinds of resources in the same namespace
|
|
11
|
+
* as the policy.
|
|
12
|
+
*
|
|
13
|
+
* Each ReferenceGrant can be used to represent a unique trust relationship.
|
|
14
|
+
* Additional Reference Grants can be used to add to the set of trusted
|
|
15
|
+
* sources of inbound references for the namespace they are defined within.
|
|
16
|
+
*
|
|
17
|
+
* All cross-namespace references in Gateway API (with the exception of cross-namespace
|
|
18
|
+
* Gateway-route attachment) require a ReferenceGrant.
|
|
19
|
+
*
|
|
20
|
+
* ReferenceGrant is a form of runtime verification allowing users to assert
|
|
21
|
+
* which cross-namespace object references are permitted. Implementations that
|
|
22
|
+
* support ReferenceGrant MUST NOT permit cross-namespace references which have
|
|
23
|
+
* no grant, and MUST respond to the removal of a grant by revoking the access
|
|
24
|
+
* that the grant allowed.
|
|
25
|
+
*/
|
|
26
|
+
class ReferenceGrant extends pulumi.CustomResource {
|
|
27
|
+
/**
|
|
28
|
+
* Get an existing ReferenceGrant resource's state with the given name, ID, and optional extra
|
|
29
|
+
* properties used to qualify the lookup.
|
|
30
|
+
*
|
|
31
|
+
* @param name The _unique_ name of the resulting resource.
|
|
32
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
33
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
34
|
+
*/
|
|
35
|
+
static get(name, id, opts) {
|
|
36
|
+
return new ReferenceGrant(name, undefined, { ...opts, id: id });
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Returns true if the given object is an instance of ReferenceGrant. This is designed to work even
|
|
40
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
41
|
+
*/
|
|
42
|
+
static isInstance(obj) {
|
|
43
|
+
if (obj === undefined || obj === null) {
|
|
44
|
+
return false;
|
|
45
|
+
}
|
|
46
|
+
return obj['__pulumiType'] === ReferenceGrant.__pulumiType;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Create a ReferenceGrant resource with the given unique name, arguments, and options.
|
|
50
|
+
*
|
|
51
|
+
* @param name The _unique_ name of the resource.
|
|
52
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
53
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
54
|
+
*/
|
|
55
|
+
constructor(name, args, opts) {
|
|
56
|
+
let resourceInputs = {};
|
|
57
|
+
opts = opts || {};
|
|
58
|
+
if (!opts.id) {
|
|
59
|
+
resourceInputs["apiVersion"] = "gateway.networking.k8s.io/v1beta1";
|
|
60
|
+
resourceInputs["kind"] = "ReferenceGrant";
|
|
61
|
+
resourceInputs["metadata"] = args ? args.metadata : undefined;
|
|
62
|
+
resourceInputs["spec"] = args ? args.spec : undefined;
|
|
63
|
+
}
|
|
64
|
+
else {
|
|
65
|
+
resourceInputs["apiVersion"] = undefined /*out*/;
|
|
66
|
+
resourceInputs["kind"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["metadata"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["spec"] = undefined /*out*/;
|
|
69
|
+
}
|
|
70
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
71
|
+
const aliasOpts = { aliases: [{ type: "kubernetes:gateway.networking.k8s.io/v1alpha2:ReferenceGrant" }] };
|
|
72
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
73
|
+
super(ReferenceGrant.__pulumiType, name, resourceInputs, opts);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
exports.ReferenceGrant = ReferenceGrant;
|
|
77
|
+
/** @internal */
|
|
78
|
+
ReferenceGrant.__pulumiType = 'kubernetes:gateway.networking.k8s.io/v1beta1:ReferenceGrant';
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
// *** WARNING: this file was generated by crd2pulumi. ***
|
|
2
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
3
|
+
|
|
4
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
5
|
+
import * as inputs from "../../types/input";
|
|
6
|
+
import * as outputs from "../../types/output";
|
|
7
|
+
import * as utilities from "../../utilities";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* ReferenceGrant identifies kinds of resources in other namespaces that are
|
|
11
|
+
* trusted to reference the specified kinds of resources in the same namespace
|
|
12
|
+
* as the policy.
|
|
13
|
+
*
|
|
14
|
+
* Each ReferenceGrant can be used to represent a unique trust relationship.
|
|
15
|
+
* Additional Reference Grants can be used to add to the set of trusted
|
|
16
|
+
* sources of inbound references for the namespace they are defined within.
|
|
17
|
+
*
|
|
18
|
+
* All cross-namespace references in Gateway API (with the exception of cross-namespace
|
|
19
|
+
* Gateway-route attachment) require a ReferenceGrant.
|
|
20
|
+
*
|
|
21
|
+
* ReferenceGrant is a form of runtime verification allowing users to assert
|
|
22
|
+
* which cross-namespace object references are permitted. Implementations that
|
|
23
|
+
* support ReferenceGrant MUST NOT permit cross-namespace references which have
|
|
24
|
+
* no grant, and MUST respond to the removal of a grant by revoking the access
|
|
25
|
+
* that the grant allowed.
|
|
26
|
+
*/
|
|
27
|
+
export class ReferenceGrant extends pulumi.CustomResource {
|
|
28
|
+
/**
|
|
29
|
+
* Get an existing ReferenceGrant resource's state with the given name, ID, and optional extra
|
|
30
|
+
* properties used to qualify the lookup.
|
|
31
|
+
*
|
|
32
|
+
* @param name The _unique_ name of the resulting resource.
|
|
33
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
34
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
35
|
+
*/
|
|
36
|
+
public static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): ReferenceGrant {
|
|
37
|
+
return new ReferenceGrant(name, undefined as any, { ...opts, id: id });
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
/** @internal */
|
|
41
|
+
public static readonly __pulumiType = 'kubernetes:gateway.networking.k8s.io/v1beta1:ReferenceGrant';
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Returns true if the given object is an instance of ReferenceGrant. This is designed to work even
|
|
45
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
46
|
+
*/
|
|
47
|
+
public static isInstance(obj: any): obj is ReferenceGrant {
|
|
48
|
+
if (obj === undefined || obj === null) {
|
|
49
|
+
return false;
|
|
50
|
+
}
|
|
51
|
+
return obj['__pulumiType'] === ReferenceGrant.__pulumiType;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* 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
|
|
56
|
+
*/
|
|
57
|
+
public readonly apiVersion!: pulumi.Output<"gateway.networking.k8s.io/v1beta1">;
|
|
58
|
+
/**
|
|
59
|
+
* 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
|
|
60
|
+
*/
|
|
61
|
+
public readonly kind!: pulumi.Output<"ReferenceGrant">;
|
|
62
|
+
/**
|
|
63
|
+
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
64
|
+
*/
|
|
65
|
+
public readonly metadata!: pulumi.Output<outputs.meta.v1.ObjectMeta>;
|
|
66
|
+
public readonly spec!: pulumi.Output<outputs.gateway.v1beta1.ReferenceGrantSpec>;
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Create a ReferenceGrant resource with the given unique name, arguments, and options.
|
|
70
|
+
*
|
|
71
|
+
* @param name The _unique_ name of the resource.
|
|
72
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
73
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
74
|
+
*/
|
|
75
|
+
constructor(name: string, args?: ReferenceGrantArgs, opts?: pulumi.CustomResourceOptions) {
|
|
76
|
+
let resourceInputs: pulumi.Inputs = {};
|
|
77
|
+
opts = opts || {};
|
|
78
|
+
if (!opts.id) {
|
|
79
|
+
resourceInputs["apiVersion"] = "gateway.networking.k8s.io/v1beta1";
|
|
80
|
+
resourceInputs["kind"] = "ReferenceGrant";
|
|
81
|
+
resourceInputs["metadata"] = args ? args.metadata : undefined;
|
|
82
|
+
resourceInputs["spec"] = args ? args.spec : undefined;
|
|
83
|
+
} else {
|
|
84
|
+
resourceInputs["apiVersion"] = undefined /*out*/;
|
|
85
|
+
resourceInputs["kind"] = undefined /*out*/;
|
|
86
|
+
resourceInputs["metadata"] = undefined /*out*/;
|
|
87
|
+
resourceInputs["spec"] = undefined /*out*/;
|
|
88
|
+
}
|
|
89
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
90
|
+
const aliasOpts = { aliases: [{ type: "kubernetes:gateway.networking.k8s.io/v1alpha2:ReferenceGrant" }] };
|
|
91
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
92
|
+
super(ReferenceGrant.__pulumiType, name, resourceInputs, opts);
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* The set of arguments for constructing a ReferenceGrant resource.
|
|
98
|
+
*/
|
|
99
|
+
export interface ReferenceGrantArgs {
|
|
100
|
+
/**
|
|
101
|
+
* 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
|
|
102
|
+
*/
|
|
103
|
+
apiVersion?: pulumi.Input<"gateway.networking.k8s.io/v1beta1">;
|
|
104
|
+
/**
|
|
105
|
+
* 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
|
|
106
|
+
*/
|
|
107
|
+
kind?: pulumi.Input<"ReferenceGrant">;
|
|
108
|
+
/**
|
|
109
|
+
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
110
|
+
*/
|
|
111
|
+
metadata?: pulumi.Input<inputs.meta.v1.ObjectMeta>;
|
|
112
|
+
spec?: pulumi.Input<inputs.gateway.v1beta1.ReferenceGrantSpec>;
|
|
113
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../../types/input";
|
|
3
|
+
import * as outputs from "../../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* ReferenceGrantList is a list of ReferenceGrant
|
|
6
|
+
*/
|
|
7
|
+
export declare class ReferenceGrantList extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing ReferenceGrantList 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): ReferenceGrantList;
|
|
17
|
+
/** @internal */
|
|
18
|
+
static readonly __pulumiType = "kubernetes:gateway.networking.k8s.io/v1beta1:ReferenceGrantList";
|
|
19
|
+
/**
|
|
20
|
+
* Returns true if the given object is an instance of ReferenceGrantList. 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 ReferenceGrantList;
|
|
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/v1beta1">;
|
|
28
|
+
/**
|
|
29
|
+
* List of referencegrants. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
|
|
30
|
+
*/
|
|
31
|
+
readonly items: pulumi.Output<outputs.gateway.v1beta1.ReferenceGrant[]>;
|
|
32
|
+
/**
|
|
33
|
+
* 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
|
|
34
|
+
*/
|
|
35
|
+
readonly kind: pulumi.Output<"ReferenceGrantList">;
|
|
36
|
+
/**
|
|
37
|
+
* Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
38
|
+
*/
|
|
39
|
+
readonly metadata: pulumi.Output<outputs.meta.v1.ListMeta>;
|
|
40
|
+
/**
|
|
41
|
+
* Create a ReferenceGrantList 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: string, args?: ReferenceGrantListArgs, opts?: pulumi.CustomResourceOptions);
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* The set of arguments for constructing a ReferenceGrantList resource.
|
|
51
|
+
*/
|
|
52
|
+
export interface ReferenceGrantListArgs {
|
|
53
|
+
/**
|
|
54
|
+
* 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
|
|
55
|
+
*/
|
|
56
|
+
apiVersion?: pulumi.Input<"gateway.networking.k8s.io/v1beta1">;
|
|
57
|
+
/**
|
|
58
|
+
* List of referencegrants. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
|
|
59
|
+
*/
|
|
60
|
+
items: pulumi.Input<pulumi.Input<inputs.gateway.v1beta1.ReferenceGrant>[]>;
|
|
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<"ReferenceGrantList">;
|
|
65
|
+
/**
|
|
66
|
+
* Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
67
|
+
*/
|
|
68
|
+
metadata?: pulumi.Input<inputs.meta.v1.ListMeta>;
|
|
69
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
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.ReferenceGrantList = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* ReferenceGrantList is a list of ReferenceGrant
|
|
10
|
+
*/
|
|
11
|
+
class ReferenceGrantList extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing ReferenceGrantList 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 ReferenceGrantList(name, undefined, { ...opts, id: id });
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of ReferenceGrantList. 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'] === ReferenceGrantList.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a ReferenceGrantList 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/v1beta1";
|
|
48
|
+
resourceInputs["items"] = args ? args.items : undefined;
|
|
49
|
+
resourceInputs["kind"] = "ReferenceGrantList";
|
|
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(ReferenceGrantList.__pulumiType, name, resourceInputs, opts);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
exports.ReferenceGrantList = ReferenceGrantList;
|
|
63
|
+
/** @internal */
|
|
64
|
+
ReferenceGrantList.__pulumiType = 'kubernetes:gateway.networking.k8s.io/v1beta1:ReferenceGrantList';
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
// *** WARNING: this file was generated by crd2pulumi. ***
|
|
2
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
3
|
+
|
|
4
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
5
|
+
import * as inputs from "../../types/input";
|
|
6
|
+
import * as outputs from "../../types/output";
|
|
7
|
+
import * as utilities from "../../utilities";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* ReferenceGrantList is a list of ReferenceGrant
|
|
11
|
+
*/
|
|
12
|
+
export class ReferenceGrantList extends pulumi.CustomResource {
|
|
13
|
+
/**
|
|
14
|
+
* Get an existing ReferenceGrantList 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
|
+
public static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): ReferenceGrantList {
|
|
22
|
+
return new ReferenceGrantList(name, undefined as any, { ...opts, id: id });
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
/** @internal */
|
|
26
|
+
public static readonly __pulumiType = 'kubernetes:gateway.networking.k8s.io/v1beta1:ReferenceGrantList';
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Returns true if the given object is an instance of ReferenceGrantList. This is designed to work even
|
|
30
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
31
|
+
*/
|
|
32
|
+
public static isInstance(obj: any): obj is ReferenceGrantList {
|
|
33
|
+
if (obj === undefined || obj === null) {
|
|
34
|
+
return false;
|
|
35
|
+
}
|
|
36
|
+
return obj['__pulumiType'] === ReferenceGrantList.__pulumiType;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* 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
|
|
41
|
+
*/
|
|
42
|
+
public readonly apiVersion!: pulumi.Output<"gateway.networking.k8s.io/v1beta1">;
|
|
43
|
+
/**
|
|
44
|
+
* List of referencegrants. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
|
|
45
|
+
*/
|
|
46
|
+
public readonly items!: pulumi.Output<outputs.gateway.v1beta1.ReferenceGrant[]>;
|
|
47
|
+
/**
|
|
48
|
+
* 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
|
|
49
|
+
*/
|
|
50
|
+
public readonly kind!: pulumi.Output<"ReferenceGrantList">;
|
|
51
|
+
/**
|
|
52
|
+
* Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
53
|
+
*/
|
|
54
|
+
public readonly metadata!: pulumi.Output<outputs.meta.v1.ListMeta>;
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Create a ReferenceGrantList resource with the given unique name, arguments, and options.
|
|
58
|
+
*
|
|
59
|
+
* @param name The _unique_ name of the resource.
|
|
60
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
61
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
62
|
+
*/
|
|
63
|
+
constructor(name: string, args?: ReferenceGrantListArgs, opts?: pulumi.CustomResourceOptions) {
|
|
64
|
+
let resourceInputs: pulumi.Inputs = {};
|
|
65
|
+
opts = opts || {};
|
|
66
|
+
if (!opts.id) {
|
|
67
|
+
if ((!args || args.items === undefined) && !opts.urn) {
|
|
68
|
+
throw new Error("Missing required property 'items'");
|
|
69
|
+
}
|
|
70
|
+
resourceInputs["apiVersion"] = "gateway.networking.k8s.io/v1beta1";
|
|
71
|
+
resourceInputs["items"] = args ? args.items : undefined;
|
|
72
|
+
resourceInputs["kind"] = "ReferenceGrantList";
|
|
73
|
+
resourceInputs["metadata"] = args ? args.metadata : undefined;
|
|
74
|
+
} else {
|
|
75
|
+
resourceInputs["apiVersion"] = undefined /*out*/;
|
|
76
|
+
resourceInputs["items"] = undefined /*out*/;
|
|
77
|
+
resourceInputs["kind"] = undefined /*out*/;
|
|
78
|
+
resourceInputs["metadata"] = undefined /*out*/;
|
|
79
|
+
}
|
|
80
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
81
|
+
super(ReferenceGrantList.__pulumiType, name, resourceInputs, opts);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* The set of arguments for constructing a ReferenceGrantList resource.
|
|
87
|
+
*/
|
|
88
|
+
export interface ReferenceGrantListArgs {
|
|
89
|
+
/**
|
|
90
|
+
* 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
|
|
91
|
+
*/
|
|
92
|
+
apiVersion?: pulumi.Input<"gateway.networking.k8s.io/v1beta1">;
|
|
93
|
+
/**
|
|
94
|
+
* List of referencegrants. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
|
|
95
|
+
*/
|
|
96
|
+
items: pulumi.Input<pulumi.Input<inputs.gateway.v1beta1.ReferenceGrant>[]>;
|
|
97
|
+
/**
|
|
98
|
+
* 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
|
|
99
|
+
*/
|
|
100
|
+
kind?: pulumi.Input<"ReferenceGrantList">;
|
|
101
|
+
/**
|
|
102
|
+
* Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
103
|
+
*/
|
|
104
|
+
metadata?: pulumi.Input<inputs.meta.v1.ListMeta>;
|
|
105
|
+
}
|