@kilic.dev/pulumi-k8s-crds 2.0.6 → 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 +5 -5
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"resource": true,
|
|
5
5
|
"name": "pulumi-k8s-crds"
|
|
6
6
|
},
|
|
7
|
-
"version": "2.0.
|
|
7
|
+
"version": "2.0.8",
|
|
8
8
|
"description": "CRD definitions for k8s.",
|
|
9
9
|
"repository": "https://gitlab.kilic.dev/devops/pulumi/pulumi-libs",
|
|
10
10
|
"author": {
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
"lint": "true",
|
|
36
36
|
"generate": "./generate.sh && pnpm run build"
|
|
37
37
|
},
|
|
38
|
-
"dependencies": {},
|
|
39
38
|
"devDependencies": {
|
|
40
39
|
"@pulumi/kubernetes": "^4.23.0",
|
|
41
|
-
"@pulumi/pulumi": "^3.194.0"
|
|
40
|
+
"@pulumi/pulumi": "^3.194.0",
|
|
41
|
+
"typescript": "^5.9.3"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
|
-
"@pulumi/
|
|
45
|
-
"@pulumi/
|
|
44
|
+
"@pulumi/kubernetes": ">= 4",
|
|
45
|
+
"@pulumi/pulumi": ">= 3"
|
|
46
46
|
},
|
|
47
47
|
"lint-staged": {
|
|
48
48
|
"/*.{ts,js,tsx,jsx}": [
|