Update CRDs
This commit is contained in:
3
generated/crds/types/index.d.ts
vendored
Normal file
3
generated/crds/types/index.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import * as input from "./input";
|
||||
import * as output from "./output";
|
||||
export { input, output, };
|
||||
10
generated/crds/types/index.js
Normal file
10
generated/crds/types/index.js
Normal file
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
// *** WARNING: this file was generated by crd2pulumi. ***
|
||||
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.output = exports.input = void 0;
|
||||
// Export sub-modules:
|
||||
const input = require("./input");
|
||||
exports.input = input;
|
||||
const output = require("./output");
|
||||
exports.output = output;
|
||||
13
generated/crds/types/index.ts
Normal file
13
generated/crds/types/index.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
// *** WARNING: this file was generated by crd2pulumi. ***
|
||||
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
||||
|
||||
import * as utilities from "../utilities";
|
||||
|
||||
// Export sub-modules:
|
||||
import * as input from "./input";
|
||||
import * as output from "./output";
|
||||
|
||||
export {
|
||||
input,
|
||||
output,
|
||||
};
|
||||
48206
generated/crds/types/input.d.ts
vendored
Normal file
48206
generated/crds/types/input.d.ts
vendored
Normal file
File diff suppressed because it is too large
Load Diff
4
generated/crds/types/input.js
Normal file
4
generated/crds/types/input.js
Normal file
@@ -0,0 +1,4 @@
|
||||
"use strict";
|
||||
// *** WARNING: this file was generated by crd2pulumi. ***
|
||||
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
49243
generated/crds/types/input.ts
Normal file
49243
generated/crds/types/input.ts
Normal file
File diff suppressed because it is too large
Load Diff
51658
generated/crds/types/output.d.ts
vendored
Normal file
51658
generated/crds/types/output.d.ts
vendored
Normal file
File diff suppressed because it is too large
Load Diff
4
generated/crds/types/output.js
Normal file
4
generated/crds/types/output.js
Normal file
@@ -0,0 +1,4 @@
|
||||
"use strict";
|
||||
// *** WARNING: this file was generated by crd2pulumi. ***
|
||||
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
52777
generated/crds/types/output.ts
Normal file
52777
generated/crds/types/output.ts
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user