@kilic.dev/pulumi-k8s-crds 2.0.7 → 2.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cilium/v2alpha1/index.d.ts +0 -9
- package/dist/cilium/v2alpha1/index.js +1 -13
- package/dist/external_secrets/v1/externalSecret.d.ts +1 -0
- package/dist/external_secrets/v1/externalSecret.js +1 -0
- package/dist/external_secrets/v1/externalSecretPatch.d.ts +1 -0
- package/dist/external_secrets/v1/externalSecretPatch.js +1 -0
- package/dist/external_secrets/v1alpha1/clusterPushSecret.d.ts +3 -0
- package/dist/external_secrets/v1alpha1/clusterPushSecret.js +3 -0
- package/dist/external_secrets/v1alpha1/clusterPushSecretPatch.d.ts +1 -0
- package/dist/external_secrets/v1alpha1/clusterPushSecretPatch.js +1 -0
- package/dist/external_secrets/v1alpha1/pushSecret.d.ts +3 -0
- package/dist/external_secrets/v1alpha1/pushSecret.js +3 -0
- package/dist/external_secrets/v1alpha1/pushSecretPatch.d.ts +1 -0
- package/dist/external_secrets/v1alpha1/pushSecretPatch.js +1 -0
- package/dist/external_secrets/v1beta1/clusterExternalSecret.d.ts +1 -1
- package/dist/external_secrets/v1beta1/clusterExternalSecret.js +1 -1
- package/dist/external_secrets/v1beta1/clusterExternalSecretPatch.d.ts +1 -1
- package/dist/external_secrets/v1beta1/clusterExternalSecretPatch.js +1 -1
- package/dist/external_secrets/v1beta1/externalSecret.d.ts +1 -1
- package/dist/external_secrets/v1beta1/externalSecret.js +1 -1
- package/dist/external_secrets/v1beta1/externalSecretPatch.d.ts +1 -1
- package/dist/external_secrets/v1beta1/externalSecretPatch.js +1 -1
- package/dist/externaldns/index.d.ts +2 -0
- package/dist/externaldns/index.js +41 -0
- package/dist/externaldns/v1alpha1/dnsendpoint.d.ts +66 -0
- package/dist/{cilium/v2alpha1/ciliumBGPPeeringPolicy.js → externaldns/v1alpha1/dnsendpoint.js} +17 -14
- package/dist/{cilium/v2alpha1/ciliumBGPPeeringPolicyList.d.ts → externaldns/v1alpha1/dnsendpointList.d.ts} +19 -19
- package/dist/{cilium/v2alpha1/ciliumBGPPeeringPolicyList.js → externaldns/v1alpha1/dnsendpointList.js} +14 -14
- package/dist/externaldns/v1alpha1/dnsendpointPatch.d.ts +72 -0
- package/dist/{cilium/v2alpha1/ciliumBGPPeeringPolicyPatch.js → externaldns/v1alpha1/dnsendpointPatch.js} +17 -14
- package/dist/externaldns/v1alpha1/index.d.ts +9 -0
- package/dist/externaldns/v1alpha1/index.js +62 -0
- package/dist/{cilium/v2alpha1/ciliumBGPPeeringPolicy.d.ts → gateway/v1/backendTLSPolicy.d.ts} +19 -18
- package/dist/gateway/v1/backendTLSPolicy.js +113 -0
- package/dist/gateway/v1/backendTLSPolicyList.d.ts +69 -0
- package/dist/gateway/v1/backendTLSPolicyList.js +113 -0
- package/dist/{cilium/v2alpha1/ciliumBGPPeeringPolicyPatch.d.ts → gateway/v1/backendTLSPolicyPatch.d.ts} +19 -18
- package/dist/gateway/v1/backendTLSPolicyPatch.js +119 -0
- package/dist/gateway/v1/index.d.ts +9 -0
- package/dist/gateway/v1/index.js +13 -1
- package/dist/gateway/v1alpha3/backendTLSPolicy.js +2 -0
- package/dist/gateway/v1alpha3/backendTLSPolicyPatch.js +2 -0
- package/dist/index.d.ts +2 -1
- package/dist/index.js +3 -1
- package/dist/postgresql/v1/cluster.d.ts +2 -1
- package/dist/postgresql/v1/cluster.js +2 -1
- package/dist/postgresql/v1/clusterPatch.d.ts +2 -1
- package/dist/postgresql/v1/clusterPatch.js +2 -1
- package/dist/types/input.d.ts +10176 -3724
- package/dist/types/output.d.ts +10903 -3933
- package/package.json +1 -1
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by crd2pulumi. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
+
}
|
|
10
|
+
Object.defineProperty(o, k2, desc);
|
|
11
|
+
}) : (function(o, m, k, k2) {
|
|
12
|
+
if (k2 === undefined) k2 = k;
|
|
13
|
+
o[k2] = m[k];
|
|
14
|
+
}));
|
|
15
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
16
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
17
|
+
}) : function(o, v) {
|
|
18
|
+
o["default"] = v;
|
|
19
|
+
});
|
|
20
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
21
|
+
var ownKeys = function(o) {
|
|
22
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
23
|
+
var ar = [];
|
|
24
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
25
|
+
return ar;
|
|
26
|
+
};
|
|
27
|
+
return ownKeys(o);
|
|
28
|
+
};
|
|
29
|
+
return function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
})();
|
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.BackendTLSPolicyList = void 0;
|
|
39
|
+
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
40
|
+
const utilities = __importStar(require("../../utilities"));
|
|
41
|
+
/**
|
|
42
|
+
* BackendTLSPolicyList is a list of BackendTLSPolicy
|
|
43
|
+
*/
|
|
44
|
+
class BackendTLSPolicyList extends pulumi.CustomResource {
|
|
45
|
+
/**
|
|
46
|
+
* Get an existing BackendTLSPolicyList resource's state with the given name, ID, and optional extra
|
|
47
|
+
* properties used to qualify the lookup.
|
|
48
|
+
*
|
|
49
|
+
* @param name The _unique_ name of the resulting resource.
|
|
50
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
51
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
52
|
+
*/
|
|
53
|
+
static get(name, id, opts) {
|
|
54
|
+
return new BackendTLSPolicyList(name, undefined, { ...opts, id: id });
|
|
55
|
+
}
|
|
56
|
+
/** @internal */
|
|
57
|
+
static __pulumiType = 'kubernetes:gateway.networking.k8s.io/v1:BackendTLSPolicyList';
|
|
58
|
+
/**
|
|
59
|
+
* Returns true if the given object is an instance of BackendTLSPolicyList. This is designed to work even
|
|
60
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
61
|
+
*/
|
|
62
|
+
static isInstance(obj) {
|
|
63
|
+
if (obj === undefined || obj === null) {
|
|
64
|
+
return false;
|
|
65
|
+
}
|
|
66
|
+
return obj['__pulumiType'] === BackendTLSPolicyList.__pulumiType;
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
70
|
+
*/
|
|
71
|
+
apiVersion;
|
|
72
|
+
/**
|
|
73
|
+
* List of backendtlspolicies. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
|
|
74
|
+
*/
|
|
75
|
+
items;
|
|
76
|
+
/**
|
|
77
|
+
* Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
78
|
+
*/
|
|
79
|
+
kind;
|
|
80
|
+
/**
|
|
81
|
+
* Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
82
|
+
*/
|
|
83
|
+
metadata;
|
|
84
|
+
/**
|
|
85
|
+
* Create a BackendTLSPolicyList resource with the given unique name, arguments, and options.
|
|
86
|
+
*
|
|
87
|
+
* @param name The _unique_ name of the resource.
|
|
88
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
89
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
90
|
+
*/
|
|
91
|
+
constructor(name, args, opts) {
|
|
92
|
+
let resourceInputs = {};
|
|
93
|
+
opts = opts || {};
|
|
94
|
+
if (!opts.id) {
|
|
95
|
+
if ((!args || args.items === undefined) && !opts.urn) {
|
|
96
|
+
throw new Error("Missing required property 'items'");
|
|
97
|
+
}
|
|
98
|
+
resourceInputs["apiVersion"] = "gateway.networking.k8s.io/v1";
|
|
99
|
+
resourceInputs["items"] = args ? args.items : undefined;
|
|
100
|
+
resourceInputs["kind"] = "BackendTLSPolicyList";
|
|
101
|
+
resourceInputs["metadata"] = args ? args.metadata : undefined;
|
|
102
|
+
}
|
|
103
|
+
else {
|
|
104
|
+
resourceInputs["apiVersion"] = undefined /*out*/;
|
|
105
|
+
resourceInputs["items"] = undefined /*out*/;
|
|
106
|
+
resourceInputs["kind"] = undefined /*out*/;
|
|
107
|
+
resourceInputs["metadata"] = undefined /*out*/;
|
|
108
|
+
}
|
|
109
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
110
|
+
super(BackendTLSPolicyList.__pulumiType, name, resourceInputs, opts);
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
exports.BackendTLSPolicyList = BackendTLSPolicyList;
|
|
@@ -9,63 +9,64 @@ import { ObjectMetaPatch } from "../../meta/v1";
|
|
|
9
9
|
* Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the
|
|
10
10
|
* [Server-Side Apply Docs](https://www.pulumi.com/registry/packages/kubernetes/how-to-guides/managing-resources-with-server-side-apply/) for
|
|
11
11
|
* additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
|
|
12
|
-
*
|
|
13
|
-
*
|
|
12
|
+
* BackendTLSPolicy provides a way to configure how a Gateway
|
|
13
|
+
* connects to a Backend via TLS.
|
|
14
14
|
*/
|
|
15
|
-
export declare class
|
|
15
|
+
export declare class BackendTLSPolicyPatch extends pulumi.CustomResource {
|
|
16
16
|
/**
|
|
17
|
-
* Get an existing
|
|
17
|
+
* Get an existing BackendTLSPolicyPatch resource's state with the given name, ID, and optional extra
|
|
18
18
|
* properties used to qualify the lookup.
|
|
19
19
|
*
|
|
20
20
|
* @param name The _unique_ name of the resulting resource.
|
|
21
21
|
* @param id The _unique_ provider ID of the resource to lookup.
|
|
22
22
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
23
23
|
*/
|
|
24
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions):
|
|
24
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): BackendTLSPolicyPatch;
|
|
25
25
|
/** @internal */
|
|
26
|
-
static readonly __pulumiType = "kubernetes:
|
|
26
|
+
static readonly __pulumiType = "kubernetes:gateway.networking.k8s.io/v1:BackendTLSPolicyPatch";
|
|
27
27
|
/**
|
|
28
|
-
* Returns true if the given object is an instance of
|
|
28
|
+
* Returns true if the given object is an instance of BackendTLSPolicyPatch. This is designed to work even
|
|
29
29
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
30
30
|
*/
|
|
31
|
-
static isInstance(obj: any): obj is
|
|
31
|
+
static isInstance(obj: any): obj is BackendTLSPolicyPatch;
|
|
32
32
|
/**
|
|
33
33
|
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
34
34
|
*/
|
|
35
|
-
readonly apiVersion: pulumi.Output<"
|
|
35
|
+
readonly apiVersion: pulumi.Output<"gateway.networking.k8s.io/v1">;
|
|
36
36
|
/**
|
|
37
37
|
* Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
38
38
|
*/
|
|
39
|
-
readonly kind: pulumi.Output<"
|
|
39
|
+
readonly kind: pulumi.Output<"BackendTLSPolicy">;
|
|
40
40
|
/**
|
|
41
41
|
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
42
42
|
*/
|
|
43
43
|
readonly metadata: pulumi.Output<ObjectMetaPatch>;
|
|
44
|
-
readonly spec: pulumi.Output<outputs.
|
|
44
|
+
readonly spec: pulumi.Output<outputs.gateway.v1.BackendTLSPolicySpecPatch>;
|
|
45
|
+
readonly status: pulumi.Output<outputs.gateway.v1.BackendTLSPolicyStatusPatch>;
|
|
45
46
|
/**
|
|
46
|
-
* Create a
|
|
47
|
+
* Create a BackendTLSPolicyPatch resource with the given unique name, arguments, and options.
|
|
47
48
|
*
|
|
48
49
|
* @param name The _unique_ name of the resource.
|
|
49
50
|
* @param args The arguments to use to populate this resource's properties.
|
|
50
51
|
* @param opts A bag of options that control this resource's behavior.
|
|
51
52
|
*/
|
|
52
|
-
constructor(name: string, args?:
|
|
53
|
+
constructor(name: string, args?: BackendTLSPolicyPatchArgs, opts?: pulumi.CustomResourceOptions);
|
|
53
54
|
}
|
|
54
55
|
/**
|
|
55
|
-
* The set of arguments for constructing a
|
|
56
|
+
* The set of arguments for constructing a BackendTLSPolicyPatch resource.
|
|
56
57
|
*/
|
|
57
|
-
export interface
|
|
58
|
+
export interface BackendTLSPolicyPatchArgs {
|
|
58
59
|
/**
|
|
59
60
|
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
60
61
|
*/
|
|
61
|
-
apiVersion?: pulumi.Input<"
|
|
62
|
+
apiVersion?: pulumi.Input<"gateway.networking.k8s.io/v1">;
|
|
62
63
|
/**
|
|
63
64
|
* Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
64
65
|
*/
|
|
65
|
-
kind?: pulumi.Input<"
|
|
66
|
+
kind?: pulumi.Input<"BackendTLSPolicy">;
|
|
66
67
|
/**
|
|
67
68
|
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
68
69
|
*/
|
|
69
70
|
metadata?: pulumi.Input<ObjectMetaPatch>;
|
|
70
|
-
spec?: pulumi.Input<inputs.
|
|
71
|
+
spec?: pulumi.Input<inputs.gateway.v1.BackendTLSPolicySpecPatch>;
|
|
71
72
|
}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by crd2pulumi. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
+
}
|
|
10
|
+
Object.defineProperty(o, k2, desc);
|
|
11
|
+
}) : (function(o, m, k, k2) {
|
|
12
|
+
if (k2 === undefined) k2 = k;
|
|
13
|
+
o[k2] = m[k];
|
|
14
|
+
}));
|
|
15
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
16
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
17
|
+
}) : function(o, v) {
|
|
18
|
+
o["default"] = v;
|
|
19
|
+
});
|
|
20
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
21
|
+
var ownKeys = function(o) {
|
|
22
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
23
|
+
var ar = [];
|
|
24
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
25
|
+
return ar;
|
|
26
|
+
};
|
|
27
|
+
return ownKeys(o);
|
|
28
|
+
};
|
|
29
|
+
return function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
})();
|
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.BackendTLSPolicyPatch = void 0;
|
|
39
|
+
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
40
|
+
const utilities = __importStar(require("../../utilities"));
|
|
41
|
+
/**
|
|
42
|
+
* Patch resources are used to modify existing Kubernetes resources by using
|
|
43
|
+
* Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than
|
|
44
|
+
* one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource.
|
|
45
|
+
* Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the
|
|
46
|
+
* [Server-Side Apply Docs](https://www.pulumi.com/registry/packages/kubernetes/how-to-guides/managing-resources-with-server-side-apply/) for
|
|
47
|
+
* additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
|
|
48
|
+
* BackendTLSPolicy provides a way to configure how a Gateway
|
|
49
|
+
* connects to a Backend via TLS.
|
|
50
|
+
*/
|
|
51
|
+
class BackendTLSPolicyPatch extends pulumi.CustomResource {
|
|
52
|
+
/**
|
|
53
|
+
* Get an existing BackendTLSPolicyPatch resource's state with the given name, ID, and optional extra
|
|
54
|
+
* properties used to qualify the lookup.
|
|
55
|
+
*
|
|
56
|
+
* @param name The _unique_ name of the resulting resource.
|
|
57
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
58
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
59
|
+
*/
|
|
60
|
+
static get(name, id, opts) {
|
|
61
|
+
return new BackendTLSPolicyPatch(name, undefined, { ...opts, id: id });
|
|
62
|
+
}
|
|
63
|
+
/** @internal */
|
|
64
|
+
static __pulumiType = 'kubernetes:gateway.networking.k8s.io/v1:BackendTLSPolicyPatch';
|
|
65
|
+
/**
|
|
66
|
+
* Returns true if the given object is an instance of BackendTLSPolicyPatch. This is designed to work even
|
|
67
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
68
|
+
*/
|
|
69
|
+
static isInstance(obj) {
|
|
70
|
+
if (obj === undefined || obj === null) {
|
|
71
|
+
return false;
|
|
72
|
+
}
|
|
73
|
+
return obj['__pulumiType'] === BackendTLSPolicyPatch.__pulumiType;
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
77
|
+
*/
|
|
78
|
+
apiVersion;
|
|
79
|
+
/**
|
|
80
|
+
* Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
81
|
+
*/
|
|
82
|
+
kind;
|
|
83
|
+
/**
|
|
84
|
+
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
85
|
+
*/
|
|
86
|
+
metadata;
|
|
87
|
+
spec;
|
|
88
|
+
status;
|
|
89
|
+
/**
|
|
90
|
+
* Create a BackendTLSPolicyPatch resource with the given unique name, arguments, and options.
|
|
91
|
+
*
|
|
92
|
+
* @param name The _unique_ name of the resource.
|
|
93
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
94
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
95
|
+
*/
|
|
96
|
+
constructor(name, args, opts) {
|
|
97
|
+
let resourceInputs = {};
|
|
98
|
+
opts = opts || {};
|
|
99
|
+
if (!opts.id) {
|
|
100
|
+
resourceInputs["apiVersion"] = "gateway.networking.k8s.io/v1";
|
|
101
|
+
resourceInputs["kind"] = "BackendTLSPolicy";
|
|
102
|
+
resourceInputs["metadata"] = args ? args.metadata : undefined;
|
|
103
|
+
resourceInputs["spec"] = args ? args.spec : undefined;
|
|
104
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
105
|
+
}
|
|
106
|
+
else {
|
|
107
|
+
resourceInputs["apiVersion"] = undefined /*out*/;
|
|
108
|
+
resourceInputs["kind"] = undefined /*out*/;
|
|
109
|
+
resourceInputs["metadata"] = undefined /*out*/;
|
|
110
|
+
resourceInputs["spec"] = undefined /*out*/;
|
|
111
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
112
|
+
}
|
|
113
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
114
|
+
const aliasOpts = { aliases: [{ type: "kubernetes:gateway.networking.k8s.io/v1alpha3:BackendTLSPolicyPatch" }] };
|
|
115
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
116
|
+
super(BackendTLSPolicyPatch.__pulumiType, name, resourceInputs, opts);
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
exports.BackendTLSPolicyPatch = BackendTLSPolicyPatch;
|
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
export { BackendTLSPolicyArgs } from "./backendTLSPolicy";
|
|
2
|
+
export type BackendTLSPolicy = import("./backendTLSPolicy").BackendTLSPolicy;
|
|
3
|
+
export declare const BackendTLSPolicy: typeof import("./backendTLSPolicy").BackendTLSPolicy;
|
|
4
|
+
export { BackendTLSPolicyListArgs } from "./backendTLSPolicyList";
|
|
5
|
+
export type BackendTLSPolicyList = import("./backendTLSPolicyList").BackendTLSPolicyList;
|
|
6
|
+
export declare const BackendTLSPolicyList: typeof import("./backendTLSPolicyList").BackendTLSPolicyList;
|
|
7
|
+
export { BackendTLSPolicyPatchArgs } from "./backendTLSPolicyPatch";
|
|
8
|
+
export type BackendTLSPolicyPatch = import("./backendTLSPolicyPatch").BackendTLSPolicyPatch;
|
|
9
|
+
export declare const BackendTLSPolicyPatch: typeof import("./backendTLSPolicyPatch").BackendTLSPolicyPatch;
|
|
1
10
|
export { GatewayArgs } from "./gateway";
|
|
2
11
|
export type Gateway = import("./gateway").Gateway;
|
|
3
12
|
export declare const Gateway: typeof import("./gateway").Gateway;
|
package/dist/gateway/v1/index.js
CHANGED
|
@@ -35,9 +35,15 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
35
35
|
};
|
|
36
36
|
})();
|
|
37
37
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
-
exports.HTTPRoutePatch = exports.HTTPRouteList = exports.HTTPRoute = exports.GRPCRoutePatch = exports.GRPCRouteList = exports.GRPCRoute = exports.GatewayPatch = exports.GatewayList = exports.GatewayClassPatch = exports.GatewayClassList = exports.GatewayClass = exports.Gateway = void 0;
|
|
38
|
+
exports.HTTPRoutePatch = exports.HTTPRouteList = exports.HTTPRoute = exports.GRPCRoutePatch = exports.GRPCRouteList = exports.GRPCRoute = exports.GatewayPatch = exports.GatewayList = exports.GatewayClassPatch = exports.GatewayClassList = exports.GatewayClass = exports.Gateway = exports.BackendTLSPolicyPatch = exports.BackendTLSPolicyList = exports.BackendTLSPolicy = void 0;
|
|
39
39
|
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
40
40
|
const utilities = __importStar(require("../../utilities"));
|
|
41
|
+
exports.BackendTLSPolicy = null;
|
|
42
|
+
utilities.lazyLoad(exports, ["BackendTLSPolicy"], () => require("./backendTLSPolicy"));
|
|
43
|
+
exports.BackendTLSPolicyList = null;
|
|
44
|
+
utilities.lazyLoad(exports, ["BackendTLSPolicyList"], () => require("./backendTLSPolicyList"));
|
|
45
|
+
exports.BackendTLSPolicyPatch = null;
|
|
46
|
+
utilities.lazyLoad(exports, ["BackendTLSPolicyPatch"], () => require("./backendTLSPolicyPatch"));
|
|
41
47
|
exports.Gateway = null;
|
|
42
48
|
utilities.lazyLoad(exports, ["Gateway"], () => require("./gateway"));
|
|
43
49
|
exports.GatewayClass = null;
|
|
@@ -66,6 +72,12 @@ const _module = {
|
|
|
66
72
|
version: utilities.getVersion(),
|
|
67
73
|
construct: (name, type, urn) => {
|
|
68
74
|
switch (type) {
|
|
75
|
+
case "kubernetes:gateway.networking.k8s.io/v1:BackendTLSPolicy":
|
|
76
|
+
return new exports.BackendTLSPolicy(name, undefined, { urn });
|
|
77
|
+
case "kubernetes:gateway.networking.k8s.io/v1:BackendTLSPolicyList":
|
|
78
|
+
return new exports.BackendTLSPolicyList(name, undefined, { urn });
|
|
79
|
+
case "kubernetes:gateway.networking.k8s.io/v1:BackendTLSPolicyPatch":
|
|
80
|
+
return new exports.BackendTLSPolicyPatch(name, undefined, { urn });
|
|
69
81
|
case "kubernetes:gateway.networking.k8s.io/v1:GRPCRoute":
|
|
70
82
|
return new exports.GRPCRoute(name, undefined, { urn });
|
|
71
83
|
case "kubernetes:gateway.networking.k8s.io/v1:GRPCRouteList":
|
|
@@ -105,6 +105,8 @@ class BackendTLSPolicy extends pulumi.CustomResource {
|
|
|
105
105
|
resourceInputs["status"] = undefined /*out*/;
|
|
106
106
|
}
|
|
107
107
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
108
|
+
const aliasOpts = { aliases: [{ type: "kubernetes:gateway.networking.k8s.io/v1:BackendTLSPolicy" }] };
|
|
109
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
108
110
|
super(BackendTLSPolicy.__pulumiType, name, resourceInputs, opts);
|
|
109
111
|
}
|
|
110
112
|
}
|
|
@@ -111,6 +111,8 @@ class BackendTLSPolicyPatch extends pulumi.CustomResource {
|
|
|
111
111
|
resourceInputs["status"] = undefined /*out*/;
|
|
112
112
|
}
|
|
113
113
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
114
|
+
const aliasOpts = { aliases: [{ type: "kubernetes:gateway.networking.k8s.io/v1:BackendTLSPolicyPatch" }] };
|
|
115
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
114
116
|
super(BackendTLSPolicyPatch.__pulumiType, name, resourceInputs, opts);
|
|
115
117
|
}
|
|
116
118
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ import * as cert_manager from "./cert_manager";
|
|
|
6
6
|
import * as cilium from "./cilium";
|
|
7
7
|
import * as cloudflare_operator from "./cloudflare_operator";
|
|
8
8
|
import * as external_secrets from "./external_secrets";
|
|
9
|
+
import * as externaldns from "./externaldns";
|
|
9
10
|
import * as gateway from "./gateway";
|
|
10
11
|
import * as kyverno from "./kyverno";
|
|
11
12
|
import * as minio from "./minio";
|
|
@@ -13,4 +14,4 @@ import * as postgresql from "./postgresql";
|
|
|
13
14
|
import * as sts from "./sts";
|
|
14
15
|
import * as types from "./types";
|
|
15
16
|
import * as velero from "./velero";
|
|
16
|
-
export { argoproj, cert_manager, cilium, cloudflare_operator, external_secrets, gateway, kyverno, minio, postgresql, sts, types, velero, };
|
|
17
|
+
export { argoproj, cert_manager, cilium, cloudflare_operator, external_secrets, externaldns, gateway, kyverno, minio, postgresql, sts, types, velero, };
|
package/dist/index.js
CHANGED
|
@@ -35,7 +35,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
35
35
|
};
|
|
36
36
|
})();
|
|
37
37
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
-
exports.velero = exports.types = exports.sts = exports.postgresql = exports.minio = exports.kyverno = exports.gateway = exports.external_secrets = exports.cloudflare_operator = exports.cilium = exports.cert_manager = exports.argoproj = exports.Provider = void 0;
|
|
38
|
+
exports.velero = exports.types = exports.sts = exports.postgresql = exports.minio = exports.kyverno = exports.gateway = exports.externaldns = exports.external_secrets = exports.cloudflare_operator = exports.cilium = exports.cert_manager = exports.argoproj = exports.Provider = void 0;
|
|
39
39
|
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
40
40
|
const utilities = __importStar(require("./utilities"));
|
|
41
41
|
exports.Provider = null;
|
|
@@ -51,6 +51,8 @@ const cloudflare_operator = __importStar(require("./cloudflare_operator"));
|
|
|
51
51
|
exports.cloudflare_operator = cloudflare_operator;
|
|
52
52
|
const external_secrets = __importStar(require("./external_secrets"));
|
|
53
53
|
exports.external_secrets = external_secrets;
|
|
54
|
+
const externaldns = __importStar(require("./externaldns"));
|
|
55
|
+
exports.externaldns = externaldns;
|
|
54
56
|
const gateway = __importStar(require("./gateway"));
|
|
55
57
|
exports.gateway = gateway;
|
|
56
58
|
const kyverno = __importStar(require("./kyverno"));
|
|
@@ -3,7 +3,8 @@ import * as inputs from "../../types/input";
|
|
|
3
3
|
import * as outputs from "../../types/output";
|
|
4
4
|
import { ObjectMeta } from "../../meta/v1";
|
|
5
5
|
/**
|
|
6
|
-
* Cluster
|
|
6
|
+
* Cluster defines the API schema for a highly available PostgreSQL database cluster
|
|
7
|
+
* managed by CloudNativePG.
|
|
7
8
|
*/
|
|
8
9
|
export declare class Cluster extends pulumi.CustomResource {
|
|
9
10
|
/**
|
|
@@ -39,7 +39,8 @@ exports.Cluster = void 0;
|
|
|
39
39
|
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
40
40
|
const utilities = __importStar(require("../../utilities"));
|
|
41
41
|
/**
|
|
42
|
-
* Cluster
|
|
42
|
+
* Cluster defines the API schema for a highly available PostgreSQL database cluster
|
|
43
|
+
* managed by CloudNativePG.
|
|
43
44
|
*/
|
|
44
45
|
class Cluster extends pulumi.CustomResource {
|
|
45
46
|
/**
|
|
@@ -9,7 +9,8 @@ import { ObjectMetaPatch } from "../../meta/v1";
|
|
|
9
9
|
* Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the
|
|
10
10
|
* [Server-Side Apply Docs](https://www.pulumi.com/registry/packages/kubernetes/how-to-guides/managing-resources-with-server-side-apply/) for
|
|
11
11
|
* additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
|
|
12
|
-
* Cluster
|
|
12
|
+
* Cluster defines the API schema for a highly available PostgreSQL database cluster
|
|
13
|
+
* managed by CloudNativePG.
|
|
13
14
|
*/
|
|
14
15
|
export declare class ClusterPatch extends pulumi.CustomResource {
|
|
15
16
|
/**
|
|
@@ -45,7 +45,8 @@ const utilities = __importStar(require("../../utilities"));
|
|
|
45
45
|
* Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the
|
|
46
46
|
* [Server-Side Apply Docs](https://www.pulumi.com/registry/packages/kubernetes/how-to-guides/managing-resources-with-server-side-apply/) for
|
|
47
47
|
* additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi.
|
|
48
|
-
* Cluster
|
|
48
|
+
* Cluster defines the API schema for a highly available PostgreSQL database cluster
|
|
49
|
+
* managed by CloudNativePG.
|
|
49
50
|
*/
|
|
50
51
|
class ClusterPatch extends pulumi.CustomResource {
|
|
51
52
|
/**
|