46 lines
3.1 KiB
TypeScript
46 lines
3.1 KiB
TypeScript
export { BackendTLSPolicyArgs } from "./backendTLSPolicy";
|
|
export type BackendTLSPolicy = import("./backendTLSPolicy").BackendTLSPolicy;
|
|
export declare const BackendTLSPolicy: typeof import("./backendTLSPolicy").BackendTLSPolicy;
|
|
export { BackendTLSPolicyListArgs } from "./backendTLSPolicyList";
|
|
export type BackendTLSPolicyList = import("./backendTLSPolicyList").BackendTLSPolicyList;
|
|
export declare const BackendTLSPolicyList: typeof import("./backendTLSPolicyList").BackendTLSPolicyList;
|
|
export { BackendTLSPolicyPatchArgs } from "./backendTLSPolicyPatch";
|
|
export type BackendTLSPolicyPatch = import("./backendTLSPolicyPatch").BackendTLSPolicyPatch;
|
|
export declare const BackendTLSPolicyPatch: typeof import("./backendTLSPolicyPatch").BackendTLSPolicyPatch;
|
|
export { GatewayArgs } from "./gateway";
|
|
export type Gateway = import("./gateway").Gateway;
|
|
export declare const Gateway: typeof import("./gateway").Gateway;
|
|
export { GatewayClassArgs } from "./gatewayClass";
|
|
export type GatewayClass = import("./gatewayClass").GatewayClass;
|
|
export declare const GatewayClass: typeof import("./gatewayClass").GatewayClass;
|
|
export { GatewayClassListArgs } from "./gatewayClassList";
|
|
export type GatewayClassList = import("./gatewayClassList").GatewayClassList;
|
|
export declare const GatewayClassList: typeof import("./gatewayClassList").GatewayClassList;
|
|
export { GatewayClassPatchArgs } from "./gatewayClassPatch";
|
|
export type GatewayClassPatch = import("./gatewayClassPatch").GatewayClassPatch;
|
|
export declare const GatewayClassPatch: typeof import("./gatewayClassPatch").GatewayClassPatch;
|
|
export { GatewayListArgs } from "./gatewayList";
|
|
export type GatewayList = import("./gatewayList").GatewayList;
|
|
export declare const GatewayList: typeof import("./gatewayList").GatewayList;
|
|
export { GatewayPatchArgs } from "./gatewayPatch";
|
|
export type GatewayPatch = import("./gatewayPatch").GatewayPatch;
|
|
export declare const GatewayPatch: typeof import("./gatewayPatch").GatewayPatch;
|
|
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 { HTTPRouteArgs } from "./httproute";
|
|
export type HTTPRoute = import("./httproute").HTTPRoute;
|
|
export declare const HTTPRoute: typeof import("./httproute").HTTPRoute;
|
|
export { HTTPRouteListArgs } from "./httprouteList";
|
|
export type HTTPRouteList = import("./httprouteList").HTTPRouteList;
|
|
export declare const HTTPRouteList: typeof import("./httprouteList").HTTPRouteList;
|
|
export { HTTPRoutePatchArgs } from "./httproutePatch";
|
|
export type HTTPRoutePatch = import("./httproutePatch").HTTPRoutePatch;
|
|
export declare const HTTPRoutePatch: typeof import("./httproutePatch").HTTPRoutePatch;
|