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

3
generated/crds/types/index.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
import * as input from "./input";
import * as output from "./output";
export { input, output, };

View 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;

View 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

File diff suppressed because it is too large Load Diff

View 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

File diff suppressed because it is too large Load Diff

51658
generated/crds/types/output.d.ts vendored Normal file

File diff suppressed because it is too large Load Diff

View 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

File diff suppressed because it is too large Load Diff