Update CRDs and bump version

This commit is contained in:
github-actions[bot]
2025-11-24 08:22:20 +00:00
parent 7a0d3e81aa
commit 8a5309e4e2
90 changed files with 38138 additions and 74237 deletions

View File

@@ -2,9 +2,27 @@
// *** WARNING: this file was generated by crd2pulumi. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
Object.defineProperty(exports, "__esModule", { value: true });
exports.UDPRoutePatch = exports.UDPRouteList = exports.UDPRoute = exports.TLSRoutePatch = exports.TLSRouteList = exports.TLSRoute = exports.TCPRoutePatch = exports.TCPRouteList = exports.TCPRoute = void 0;
exports.UDPRoutePatch = exports.UDPRouteList = exports.UDPRoute = exports.TLSRoutePatch = exports.TLSRouteList = exports.TLSRoute = exports.TCPRoutePatch = exports.TCPRouteList = exports.TCPRoute = exports.ReferenceGrantPatch = exports.ReferenceGrantList = exports.ReferenceGrant = exports.GRPCRoutePatch = exports.GRPCRouteList = exports.GRPCRoute = exports.BackendLBPolicyPatch = exports.BackendLBPolicyList = exports.BackendLBPolicy = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("../../utilities");
exports.BackendLBPolicy = null;
utilities.lazyLoad(exports, ["BackendLBPolicy"], () => require("./backendLBPolicy"));
exports.BackendLBPolicyList = null;
utilities.lazyLoad(exports, ["BackendLBPolicyList"], () => require("./backendLBPolicyList"));
exports.BackendLBPolicyPatch = null;
utilities.lazyLoad(exports, ["BackendLBPolicyPatch"], () => require("./backendLBPolicyPatch"));
exports.GRPCRoute = null;
utilities.lazyLoad(exports, ["GRPCRoute"], () => require("./grpcroute"));
exports.GRPCRouteList = null;
utilities.lazyLoad(exports, ["GRPCRouteList"], () => require("./grpcrouteList"));
exports.GRPCRoutePatch = null;
utilities.lazyLoad(exports, ["GRPCRoutePatch"], () => require("./grpcroutePatch"));
exports.ReferenceGrant = null;
utilities.lazyLoad(exports, ["ReferenceGrant"], () => require("./referenceGrant"));
exports.ReferenceGrantList = null;
utilities.lazyLoad(exports, ["ReferenceGrantList"], () => require("./referenceGrantList"));
exports.ReferenceGrantPatch = null;
utilities.lazyLoad(exports, ["ReferenceGrantPatch"], () => require("./referenceGrantPatch"));
exports.TCPRoute = null;
utilities.lazyLoad(exports, ["TCPRoute"], () => require("./tcproute"));
exports.TCPRouteList = null;
@@ -27,6 +45,24 @@ const _module = {
version: utilities.getVersion(),
construct: (name, type, urn) => {
switch (type) {
case "kubernetes:gateway.networking.k8s.io/v1alpha2:BackendLBPolicy":
return new exports.BackendLBPolicy(name, undefined, { urn });
case "kubernetes:gateway.networking.k8s.io/v1alpha2:BackendLBPolicyList":
return new exports.BackendLBPolicyList(name, undefined, { urn });
case "kubernetes:gateway.networking.k8s.io/v1alpha2:BackendLBPolicyPatch":
return new exports.BackendLBPolicyPatch(name, undefined, { urn });
case "kubernetes:gateway.networking.k8s.io/v1alpha2:GRPCRoute":
return new exports.GRPCRoute(name, undefined, { urn });
case "kubernetes:gateway.networking.k8s.io/v1alpha2:GRPCRouteList":
return new exports.GRPCRouteList(name, undefined, { urn });
case "kubernetes:gateway.networking.k8s.io/v1alpha2:GRPCRoutePatch":
return new exports.GRPCRoutePatch(name, undefined, { urn });
case "kubernetes:gateway.networking.k8s.io/v1alpha2:ReferenceGrant":
return new exports.ReferenceGrant(name, undefined, { urn });
case "kubernetes:gateway.networking.k8s.io/v1alpha2:ReferenceGrantList":
return new exports.ReferenceGrantList(name, undefined, { urn });
case "kubernetes:gateway.networking.k8s.io/v1alpha2:ReferenceGrantPatch":
return new exports.ReferenceGrantPatch(name, undefined, { urn });
case "kubernetes:gateway.networking.k8s.io/v1alpha2:TCPRoute":
return new exports.TCPRoute(name, undefined, { urn });
case "kubernetes:gateway.networking.k8s.io/v1alpha2:TCPRouteList":