Update CRDs and bump version
This commit is contained in:
27
generated/crds/gateway/v1alpha2/index.d.ts
vendored
27
generated/crds/gateway/v1alpha2/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user