Update CRDs
This commit is contained in:
19
generated/crds/gateway/index.ts
Normal file
19
generated/crds/gateway/index.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
// *** 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 v1 from "./v1";
|
||||
import * as v1alpha1 from "./v1alpha1";
|
||||
import * as v1alpha2 from "./v1alpha2";
|
||||
import * as v1alpha3 from "./v1alpha3";
|
||||
import * as v1beta1 from "./v1beta1";
|
||||
|
||||
export {
|
||||
v1,
|
||||
v1alpha1,
|
||||
v1alpha2,
|
||||
v1alpha3,
|
||||
v1beta1,
|
||||
};
|
||||
Reference in New Issue
Block a user