@pulumi/eks 2.8.1 → 2.9.0-alpha.1727304793

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.
Files changed (125) hide show
  1. package/addon.d.ts +61 -13
  2. package/addon.js +45 -18
  3. package/addon.js.map +1 -1
  4. package/cluster.d.ts +291 -585
  5. package/cluster.js +120 -947
  6. package/cluster.js.map +1 -1
  7. package/clusterCreationRoleProvider.d.ts +28 -0
  8. package/clusterCreationRoleProvider.js +47 -0
  9. package/clusterCreationRoleProvider.js.map +1 -0
  10. package/clusterMixins.d.ts +71 -0
  11. package/clusterMixins.js +107 -0
  12. package/clusterMixins.js.map +1 -0
  13. package/index.d.ts +31 -7
  14. package/index.js +80 -34
  15. package/index.js.map +1 -1
  16. package/managedNodeGroup.d.ts +221 -0
  17. package/managedNodeGroup.js +81 -0
  18. package/managedNodeGroup.js.map +1 -0
  19. package/nodeGroup.d.ts +273 -0
  20. package/nodeGroup.js +93 -0
  21. package/nodeGroup.js.map +1 -0
  22. package/nodeGroupSecurityGroup.d.ts +51 -0
  23. package/nodeGroupSecurityGroup.js +60 -0
  24. package/nodeGroupSecurityGroup.js.map +1 -0
  25. package/nodeGroupV2.d.ts +280 -0
  26. package/nodeGroupV2.js +90 -0
  27. package/nodeGroupV2.js.map +1 -0
  28. package/nodegroupMixins.d.ts +203 -0
  29. package/{securitygroup.js → nodegroupMixins.js} +25 -36
  30. package/nodegroupMixins.js.map +1 -0
  31. package/package.json +8 -36
  32. package/provider.d.ts +21 -0
  33. package/provider.js +38 -0
  34. package/provider.js.map +1 -0
  35. package/{storageclass.js → storageclassMixins.js} +1 -14
  36. package/storageclassMixins.js.map +1 -0
  37. package/types/enums/index.d.ts +170 -0
  38. package/types/enums/index.js +145 -0
  39. package/types/enums/index.js.map +1 -0
  40. package/types/index.d.ts +4 -0
  41. package/types/index.js +13 -0
  42. package/types/index.js.map +1 -0
  43. package/types/input.d.ts +745 -0
  44. package/types/input.js +30 -0
  45. package/types/input.js.map +1 -0
  46. package/types/output.d.ts +422 -0
  47. package/types/output.js +5 -0
  48. package/types/output.js.map +1 -0
  49. package/utilities.d.ts +8 -1
  50. package/utilities.js +90 -17
  51. package/utilities.js.map +1 -1
  52. package/vpcCniAddon.d.ts +175 -0
  53. package/vpcCniAddon.js +88 -0
  54. package/vpcCniAddon.js.map +1 -0
  55. package/LICENSE +0 -202
  56. package/README.md +0 -77
  57. package/authenticationMode.d.ts +0 -24
  58. package/authenticationMode.js +0 -172
  59. package/authenticationMode.js.map +0 -1
  60. package/authenticationMode.test.d.ts +0 -1
  61. package/authenticationMode.test.js +0 -208
  62. package/authenticationMode.test.js.map +0 -1
  63. package/cert-thumprint.d.ts +0 -16
  64. package/cert-thumprint.js +0 -113
  65. package/cert-thumprint.js.map +0 -1
  66. package/cmd/provider/addon.d.ts +0 -1
  67. package/cmd/provider/addon.js +0 -40
  68. package/cmd/provider/addon.js.map +0 -1
  69. package/cmd/provider/cluster.d.ts +0 -1
  70. package/cmd/provider/cluster.js +0 -71
  71. package/cmd/provider/cluster.js.map +0 -1
  72. package/cmd/provider/cni.d.ts +0 -2
  73. package/cmd/provider/cni.js +0 -291
  74. package/cmd/provider/cni.js.map +0 -1
  75. package/cmd/provider/index.d.ts +0 -1
  76. package/cmd/provider/index.js +0 -171
  77. package/cmd/provider/index.js.map +0 -1
  78. package/cmd/provider/nodegroup.d.ts +0 -1
  79. package/cmd/provider/nodegroup.js +0 -89
  80. package/cmd/provider/nodegroup.js.map +0 -1
  81. package/cmd/provider/randomSuffix.d.ts +0 -1
  82. package/cmd/provider/randomSuffix.js +0 -52
  83. package/cmd/provider/randomSuffix.js.map +0 -1
  84. package/cmd/provider/schema.json +0 -1909
  85. package/cmd/provider/securitygroup.d.ts +0 -1
  86. package/cmd/provider/securitygroup.js +0 -41
  87. package/cmd/provider/securitygroup.js.map +0 -1
  88. package/cni/README.md +0 -6
  89. package/cni/aws-k8s-cni.yaml +0 -602
  90. package/cni.d.ts +0 -177
  91. package/cni.js +0 -64
  92. package/cni.js.map +0 -1
  93. package/dashboard/heapster-rbac.yaml +0 -12
  94. package/dashboard/heapster.yaml +0 -46
  95. package/dashboard/influxdb.yaml +0 -40
  96. package/dashboard/kubernetes-dashboard.yaml +0 -167
  97. package/dashboard.d.ts +0 -5
  98. package/dashboard.js +0 -58
  99. package/dashboard.js.map +0 -1
  100. package/dependencies.d.ts +0 -2
  101. package/dependencies.js +0 -81
  102. package/dependencies.js.map +0 -1
  103. package/dependencies.test.d.ts +0 -1
  104. package/dependencies.test.js +0 -133
  105. package/dependencies.test.js.map +0 -1
  106. package/nodegroup.d.ts +0 -515
  107. package/nodegroup.js +0 -1152
  108. package/nodegroup.js.map +0 -1
  109. package/nodegroup.test.d.ts +0 -1
  110. package/nodegroup.test.js +0 -336
  111. package/nodegroup.test.js.map +0 -1
  112. package/package.json.dev +0 -67
  113. package/randomSuffix.d.ts +0 -1
  114. package/randomSuffix.js +0 -51
  115. package/randomSuffix.js.map +0 -1
  116. package/securitygroup.d.ts +0 -52
  117. package/securitygroup.js.map +0 -1
  118. package/servicerole.d.ts +0 -43
  119. package/servicerole.js +0 -72
  120. package/servicerole.js.map +0 -1
  121. package/storageclass.js.map +0 -1
  122. package/utils.d.ts +0 -23
  123. package/utils.js +0 -16
  124. package/utils.js.map +0 -1
  125. /package/{storageclass.d.ts → storageclassMixins.d.ts} +0 -0
@@ -0,0 +1,145 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-gen-eks. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.ResolveConflictsOnUpdate = exports.ResolveConflictsOnCreate = exports.OperatingSystem = exports.AuthenticationMode = exports.AmiType = exports.AccessEntryType = void 0;
6
+ exports.AccessEntryType = {
7
+ /**
8
+ * Standard Access Entry Workflow. Allows users to input a username and kubernetesGroup, and to associate access policies.
9
+ */
10
+ Standard: "STANDARD",
11
+ /**
12
+ * For IAM roles used with AWS Fargate profiles.
13
+ */
14
+ FargateLinux: "FARGATE_LINUX",
15
+ /**
16
+ * For IAM roles associated with self-managed Linux node groups. Allows the nodes to join the cluster.
17
+ */
18
+ EC2Linux: "EC2_LINUX",
19
+ /**
20
+ * For IAM roles associated with self-managed Windows node groups. Allows the nodes to join the cluster.
21
+ */
22
+ EC2Windows: "EC2_WINDOWS",
23
+ /**
24
+ * @deprecated Use `Standard` instead`
25
+ */
26
+ STANDARD: "STANDARD",
27
+ /**
28
+ * @deprecated Use `FargateLinux` instead`
29
+ */
30
+ FARGATE_LINUX: "FARGATE_LINUX",
31
+ /**
32
+ * @deprecated Use `EC2Linux` instead`
33
+ */
34
+ EC2_LINUX: "EC2_LINUX",
35
+ /**
36
+ * @deprecated Use `EC2Windows` instead`
37
+ */
38
+ EC2_WINDOWS: "EC2_WINDOWS",
39
+ };
40
+ exports.AmiType = {
41
+ /**
42
+ * @deprecated Amazon Linux 2 is deprecated. Please use Amazon Linux 2023 instead.
43
+ See for more details: https://docs.aws.amazon.com/eks/latest/userguide/al2023.html
44
+ */
45
+ AL2X86_64: "AL2_x86_64",
46
+ /**
47
+ * @deprecated Amazon Linux 2 is deprecated. Please use Amazon Linux 2023 instead.
48
+ See for more details: https://docs.aws.amazon.com/eks/latest/userguide/al2023.html
49
+ */
50
+ AL2X86_64GPU: "AL2_x86_64_GPU",
51
+ /**
52
+ * @deprecated Amazon Linux 2 is deprecated. Please use Amazon Linux 2023 instead.
53
+ See for more details: https://docs.aws.amazon.com/eks/latest/userguide/al2023.html
54
+ */
55
+ AL2Arm64: "AL2_ARM_64",
56
+ AL2023X86_64Standard: "AL2023_x86_64_STANDARD",
57
+ AL2023Arm64Standard: "AL2023_ARM_64_STANDARD",
58
+ BottlerocketArm64: "BOTTLEROCKET_ARM_64",
59
+ BottlerocketX86_64: "BOTTLEROCKET_x86_64",
60
+ BottlerocketArm64Nvidia: "BOTTLEROCKET_ARM_64_NVIDIA",
61
+ BottlerocketX86_64Nvidia: "BOTTLEROCKET_x86_64_NVIDIA",
62
+ };
63
+ exports.AuthenticationMode = {
64
+ /**
65
+ * Only aws-auth ConfigMap will be used for authenticating to the Kubernetes API.
66
+ *
67
+ * @deprecated The aws-auth ConfigMap is deprecated. The recommended method to manage access to Kubernetes APIs is Access Entries with the AuthenticationMode API.
68
+ For more information and instructions how to upgrade, see https://docs.aws.amazon.com/eks/latest/userguide/migrating-access-entries.html.
69
+ */
70
+ ConfigMap: "CONFIG_MAP",
71
+ /**
72
+ * Only Access Entries will be used for authenticating to the Kubernetes API.
73
+ */
74
+ Api: "API",
75
+ /**
76
+ * Both aws-auth ConfigMap and Access Entries can be used for authenticating to the Kubernetes API.
77
+ *
78
+ * @deprecated The aws-auth ConfigMap is deprecated. The recommended method to manage access to Kubernetes APIs is Access Entries with the AuthenticationMode API.
79
+ For more information and instructions how to upgrade, see https://docs.aws.amazon.com/eks/latest/userguide/migrating-access-entries.html.
80
+ */
81
+ ApiAndConfigMap: "API_AND_CONFIG_MAP",
82
+ /**
83
+ * @deprecated Use `ConfigMap` instead
84
+ */
85
+ CONFIG_MAP: "CONFIG_MAP",
86
+ /**
87
+ * @deprecated Use `Api` instead
88
+ */
89
+ API: "API",
90
+ /**
91
+ * @deprecated Use `ApiAndConfigMap` instead
92
+ */
93
+ API_AND_CONFIG_MAP: "API_AND_CONFIG_MAP",
94
+ };
95
+ exports.OperatingSystem = {
96
+ /**
97
+ * EKS optimized OS based on Amazon Linux 2 (AL2).
98
+ *
99
+ * @deprecated Amazon Linux 2 is deprecated. Please use Amazon Linux 2023 instead.
100
+ See for more details: https://docs.aws.amazon.com/eks/latest/userguide/al2023.html
101
+ */
102
+ AL2: "AL2",
103
+ /**
104
+ * EKS optimized OS based on Amazon Linux 2023 (AL2023).
105
+ * See for more details: https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html
106
+ */
107
+ AL2023: "AL2023",
108
+ /**
109
+ * EKS optimized Container OS based on Bottlerocket.
110
+ * See for more details: https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami-bottlerocket.html
111
+ */
112
+ Bottlerocket: "Bottlerocket",
113
+ /**
114
+ * The recommended EKS optimized OS. Currently Amazon Linux 2023 (AL2023).
115
+ * This will be kept up to date with AWS' recommendations for EKS optimized operating systems.
116
+ *
117
+ * See for more details: https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html
118
+ */
119
+ RECOMMENDED: "AL2023",
120
+ };
121
+ exports.ResolveConflictsOnCreate = {
122
+ /**
123
+ * If the self-managed version of the add-on is installed on your cluster, Amazon EKS doesn't change the value. Creation of the add-on might fail.
124
+ */
125
+ None: "NONE",
126
+ /**
127
+ * If the self-managed version of the add-on is installed on your cluster and the Amazon EKS default value is different than the existing value, Amazon EKS changes the value to the Amazon EKS default value.
128
+ */
129
+ Overwrite: "OVERWRITE",
130
+ };
131
+ exports.ResolveConflictsOnUpdate = {
132
+ /**
133
+ * Amazon EKS doesn't change the value. The update might fail.
134
+ */
135
+ None: "NONE",
136
+ /**
137
+ * Amazon EKS overwrites the changed value back to the Amazon EKS default value.
138
+ */
139
+ Overwrite: "OVERWRITE",
140
+ /**
141
+ * Amazon EKS preserves the value. If you choose this option, we recommend that you test any field and value changes on a non-production cluster before updating the add-on on your production cluster.
142
+ */
143
+ Preserve: "PRESERVE",
144
+ };
145
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../types/enums/index.ts"],"names":[],"mappings":";AAAA,8DAA8D;AAC9D,iFAAiF;;;AAGpE,QAAA,eAAe,GAAG;IAC3B;;OAEG;IACH,QAAQ,EAAE,UAAU;IACpB;;OAEG;IACH,YAAY,EAAE,eAAe;IAC7B;;OAEG;IACH,QAAQ,EAAE,WAAW;IACrB;;OAEG;IACH,UAAU,EAAE,aAAa;IACzB;;OAEG;IACH,QAAQ,EAAE,UAAU;IACpB;;OAEG;IACH,aAAa,EAAE,eAAe;IAC9B;;OAEG;IACH,SAAS,EAAE,WAAW;IACtB;;OAEG;IACH,WAAW,EAAE,aAAa;CACpB,CAAC;AAQE,QAAA,OAAO,GAAG;IACnB;;;OAGG;IACH,SAAS,EAAE,YAAY;IACvB;;;OAGG;IACH,YAAY,EAAE,gBAAgB;IAC9B;;;OAGG;IACH,QAAQ,EAAE,YAAY;IACtB,oBAAoB,EAAE,wBAAwB;IAC9C,mBAAmB,EAAE,wBAAwB;IAC7C,iBAAiB,EAAE,qBAAqB;IACxC,kBAAkB,EAAE,qBAAqB;IACzC,uBAAuB,EAAE,4BAA4B;IACrD,wBAAwB,EAAE,4BAA4B;CAChD,CAAC;AAOE,QAAA,kBAAkB,GAAG;IAC9B;;;;;OAKG;IACH,SAAS,EAAE,YAAY;IACvB;;OAEG;IACH,GAAG,EAAE,KAAK;IACV;;;;;OAKG;IACH,eAAe,EAAE,oBAAoB;IACrC;;OAEG;IACH,UAAU,EAAE,YAAY;IACxB;;OAEG;IACH,GAAG,EAAE,KAAK;IACV;;OAEG;IACH,kBAAkB,EAAE,oBAAoB;CAClC,CAAC;AAUE,QAAA,eAAe,GAAG;IAC3B;;;;;OAKG;IACH,GAAG,EAAE,KAAK;IACV;;;OAGG;IACH,MAAM,EAAE,QAAQ;IAChB;;;OAGG;IACH,YAAY,EAAE,cAAc;IAC5B;;;;;OAKG;IACH,WAAW,EAAE,QAAQ;CACf,CAAC;AAUE,QAAA,wBAAwB,GAAG;IACpC;;OAEG;IACH,IAAI,EAAE,MAAM;IACZ;;OAEG;IACH,SAAS,EAAE,WAAW;CAChB,CAAC;AAOE,QAAA,wBAAwB,GAAG;IACpC;;OAEG;IACH,IAAI,EAAE,MAAM;IACZ;;OAEG;IACH,SAAS,EAAE,WAAW;IACtB;;OAEG;IACH,QAAQ,EAAE,UAAU;CACd,CAAC"}
@@ -0,0 +1,4 @@
1
+ import * as enums from "./enums";
2
+ import * as input from "./input";
3
+ import * as output from "./output";
4
+ export { enums, input, output, };
package/types/index.js ADDED
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-gen-eks. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.output = exports.input = exports.enums = void 0;
6
+ // Export sub-modules:
7
+ const enums = require("./enums");
8
+ exports.enums = enums;
9
+ const input = require("./input");
10
+ exports.input = input;
11
+ const output = require("./output");
12
+ exports.output = output;
13
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../types/index.ts"],"names":[],"mappings":";AAAA,8DAA8D;AAC9D,iFAAiF;;;AAIjF,sBAAsB;AACtB,iCAAiC;AAK7B,sBAAK;AAJT,iCAAiC;AAK7B,sBAAK;AAJT,mCAAmC;AAK/B,wBAAM"}