Update CRDs
This commit is contained in:
13
generated/crds/utilities.d.ts
vendored
Normal file
13
generated/crds/utilities.d.ts
vendored
Normal 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>;
|
||||
Reference in New Issue
Block a user