55 lines
3.7 KiB
TypeScript
55 lines
3.7 KiB
TypeScript
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;
|
|
export { TCPRouteListArgs } from "./tcprouteList";
|
|
export type TCPRouteList = import("./tcprouteList").TCPRouteList;
|
|
export declare const TCPRouteList: typeof import("./tcprouteList").TCPRouteList;
|
|
export { TCPRoutePatchArgs } from "./tcproutePatch";
|
|
export type TCPRoutePatch = import("./tcproutePatch").TCPRoutePatch;
|
|
export declare const TCPRoutePatch: typeof import("./tcproutePatch").TCPRoutePatch;
|
|
export { TLSRouteArgs } from "./tlsroute";
|
|
export type TLSRoute = import("./tlsroute").TLSRoute;
|
|
export declare const TLSRoute: typeof import("./tlsroute").TLSRoute;
|
|
export { TLSRouteListArgs } from "./tlsrouteList";
|
|
export type TLSRouteList = import("./tlsrouteList").TLSRouteList;
|
|
export declare const TLSRouteList: typeof import("./tlsrouteList").TLSRouteList;
|
|
export { TLSRoutePatchArgs } from "./tlsroutePatch";
|
|
export type TLSRoutePatch = import("./tlsroutePatch").TLSRoutePatch;
|
|
export declare const TLSRoutePatch: typeof import("./tlsroutePatch").TLSRoutePatch;
|
|
export { UDPRouteArgs } from "./udproute";
|
|
export type UDPRoute = import("./udproute").UDPRoute;
|
|
export declare const UDPRoute: typeof import("./udproute").UDPRoute;
|
|
export { UDPRouteListArgs } from "./udprouteList";
|
|
export type UDPRouteList = import("./udprouteList").UDPRouteList;
|
|
export declare const UDPRouteList: typeof import("./udprouteList").UDPRouteList;
|
|
export { UDPRoutePatchArgs } from "./udproutePatch";
|
|
export type UDPRoutePatch = import("./udproutePatch").UDPRoutePatch;
|
|
export declare const UDPRoutePatch: typeof import("./udproutePatch").UDPRoutePatch;
|