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

@@ -1,3 +1,30 @@
export { BackendLBPolicyArgs } from "./backendLBPolicy";
export type BackendLBPolicy = import("./backendLBPolicy").BackendLBPolicy;
export declare const BackendLBPolicy: typeof import("./backendLBPolicy").BackendLBPolicy;
export { BackendLBPolicyListArgs } from "./backendLBPolicyList";
export type BackendLBPolicyList = import("./backendLBPolicyList").BackendLBPolicyList;
export declare const BackendLBPolicyList: typeof import("./backendLBPolicyList").BackendLBPolicyList;
export { BackendLBPolicyPatchArgs } from "./backendLBPolicyPatch";
export type BackendLBPolicyPatch = import("./backendLBPolicyPatch").BackendLBPolicyPatch;
export declare const BackendLBPolicyPatch: typeof import("./backendLBPolicyPatch").BackendLBPolicyPatch;
export { GRPCRouteArgs } from "./grpcroute";
export type GRPCRoute = import("./grpcroute").GRPCRoute;
export declare const GRPCRoute: typeof import("./grpcroute").GRPCRoute;
export { GRPCRouteListArgs } from "./grpcrouteList";
export type GRPCRouteList = import("./grpcrouteList").GRPCRouteList;
export declare const GRPCRouteList: typeof import("./grpcrouteList").GRPCRouteList;
export { GRPCRoutePatchArgs } from "./grpcroutePatch";
export type GRPCRoutePatch = import("./grpcroutePatch").GRPCRoutePatch;
export declare const GRPCRoutePatch: typeof import("./grpcroutePatch").GRPCRoutePatch;
export { ReferenceGrantArgs } from "./referenceGrant";
export type ReferenceGrant = import("./referenceGrant").ReferenceGrant;
export declare const ReferenceGrant: typeof import("./referenceGrant").ReferenceGrant;
export { ReferenceGrantListArgs } from "./referenceGrantList";
export type ReferenceGrantList = import("./referenceGrantList").ReferenceGrantList;
export declare const ReferenceGrantList: typeof import("./referenceGrantList").ReferenceGrantList;
export { ReferenceGrantPatchArgs } from "./referenceGrantPatch";
export type ReferenceGrantPatch = import("./referenceGrantPatch").ReferenceGrantPatch;
export declare const ReferenceGrantPatch: typeof import("./referenceGrantPatch").ReferenceGrantPatch;
export { TCPRouteArgs } from "./tcproute";
export type TCPRoute = import("./tcproute").TCPRoute;
export declare const TCPRoute: typeof import("./tcproute").TCPRoute;