@pulumi/eks 2.4.0-alpha.1712956359 → 2.4.0-alpha.1712966843
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/cmd/provider/schema.json +2 -2
- package/package.json +1 -1
- package/package.json.dev +1 -1
package/cmd/provider/schema.json
CHANGED
|
@@ -289,7 +289,7 @@
|
|
|
289
289
|
]
|
|
290
290
|
},
|
|
291
291
|
"eks:index:CreationRoleProvider": {
|
|
292
|
-
"description": "Contains the AWS Role and Provider necessary to override the `[system:master]` entity ARN. This is an optional argument used when creating `Cluster`. Read more: https://docs.aws.amazon.com/eks/latest/userguide/add-user-role.html",
|
|
292
|
+
"description": "Contains the AWS Role and Provider necessary to override the `[system:master]` entity ARN. This is an optional argument used when creating `Cluster`. Read more: https://docs.aws.amazon.com/eks/latest/userguide/add-user-role.html\n\nNote: This option is only supported with Pulumi nodejs programs. Please use `ProviderCredentialOpts` as an alternative instead.",
|
|
293
293
|
"properties": {
|
|
294
294
|
"provider": {
|
|
295
295
|
"$ref": "/aws/v6.5.0/schema.json#/provider",
|
|
@@ -687,7 +687,7 @@
|
|
|
687
687
|
"creationRoleProvider": {
|
|
688
688
|
"$ref": "#/types/eks:index:CreationRoleProvider",
|
|
689
689
|
"plain": true,
|
|
690
|
-
"description": "The IAM Role Provider used to create \u0026 authenticate against the EKS cluster. This role is given `[system:masters]` permission in K8S, See: https://docs.aws.amazon.com/eks/latest/userguide/add-user-role.html"
|
|
690
|
+
"description": "The IAM Role Provider used to create \u0026 authenticate against the EKS cluster. This role is given `[system:masters]` permission in K8S, See: https://docs.aws.amazon.com/eks/latest/userguide/add-user-role.html\n\nNote: This option is only supported with Pulumi nodejs programs. Please use `ProviderCredentialOpts` as an alternative instead."
|
|
691
691
|
},
|
|
692
692
|
"defaultAddonsToRemove": {
|
|
693
693
|
"type": "array",
|
package/package.json
CHANGED
package/package.json.dev
CHANGED