calm-greece-42329
02/22/2019, 11:06 PM@pulumi/kubernetes
doesn’t have apiextensions.v1beta1.CustomResource
but it looks like its in the `v0.20.3`release I am using: https://github.com/pulumi/pulumi-kubernetes/blob/v0.20.3/sdk/nodejs/provider.ts#L3098creamy-potato-29402
02/22/2019, 11:07 PMcalm-greece-42329
02/22/2019, 11:08 PMimport * as k8s from "@Pulumi Team/kubernetes";
const tls = new k8s.apiextensions.v1beta1.CustomResource(.....)
creamy-potato-29402
02/22/2019, 11:10 PMpackage-lock.json
relevant to the @pulumi/kubernetes
package?calm-greece-42329
02/22/2019, 11:11 PM"@pulumi/kubernetes": {
"version": "0.20.3",
"resolved": "<https://registry.npmjs.org/@pulumi/kubernetes/-/kubernetes-0.20.3.tgz>",
"integrity": "sha512-8ZbDuDKZaHp7TWBBurWYStwb5je2C1VEVDJRJis8qju679DO8VQowIr9PSBV3AJJBlrvIM5A4Kg/M8+oDhfZqQ==",
"requires": {
"@pulumi/pulumi": "^0.16.14",
"@types/glob": "^5.0.35",
"@types/js-yaml": "^3.11.2",
"@types/node-fetch": "^2.1.4",
"@types/tmp": "^0.0.33",
"glob": "^7.1.2",
"js-yaml": "^3.12.0",
"node-fetch": "^2.3.0",
"shell-quote": "^1.6.1",
"tmp": "^0.0.33"
}
},
creamy-potato-29402
02/22/2019, 11:11 PMcalm-greece-42329
02/22/2019, 11:12 PMcreamy-potato-29402
02/22/2019, 11:13 PMcalm-greece-42329
02/22/2019, 11:13 PMcreamy-potato-29402
02/22/2019, 11:13 PMcalm-greece-42329
02/22/2019, 11:13 PMcreamy-potato-29402
02/22/2019, 11:13 PMcalm-greece-42329
02/22/2019, 11:14 PMcreamy-potato-29402
02/22/2019, 11:14 PM@pulumi/eks
calm-greece-42329
02/22/2019, 11:14 PM{
"name": "aws-typescript",
"devDependencies": {
"@types/node": "latest"
},
"dependencies": {
"@pulumi/pulumi": "latest",
"@pulumi/aws": "latest",
"@pulumi/kubernetes": "latest"
}
}
creamy-potato-29402
02/22/2019, 11:15 PMcalm-greece-42329
02/22/2019, 11:16 PMcreamy-potato-29402
02/22/2019, 11:17 PMcalm-greece-42329
02/22/2019, 11:18 PMcreamy-potato-29402
02/22/2019, 11:18 PMpackage-lock.json
AND node_modules
and try it again?calm-greece-42329
02/22/2019, 11:19 PMcreamy-potato-29402
02/22/2019, 11:19 PMcalm-greece-42329
02/22/2019, 11:20 PMcreamy-potato-29402
02/22/2019, 11:20 PMcalm-greece-42329
02/22/2019, 11:21 PMcreamy-potato-29402
02/22/2019, 11:21 PMcalm-greece-42329
02/22/2019, 11:22 PMapiextensions.CustomResource
not apiextensions.v1beta1.CustomResource
creamy-potato-29402
02/22/2019, 11:22 PMcalm-greece-42329
02/22/2019, 11:22 PMcreamy-potato-29402
02/22/2019, 11:23 PM