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

13
generated/crds/utilities.d.ts vendored Normal file
View File

@@ -0,0 +1,13 @@
import * as pulumi from "@pulumi/pulumi";
export declare function getEnv(...vars: string[]): string | undefined;
export declare function getEnvBoolean(...vars: string[]): boolean | undefined;
export declare function getEnvNumber(...vars: string[]): number | undefined;
export declare const getVersion: () => string;
/** @internal */
export declare function resourceOptsDefaults(): any;
/** @internal */
export declare function lazyLoad(exports: any, props: string[], loadModule: any): void;
/** @internal */
export declare function callAsync<T>(tok: string, props: pulumi.Inputs, res?: pulumi.Resource, opts?: {
property?: string;
}): Promise<T>;