Update CRDs

This commit is contained in:
github-actions[bot]
2025-11-24 06:29:12 +00:00
parent 80143bb811
commit 594b3cd9db
263 changed files with 220875 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
export { XBackendTrafficPolicyArgs } from "./xbackendTrafficPolicy";
export type XBackendTrafficPolicy = import("./xbackendTrafficPolicy").XBackendTrafficPolicy;
export declare const XBackendTrafficPolicy: typeof import("./xbackendTrafficPolicy").XBackendTrafficPolicy;
export { XBackendTrafficPolicyListArgs } from "./xbackendTrafficPolicyList";
export type XBackendTrafficPolicyList = import("./xbackendTrafficPolicyList").XBackendTrafficPolicyList;
export declare const XBackendTrafficPolicyList: typeof import("./xbackendTrafficPolicyList").XBackendTrafficPolicyList;
export { XBackendTrafficPolicyPatchArgs } from "./xbackendTrafficPolicyPatch";
export type XBackendTrafficPolicyPatch = import("./xbackendTrafficPolicyPatch").XBackendTrafficPolicyPatch;
export declare const XBackendTrafficPolicyPatch: typeof import("./xbackendTrafficPolicyPatch").XBackendTrafficPolicyPatch;
export { XListenerSetArgs } from "./xlistenerSet";
export type XListenerSet = import("./xlistenerSet").XListenerSet;
export declare const XListenerSet: typeof import("./xlistenerSet").XListenerSet;
export { XListenerSetListArgs } from "./xlistenerSetList";
export type XListenerSetList = import("./xlistenerSetList").XListenerSetList;
export declare const XListenerSetList: typeof import("./xlistenerSetList").XListenerSetList;
export { XListenerSetPatchArgs } from "./xlistenerSetPatch";
export type XListenerSetPatch = import("./xlistenerSetPatch").XListenerSetPatch;
export declare const XListenerSetPatch: typeof import("./xlistenerSetPatch").XListenerSetPatch;
export { XMeshArgs } from "./xmesh";
export type XMesh = import("./xmesh").XMesh;
export declare const XMesh: typeof import("./xmesh").XMesh;
export { XMeshListArgs } from "./xmeshList";
export type XMeshList = import("./xmeshList").XMeshList;
export declare const XMeshList: typeof import("./xmeshList").XMeshList;
export { XMeshPatchArgs } from "./xmeshPatch";
export type XMeshPatch = import("./xmeshPatch").XMeshPatch;
export declare const XMeshPatch: typeof import("./xmeshPatch").XMeshPatch;