@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
|
@@ -43,15 +43,6 @@ export declare const CiliumBGPPeerConfigList: typeof import("./ciliumBGPPeerConf
|
|
|
43
43
|
export { CiliumBGPPeerConfigPatchArgs } from "./ciliumBGPPeerConfigPatch";
|
|
44
44
|
export type CiliumBGPPeerConfigPatch = import("./ciliumBGPPeerConfigPatch").CiliumBGPPeerConfigPatch;
|
|
45
45
|
export declare const CiliumBGPPeerConfigPatch: typeof import("./ciliumBGPPeerConfigPatch").CiliumBGPPeerConfigPatch;
|
|
46
|
-
export { CiliumBGPPeeringPolicyArgs } from "./ciliumBGPPeeringPolicy";
|
|
47
|
-
export type CiliumBGPPeeringPolicy = import("./ciliumBGPPeeringPolicy").CiliumBGPPeeringPolicy;
|
|
48
|
-
export declare const CiliumBGPPeeringPolicy: typeof import("./ciliumBGPPeeringPolicy").CiliumBGPPeeringPolicy;
|
|
49
|
-
export { CiliumBGPPeeringPolicyListArgs } from "./ciliumBGPPeeringPolicyList";
|
|
50
|
-
export type CiliumBGPPeeringPolicyList = import("./ciliumBGPPeeringPolicyList").CiliumBGPPeeringPolicyList;
|
|
51
|
-
export declare const CiliumBGPPeeringPolicyList: typeof import("./ciliumBGPPeeringPolicyList").CiliumBGPPeeringPolicyList;
|
|
52
|
-
export { CiliumBGPPeeringPolicyPatchArgs } from "./ciliumBGPPeeringPolicyPatch";
|
|
53
|
-
export type CiliumBGPPeeringPolicyPatch = import("./ciliumBGPPeeringPolicyPatch").CiliumBGPPeeringPolicyPatch;
|
|
54
|
-
export declare const CiliumBGPPeeringPolicyPatch: typeof import("./ciliumBGPPeeringPolicyPatch").CiliumBGPPeeringPolicyPatch;
|
|
55
46
|
export { CiliumCIDRGroupArgs } from "./ciliumCIDRGroup";
|
|
56
47
|
export type CiliumCIDRGroup = import("./ciliumCIDRGroup").CiliumCIDRGroup;
|
|
57
48
|
export declare const CiliumCIDRGroup: typeof import("./ciliumCIDRGroup").CiliumCIDRGroup;
|
|
@@ -35,7 +35,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
35
35
|
};
|
|
36
36
|
})();
|
|
37
37
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
-
exports.CiliumLoadBalancerIPPoolPatch = exports.CiliumLoadBalancerIPPoolList = exports.CiliumLoadBalancerIPPool = exports.CiliumL2AnnouncementPolicyPatch = exports.CiliumL2AnnouncementPolicyList = exports.CiliumL2AnnouncementPolicy = exports.CiliumCIDRGroupPatch = exports.CiliumCIDRGroupList = exports.CiliumCIDRGroup = exports.
|
|
38
|
+
exports.CiliumLoadBalancerIPPoolPatch = exports.CiliumLoadBalancerIPPoolList = exports.CiliumLoadBalancerIPPool = exports.CiliumL2AnnouncementPolicyPatch = exports.CiliumL2AnnouncementPolicyList = exports.CiliumL2AnnouncementPolicy = exports.CiliumCIDRGroupPatch = exports.CiliumCIDRGroupList = exports.CiliumCIDRGroup = exports.CiliumBGPPeerConfigPatch = exports.CiliumBGPPeerConfigList = exports.CiliumBGPPeerConfig = exports.CiliumBGPNodeConfigPatch = exports.CiliumBGPNodeConfigOverridePatch = exports.CiliumBGPNodeConfigOverrideList = exports.CiliumBGPNodeConfigOverride = exports.CiliumBGPNodeConfigList = exports.CiliumBGPNodeConfig = exports.CiliumBGPClusterConfigPatch = exports.CiliumBGPClusterConfigList = exports.CiliumBGPClusterConfig = exports.CiliumBGPAdvertisementPatch = exports.CiliumBGPAdvertisementList = exports.CiliumBGPAdvertisement = void 0;
|
|
39
39
|
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
40
40
|
const utilities = __importStar(require("../../utilities"));
|
|
41
41
|
exports.CiliumBGPAdvertisement = null;
|
|
@@ -68,12 +68,6 @@ exports.CiliumBGPPeerConfigList = null;
|
|
|
68
68
|
utilities.lazyLoad(exports, ["CiliumBGPPeerConfigList"], () => require("./ciliumBGPPeerConfigList"));
|
|
69
69
|
exports.CiliumBGPPeerConfigPatch = null;
|
|
70
70
|
utilities.lazyLoad(exports, ["CiliumBGPPeerConfigPatch"], () => require("./ciliumBGPPeerConfigPatch"));
|
|
71
|
-
exports.CiliumBGPPeeringPolicy = null;
|
|
72
|
-
utilities.lazyLoad(exports, ["CiliumBGPPeeringPolicy"], () => require("./ciliumBGPPeeringPolicy"));
|
|
73
|
-
exports.CiliumBGPPeeringPolicyList = null;
|
|
74
|
-
utilities.lazyLoad(exports, ["CiliumBGPPeeringPolicyList"], () => require("./ciliumBGPPeeringPolicyList"));
|
|
75
|
-
exports.CiliumBGPPeeringPolicyPatch = null;
|
|
76
|
-
utilities.lazyLoad(exports, ["CiliumBGPPeeringPolicyPatch"], () => require("./ciliumBGPPeeringPolicyPatch"));
|
|
77
71
|
exports.CiliumCIDRGroup = null;
|
|
78
72
|
utilities.lazyLoad(exports, ["CiliumCIDRGroup"], () => require("./ciliumCIDRGroup"));
|
|
79
73
|
exports.CiliumCIDRGroupList = null;
|
|
@@ -126,12 +120,6 @@ const _module = {
|
|
|
126
120
|
return new exports.CiliumBGPPeerConfigList(name, undefined, { urn });
|
|
127
121
|
case "kubernetes:cilium.io/v2alpha1:CiliumBGPPeerConfigPatch":
|
|
128
122
|
return new exports.CiliumBGPPeerConfigPatch(name, undefined, { urn });
|
|
129
|
-
case "kubernetes:cilium.io/v2alpha1:CiliumBGPPeeringPolicy":
|
|
130
|
-
return new exports.CiliumBGPPeeringPolicy(name, undefined, { urn });
|
|
131
|
-
case "kubernetes:cilium.io/v2alpha1:CiliumBGPPeeringPolicyList":
|
|
132
|
-
return new exports.CiliumBGPPeeringPolicyList(name, undefined, { urn });
|
|
133
|
-
case "kubernetes:cilium.io/v2alpha1:CiliumBGPPeeringPolicyPatch":
|
|
134
|
-
return new exports.CiliumBGPPeeringPolicyPatch(name, undefined, { urn });
|
|
135
123
|
case "kubernetes:cilium.io/v2alpha1:CiliumCIDRGroup":
|
|
136
124
|
return new exports.CiliumCIDRGroup(name, undefined, { urn });
|
|
137
125
|
case "kubernetes:cilium.io/v2alpha1:CiliumCIDRGroupList":
|
|
@@ -4,6 +4,7 @@ import * as outputs from "../../types/output";
|
|
|
4
4
|
import { ObjectMeta } from "../../meta/v1";
|
|
5
5
|
/**
|
|
6
6
|
* ExternalSecret is the Schema for the external-secrets API.
|
|
7
|
+
* It defines how to fetch data from external APIs and make it available as Kubernetes Secrets.
|
|
7
8
|
*/
|
|
8
9
|
export declare class ExternalSecret extends pulumi.CustomResource {
|
|
9
10
|
/**
|
|
@@ -40,6 +40,7 @@ const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
|
40
40
|
const utilities = __importStar(require("../../utilities"));
|
|
41
41
|
/**
|
|
42
42
|
* ExternalSecret is the Schema for the external-secrets API.
|
|
43
|
+
* It defines how to fetch data from external APIs and make it available as Kubernetes Secrets.
|
|
43
44
|
*/
|
|
44
45
|
class ExternalSecret extends pulumi.CustomResource {
|
|
45
46
|
/**
|
|
@@ -10,6 +10,7 @@ import { ObjectMetaPatch } from "../../meta/v1";
|
|
|
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
12
|
* ExternalSecret is the Schema for the external-secrets API.
|
|
13
|
+
* It defines how to fetch data from external APIs and make it available as Kubernetes Secrets.
|
|
13
14
|
*/
|
|
14
15
|
export declare class ExternalSecretPatch extends pulumi.CustomResource {
|
|
15
16
|
/**
|
|
@@ -46,6 +46,7 @@ const utilities = __importStar(require("../../utilities"));
|
|
|
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
48
|
* ExternalSecret is the Schema for the external-secrets API.
|
|
49
|
+
* It defines how to fetch data from external APIs and make it available as Kubernetes Secrets.
|
|
49
50
|
*/
|
|
50
51
|
class ExternalSecretPatch extends pulumi.CustomResource {
|
|
51
52
|
/**
|
|
@@ -2,6 +2,9 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../../types/input";
|
|
3
3
|
import * as outputs from "../../types/output";
|
|
4
4
|
import { ObjectMeta } from "../../meta/v1";
|
|
5
|
+
/**
|
|
6
|
+
* ClusterPushSecret is the Schema for the ClusterPushSecrets API that enables cluster-wide management of pushing Kubernetes secrets to external providers.
|
|
7
|
+
*/
|
|
5
8
|
export declare class ClusterPushSecret extends pulumi.CustomResource {
|
|
6
9
|
/**
|
|
7
10
|
* Get an existing ClusterPushSecret resource's state with the given name, ID, and optional extra
|
|
@@ -38,6 +38,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
38
38
|
exports.ClusterPushSecret = void 0;
|
|
39
39
|
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
40
40
|
const utilities = __importStar(require("../../utilities"));
|
|
41
|
+
/**
|
|
42
|
+
* ClusterPushSecret is the Schema for the ClusterPushSecrets API that enables cluster-wide management of pushing Kubernetes secrets to external providers.
|
|
43
|
+
*/
|
|
41
44
|
class ClusterPushSecret extends pulumi.CustomResource {
|
|
42
45
|
/**
|
|
43
46
|
* Get an existing ClusterPushSecret resource's state with the given name, ID, and optional extra
|
|
@@ -9,6 +9,7 @@ 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
|
+
* ClusterPushSecret is the Schema for the ClusterPushSecrets API that enables cluster-wide management of pushing Kubernetes secrets to external providers.
|
|
12
13
|
*/
|
|
13
14
|
export declare class ClusterPushSecretPatch extends pulumi.CustomResource {
|
|
14
15
|
/**
|
|
@@ -45,6 +45,7 @@ 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
|
+
* ClusterPushSecret is the Schema for the ClusterPushSecrets API that enables cluster-wide management of pushing Kubernetes secrets to external providers.
|
|
48
49
|
*/
|
|
49
50
|
class ClusterPushSecretPatch extends pulumi.CustomResource {
|
|
50
51
|
/**
|
|
@@ -2,6 +2,9 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../../types/input";
|
|
3
3
|
import * as outputs from "../../types/output";
|
|
4
4
|
import { ObjectMeta } from "../../meta/v1";
|
|
5
|
+
/**
|
|
6
|
+
* PushSecret is the Schema for the PushSecrets API that enables pushing Kubernetes secrets to external secret providers.
|
|
7
|
+
*/
|
|
5
8
|
export declare class PushSecret extends pulumi.CustomResource {
|
|
6
9
|
/**
|
|
7
10
|
* Get an existing PushSecret resource's state with the given name, ID, and optional extra
|
|
@@ -38,6 +38,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
38
38
|
exports.PushSecret = void 0;
|
|
39
39
|
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
40
40
|
const utilities = __importStar(require("../../utilities"));
|
|
41
|
+
/**
|
|
42
|
+
* PushSecret is the Schema for the PushSecrets API that enables pushing Kubernetes secrets to external secret providers.
|
|
43
|
+
*/
|
|
41
44
|
class PushSecret extends pulumi.CustomResource {
|
|
42
45
|
/**
|
|
43
46
|
* Get an existing PushSecret resource's state with the given name, ID, and optional extra
|
|
@@ -9,6 +9,7 @@ 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
|
+
* PushSecret is the Schema for the PushSecrets API that enables pushing Kubernetes secrets to external secret providers.
|
|
12
13
|
*/
|
|
13
14
|
export declare class PushSecretPatch extends pulumi.CustomResource {
|
|
14
15
|
/**
|
|
@@ -45,6 +45,7 @@ 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
|
+
* PushSecret is the Schema for the PushSecrets API that enables pushing Kubernetes secrets to external secret providers.
|
|
48
49
|
*/
|
|
49
50
|
class PushSecretPatch extends pulumi.CustomResource {
|
|
50
51
|
/**
|
|
@@ -3,7 +3,7 @@ import * as inputs from "../../types/input";
|
|
|
3
3
|
import * as outputs from "../../types/output";
|
|
4
4
|
import { ObjectMeta } from "../../meta/v1";
|
|
5
5
|
/**
|
|
6
|
-
* ClusterExternalSecret is the
|
|
6
|
+
* ClusterExternalSecret is the schema for the clusterexternalsecrets API.
|
|
7
7
|
*/
|
|
8
8
|
export declare class ClusterExternalSecret extends pulumi.CustomResource {
|
|
9
9
|
/**
|
|
@@ -39,7 +39,7 @@ exports.ClusterExternalSecret = void 0;
|
|
|
39
39
|
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
40
40
|
const utilities = __importStar(require("../../utilities"));
|
|
41
41
|
/**
|
|
42
|
-
* ClusterExternalSecret is the
|
|
42
|
+
* ClusterExternalSecret is the schema for the clusterexternalsecrets API.
|
|
43
43
|
*/
|
|
44
44
|
class ClusterExternalSecret extends pulumi.CustomResource {
|
|
45
45
|
/**
|
|
@@ -9,7 +9,7 @@ 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
|
-
* ClusterExternalSecret is the
|
|
12
|
+
* ClusterExternalSecret is the schema for the clusterexternalsecrets API.
|
|
13
13
|
*/
|
|
14
14
|
export declare class ClusterExternalSecretPatch extends pulumi.CustomResource {
|
|
15
15
|
/**
|
|
@@ -45,7 +45,7 @@ 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
|
-
* ClusterExternalSecret is the
|
|
48
|
+
* ClusterExternalSecret is the schema for the clusterexternalsecrets API.
|
|
49
49
|
*/
|
|
50
50
|
class ClusterExternalSecretPatch extends pulumi.CustomResource {
|
|
51
51
|
/**
|
|
@@ -3,7 +3,7 @@ import * as inputs from "../../types/input";
|
|
|
3
3
|
import * as outputs from "../../types/output";
|
|
4
4
|
import { ObjectMeta } from "../../meta/v1";
|
|
5
5
|
/**
|
|
6
|
-
* ExternalSecret is the
|
|
6
|
+
* ExternalSecret is the schema for the external-secrets API.
|
|
7
7
|
*/
|
|
8
8
|
export declare class ExternalSecret extends pulumi.CustomResource {
|
|
9
9
|
/**
|
|
@@ -39,7 +39,7 @@ exports.ExternalSecret = void 0;
|
|
|
39
39
|
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
40
40
|
const utilities = __importStar(require("../../utilities"));
|
|
41
41
|
/**
|
|
42
|
-
* ExternalSecret is the
|
|
42
|
+
* ExternalSecret is the schema for the external-secrets API.
|
|
43
43
|
*/
|
|
44
44
|
class ExternalSecret extends pulumi.CustomResource {
|
|
45
45
|
/**
|
|
@@ -9,7 +9,7 @@ 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
|
-
* ExternalSecret is the
|
|
12
|
+
* ExternalSecret is the schema for the external-secrets API.
|
|
13
13
|
*/
|
|
14
14
|
export declare class ExternalSecretPatch extends pulumi.CustomResource {
|
|
15
15
|
/**
|
|
@@ -45,7 +45,7 @@ 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
|
-
* ExternalSecret is the
|
|
48
|
+
* ExternalSecret is the schema for the external-secrets API.
|
|
49
49
|
*/
|
|
50
50
|
class ExternalSecretPatch extends pulumi.CustomResource {
|
|
51
51
|
/**
|
|
@@ -0,0 +1,41 @@
|
|
|
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.v1alpha1 = void 0;
|
|
39
|
+
// Export sub-modules:
|
|
40
|
+
const v1alpha1 = __importStar(require("./v1alpha1"));
|
|
41
|
+
exports.v1alpha1 = v1alpha1;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../../types/input";
|
|
3
|
+
import * as outputs from "../../types/output";
|
|
4
|
+
import { ObjectMeta } from "../../meta/v1";
|
|
5
|
+
/**
|
|
6
|
+
* DNSEndpoint is a contract that a user-specified CRD must implement to be used as a source for external-dns.
|
|
7
|
+
* The user-specified CRD should also have the status sub-resource.
|
|
8
|
+
*/
|
|
9
|
+
export declare class DNSEndpoint extends pulumi.CustomResource {
|
|
10
|
+
/**
|
|
11
|
+
* Get an existing DNSEndpoint resource's state with the given name, ID, and optional extra
|
|
12
|
+
* properties used to qualify the lookup.
|
|
13
|
+
*
|
|
14
|
+
* @param name The _unique_ name of the resulting resource.
|
|
15
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
16
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
17
|
+
*/
|
|
18
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): DNSEndpoint;
|
|
19
|
+
/** @internal */
|
|
20
|
+
static readonly __pulumiType = "kubernetes:externaldns.k8s.io/v1alpha1:DNSEndpoint";
|
|
21
|
+
/**
|
|
22
|
+
* Returns true if the given object is an instance of DNSEndpoint. This is designed to work even
|
|
23
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
24
|
+
*/
|
|
25
|
+
static isInstance(obj: any): obj is DNSEndpoint;
|
|
26
|
+
/**
|
|
27
|
+
* 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
|
|
28
|
+
*/
|
|
29
|
+
readonly apiVersion: pulumi.Output<"externaldns.k8s.io/v1alpha1">;
|
|
30
|
+
/**
|
|
31
|
+
* 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
|
|
32
|
+
*/
|
|
33
|
+
readonly kind: pulumi.Output<"DNSEndpoint">;
|
|
34
|
+
/**
|
|
35
|
+
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
36
|
+
*/
|
|
37
|
+
readonly metadata: pulumi.Output<ObjectMeta>;
|
|
38
|
+
readonly spec: pulumi.Output<outputs.externaldns.v1alpha1.DNSEndpointSpec>;
|
|
39
|
+
readonly status: pulumi.Output<outputs.externaldns.v1alpha1.DNSEndpointStatus>;
|
|
40
|
+
/**
|
|
41
|
+
* Create a DNSEndpoint resource with the given unique name, arguments, and options.
|
|
42
|
+
*
|
|
43
|
+
* @param name The _unique_ name of the resource.
|
|
44
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
45
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
46
|
+
*/
|
|
47
|
+
constructor(name: string, args?: DNSEndpointArgs, opts?: pulumi.CustomResourceOptions);
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* The set of arguments for constructing a DNSEndpoint resource.
|
|
51
|
+
*/
|
|
52
|
+
export interface DNSEndpointArgs {
|
|
53
|
+
/**
|
|
54
|
+
* 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
|
|
55
|
+
*/
|
|
56
|
+
apiVersion?: pulumi.Input<"externaldns.k8s.io/v1alpha1">;
|
|
57
|
+
/**
|
|
58
|
+
* 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
|
|
59
|
+
*/
|
|
60
|
+
kind?: pulumi.Input<"DNSEndpoint">;
|
|
61
|
+
/**
|
|
62
|
+
* Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
63
|
+
*/
|
|
64
|
+
metadata?: pulumi.Input<ObjectMeta>;
|
|
65
|
+
spec?: pulumi.Input<inputs.externaldns.v1alpha1.DNSEndpointSpec>;
|
|
66
|
+
}
|
package/dist/{cilium/v2alpha1/ciliumBGPPeeringPolicy.js → externaldns/v1alpha1/dnsendpoint.js}
RENAMED
|
@@ -35,16 +35,16 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
35
35
|
};
|
|
36
36
|
})();
|
|
37
37
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
-
exports.
|
|
38
|
+
exports.DNSEndpoint = void 0;
|
|
39
39
|
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
40
40
|
const utilities = __importStar(require("../../utilities"));
|
|
41
41
|
/**
|
|
42
|
-
*
|
|
43
|
-
*
|
|
42
|
+
* DNSEndpoint is a contract that a user-specified CRD must implement to be used as a source for external-dns.
|
|
43
|
+
* The user-specified CRD should also have the status sub-resource.
|
|
44
44
|
*/
|
|
45
|
-
class
|
|
45
|
+
class DNSEndpoint extends pulumi.CustomResource {
|
|
46
46
|
/**
|
|
47
|
-
* Get an existing
|
|
47
|
+
* Get an existing DNSEndpoint resource's state with the given name, ID, and optional extra
|
|
48
48
|
* properties used to qualify the lookup.
|
|
49
49
|
*
|
|
50
50
|
* @param name The _unique_ name of the resulting resource.
|
|
@@ -52,19 +52,19 @@ class CiliumBGPPeeringPolicy extends pulumi.CustomResource {
|
|
|
52
52
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
53
53
|
*/
|
|
54
54
|
static get(name, id, opts) {
|
|
55
|
-
return new
|
|
55
|
+
return new DNSEndpoint(name, undefined, { ...opts, id: id });
|
|
56
56
|
}
|
|
57
57
|
/** @internal */
|
|
58
|
-
static __pulumiType = 'kubernetes:
|
|
58
|
+
static __pulumiType = 'kubernetes:externaldns.k8s.io/v1alpha1:DNSEndpoint';
|
|
59
59
|
/**
|
|
60
|
-
* Returns true if the given object is an instance of
|
|
60
|
+
* Returns true if the given object is an instance of DNSEndpoint. This is designed to work even
|
|
61
61
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
62
62
|
*/
|
|
63
63
|
static isInstance(obj) {
|
|
64
64
|
if (obj === undefined || obj === null) {
|
|
65
65
|
return false;
|
|
66
66
|
}
|
|
67
|
-
return obj['__pulumiType'] ===
|
|
67
|
+
return obj['__pulumiType'] === DNSEndpoint.__pulumiType;
|
|
68
68
|
}
|
|
69
69
|
/**
|
|
70
70
|
* 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
|
|
@@ -79,8 +79,9 @@ class CiliumBGPPeeringPolicy extends pulumi.CustomResource {
|
|
|
79
79
|
*/
|
|
80
80
|
metadata;
|
|
81
81
|
spec;
|
|
82
|
+
status;
|
|
82
83
|
/**
|
|
83
|
-
* Create a
|
|
84
|
+
* Create a DNSEndpoint resource with the given unique name, arguments, and options.
|
|
84
85
|
*
|
|
85
86
|
* @param name The _unique_ name of the resource.
|
|
86
87
|
* @param args The arguments to use to populate this resource's properties.
|
|
@@ -90,19 +91,21 @@ class CiliumBGPPeeringPolicy extends pulumi.CustomResource {
|
|
|
90
91
|
let resourceInputs = {};
|
|
91
92
|
opts = opts || {};
|
|
92
93
|
if (!opts.id) {
|
|
93
|
-
resourceInputs["apiVersion"] = "
|
|
94
|
-
resourceInputs["kind"] = "
|
|
94
|
+
resourceInputs["apiVersion"] = "externaldns.k8s.io/v1alpha1";
|
|
95
|
+
resourceInputs["kind"] = "DNSEndpoint";
|
|
95
96
|
resourceInputs["metadata"] = args ? args.metadata : undefined;
|
|
96
97
|
resourceInputs["spec"] = args ? args.spec : undefined;
|
|
98
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
97
99
|
}
|
|
98
100
|
else {
|
|
99
101
|
resourceInputs["apiVersion"] = undefined /*out*/;
|
|
100
102
|
resourceInputs["kind"] = undefined /*out*/;
|
|
101
103
|
resourceInputs["metadata"] = undefined /*out*/;
|
|
102
104
|
resourceInputs["spec"] = undefined /*out*/;
|
|
105
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
103
106
|
}
|
|
104
107
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
105
|
-
super(
|
|
108
|
+
super(DNSEndpoint.__pulumiType, name, resourceInputs, opts);
|
|
106
109
|
}
|
|
107
110
|
}
|
|
108
|
-
exports.
|
|
111
|
+
exports.DNSEndpoint = DNSEndpoint;
|
|
@@ -2,66 +2,66 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "../../types/input";
|
|
3
3
|
import * as outputs from "../../types/output";
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* DNSEndpointList is a list of DNSEndpoint
|
|
6
6
|
*/
|
|
7
|
-
export declare class
|
|
7
|
+
export declare class DNSEndpointList extends pulumi.CustomResource {
|
|
8
8
|
/**
|
|
9
|
-
* Get an existing
|
|
9
|
+
* Get an existing DNSEndpointList resource's state with the given name, ID, and optional extra
|
|
10
10
|
* properties used to qualify the lookup.
|
|
11
11
|
*
|
|
12
12
|
* @param name The _unique_ name of the resulting resource.
|
|
13
13
|
* @param id The _unique_ provider ID of the resource to lookup.
|
|
14
14
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
15
15
|
*/
|
|
16
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions):
|
|
16
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): DNSEndpointList;
|
|
17
17
|
/** @internal */
|
|
18
|
-
static readonly __pulumiType = "kubernetes:
|
|
18
|
+
static readonly __pulumiType = "kubernetes:externaldns.k8s.io/v1alpha1:DNSEndpointList";
|
|
19
19
|
/**
|
|
20
|
-
* Returns true if the given object is an instance of
|
|
20
|
+
* Returns true if the given object is an instance of DNSEndpointList. This is designed to work even
|
|
21
21
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
22
22
|
*/
|
|
23
|
-
static isInstance(obj: any): obj is
|
|
23
|
+
static isInstance(obj: any): obj is DNSEndpointList;
|
|
24
24
|
/**
|
|
25
25
|
* 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
|
|
26
26
|
*/
|
|
27
|
-
readonly apiVersion: pulumi.Output<"
|
|
27
|
+
readonly apiVersion: pulumi.Output<"externaldns.k8s.io/v1alpha1">;
|
|
28
28
|
/**
|
|
29
|
-
* List of
|
|
29
|
+
* List of dnsendpoints. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
|
|
30
30
|
*/
|
|
31
|
-
readonly items: pulumi.Output<outputs.
|
|
31
|
+
readonly items: pulumi.Output<outputs.externaldns.v1alpha1.DNSEndpoint[]>;
|
|
32
32
|
/**
|
|
33
33
|
* 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
|
|
34
34
|
*/
|
|
35
|
-
readonly kind: pulumi.Output<"
|
|
35
|
+
readonly kind: pulumi.Output<"DNSEndpointList">;
|
|
36
36
|
/**
|
|
37
37
|
* Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
38
38
|
*/
|
|
39
39
|
readonly metadata: pulumi.Output<outputs.meta.v1.ListMeta>;
|
|
40
40
|
/**
|
|
41
|
-
* Create a
|
|
41
|
+
* Create a DNSEndpointList resource with the given unique name, arguments, and options.
|
|
42
42
|
*
|
|
43
43
|
* @param name The _unique_ name of the resource.
|
|
44
44
|
* @param args The arguments to use to populate this resource's properties.
|
|
45
45
|
* @param opts A bag of options that control this resource's behavior.
|
|
46
46
|
*/
|
|
47
|
-
constructor(name: string, args?:
|
|
47
|
+
constructor(name: string, args?: DNSEndpointListArgs, opts?: pulumi.CustomResourceOptions);
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
|
-
* The set of arguments for constructing a
|
|
50
|
+
* The set of arguments for constructing a DNSEndpointList resource.
|
|
51
51
|
*/
|
|
52
|
-
export interface
|
|
52
|
+
export interface DNSEndpointListArgs {
|
|
53
53
|
/**
|
|
54
54
|
* 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
|
|
55
55
|
*/
|
|
56
|
-
apiVersion?: pulumi.Input<"
|
|
56
|
+
apiVersion?: pulumi.Input<"externaldns.k8s.io/v1alpha1">;
|
|
57
57
|
/**
|
|
58
|
-
* List of
|
|
58
|
+
* List of dnsendpoints. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
|
|
59
59
|
*/
|
|
60
|
-
items: pulumi.Input<pulumi.Input<inputs.
|
|
60
|
+
items: pulumi.Input<pulumi.Input<inputs.externaldns.v1alpha1.DNSEndpoint>[]>;
|
|
61
61
|
/**
|
|
62
62
|
* 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
|
|
63
63
|
*/
|
|
64
|
-
kind?: pulumi.Input<"
|
|
64
|
+
kind?: pulumi.Input<"DNSEndpointList">;
|
|
65
65
|
/**
|
|
66
66
|
* Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
67
67
|
*/
|