Update CRDs
This commit is contained in:
36
generated/crds/gateway/v1beta1/index.d.ts
vendored
Normal file
36
generated/crds/gateway/v1beta1/index.d.ts
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
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 { 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;
|
||||
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;
|
||||
Reference in New Issue
Block a user