@pulumi/eks 0.37.2-alpha.1647009728 → 0.38.0

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/README.md CHANGED
@@ -18,6 +18,7 @@ This includes:
18
18
 
19
19
  1. [Install Pulumi](https://www.pulumi.com/docs/reference/install).
20
20
  1. [Install `kubectl`](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl).
21
+ 1. [Install AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)
21
22
 
22
23
  ## Installing
23
24
 
@@ -185,18 +185,27 @@ spec:
185
185
  name: run-dir
186
186
 
187
187
  ---
188
- apiVersion: apiextensions.k8s.io/v1beta1
188
+ apiVersion: apiextensions.k8s.io/v1
189
189
  kind: CustomResourceDefinition
190
190
  metadata:
191
191
  name: eniconfigs.crd.k8s.amazonaws.com
192
+ labels:
193
+ app.kubernetes.io/name: aws-node
194
+ app.kubernetes.io/instance: aws-vpc-cni
195
+ k8s-app: aws-node
192
196
  spec:
193
- group: crd.k8s.amazonaws.com
194
- names:
195
- kind: ENIConfig
196
- plural: eniconfigs
197
- singular: eniconfig
198
197
  scope: Cluster
198
+ group: crd.k8s.amazonaws.com
199
+ preserveUnknownFields: false
199
200
  versions:
200
201
  - name: v1alpha1
201
202
  served: true
202
203
  storage: true
204
+ schema:
205
+ openAPIV3Schema:
206
+ type: object
207
+ x-kubernetes-preserve-unknown-fields: true
208
+ names:
209
+ plural: eniconfigs
210
+ singular: eniconfig
211
+ kind: ENIConfig
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/eks",
3
- "version": "v0.37.2-alpha.1647009728+d599a1b1",
3
+ "version": "v0.38.0",
4
4
  "description": "Pulumi Amazon Web Services (AWS) EKS Components.",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
package/package.json.dev CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/eks",
3
- "version": "v0.37.2-alpha.1647009728+d599a1b1",
3
+ "version": "v0.38.0",
4
4
  "description": "Pulumi Amazon Web Services (AWS) EKS Components.",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [