aws-sdk-eks 1.165.0 → 1.166.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-eks/client.rb +1 -1
- data/lib/aws-sdk-eks.rb +1 -1
- data/sig/client.rbs +20 -70
- data/sig/params.rbs +42 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f10df0e4aeb644884c67f16c03f533d508796633562122a22b800761661dac71
|
|
4
|
+
data.tar.gz: 3c2daccce9924ee6f6edb9f6d41edc2e65e6e772f8c07509828fb9c33107be17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 47f98b44c167b4ada1d16e7f3f3a563842deedf6030e9dbf7ea5560a8491081095fb830b953eea8129a16a3dcb9974069e484328551215b2d22d8b8b37d460c6
|
|
7
|
+
data.tar.gz: 6b251cb58aeb634ca8b241121fa6640c492a5a29c3c6e4aefd4d973563eee78a81449c4a21462ee7caad357d19da1ebb0c8e813db61787bf624620dd1a5cfa23
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.166.0
|
data/lib/aws-sdk-eks/client.rb
CHANGED
data/lib/aws-sdk-eks.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -109,7 +109,7 @@ module Aws
|
|
|
109
109
|
provider: {
|
|
110
110
|
key_arn: ::String?
|
|
111
111
|
}?
|
|
112
|
-
}
|
|
112
|
+
}
|
|
113
113
|
],
|
|
114
114
|
?client_request_token: ::String
|
|
115
115
|
) -> _AssociateEncryptionConfigResponseSuccess
|
|
@@ -172,7 +172,7 @@ module Aws
|
|
|
172
172
|
{
|
|
173
173
|
service_account: ::String,
|
|
174
174
|
role_arn: ::String
|
|
175
|
-
}
|
|
175
|
+
}
|
|
176
176
|
],
|
|
177
177
|
?namespace_config: {
|
|
178
178
|
namespace: ::String?
|
|
@@ -205,9 +205,9 @@ module Aws
|
|
|
205
205
|
{
|
|
206
206
|
id: ::String,
|
|
207
207
|
type: ("SSO_USER" | "SSO_GROUP")
|
|
208
|
-
}
|
|
208
|
+
}
|
|
209
209
|
]
|
|
210
|
-
}
|
|
210
|
+
}
|
|
211
211
|
]?,
|
|
212
212
|
network_access: {
|
|
213
213
|
vpce_ids: Array[::String]?
|
|
@@ -247,7 +247,7 @@ module Aws
|
|
|
247
247
|
{
|
|
248
248
|
types: Array[("api" | "audit" | "authenticator" | "controllerManager" | "scheduler")]?,
|
|
249
249
|
enabled: bool?
|
|
250
|
-
}
|
|
250
|
+
}
|
|
251
251
|
]?
|
|
252
252
|
},
|
|
253
253
|
?client_request_token: ::String,
|
|
@@ -258,7 +258,7 @@ module Aws
|
|
|
258
258
|
provider: {
|
|
259
259
|
key_arn: ::String?
|
|
260
260
|
}?
|
|
261
|
-
}
|
|
261
|
+
}
|
|
262
262
|
],
|
|
263
263
|
?outpost_config: {
|
|
264
264
|
outpost_arns: Array[::String],
|
|
@@ -278,18 +278,7 @@ module Aws
|
|
|
278
278
|
?zonal_shift_config: {
|
|
279
279
|
enabled: bool?
|
|
280
280
|
},
|
|
281
|
-
?remote_network_config:
|
|
282
|
-
remote_node_networks: Array[
|
|
283
|
-
{
|
|
284
|
-
cidrs: Array[::String]?
|
|
285
|
-
},
|
|
286
|
-
]?,
|
|
287
|
-
remote_pod_networks: Array[
|
|
288
|
-
{
|
|
289
|
-
cidrs: Array[::String]?
|
|
290
|
-
},
|
|
291
|
-
]?
|
|
292
|
-
},
|
|
281
|
+
?remote_network_config: Params::remote_network_config_request,
|
|
293
282
|
?compute_config: {
|
|
294
283
|
enabled: bool?,
|
|
295
284
|
node_pools: Array[::String]?,
|
|
@@ -340,7 +329,7 @@ module Aws
|
|
|
340
329
|
{
|
|
341
330
|
namespace: ::String?,
|
|
342
331
|
labels: Hash[::String, ::String]?
|
|
343
|
-
}
|
|
332
|
+
}
|
|
344
333
|
],
|
|
345
334
|
?client_request_token: ::String,
|
|
346
335
|
?tags: Hash[::String, ::String]
|
|
@@ -375,7 +364,7 @@ module Aws
|
|
|
375
364
|
key: ::String?,
|
|
376
365
|
value: ::String?,
|
|
377
366
|
effect: ("NO_SCHEDULE" | "NO_EXECUTE" | "PREFER_NO_SCHEDULE")?
|
|
378
|
-
}
|
|
367
|
+
}
|
|
379
368
|
],
|
|
380
369
|
?tags: Hash[::String, ::String],
|
|
381
370
|
?client_request_token: ::String,
|
|
@@ -389,21 +378,7 @@ module Aws
|
|
|
389
378
|
max_unavailable_percentage: ::Integer?,
|
|
390
379
|
update_strategy: ("DEFAULT" | "MINIMAL")?
|
|
391
380
|
},
|
|
392
|
-
?node_repair_config:
|
|
393
|
-
enabled: bool?,
|
|
394
|
-
max_unhealthy_node_threshold_count: ::Integer?,
|
|
395
|
-
max_unhealthy_node_threshold_percentage: ::Integer?,
|
|
396
|
-
max_parallel_nodes_repaired_count: ::Integer?,
|
|
397
|
-
max_parallel_nodes_repaired_percentage: ::Integer?,
|
|
398
|
-
node_repair_config_overrides: Array[
|
|
399
|
-
{
|
|
400
|
-
node_monitoring_condition: ::String?,
|
|
401
|
-
node_unhealthy_reason: ::String?,
|
|
402
|
-
min_repair_wait_time_mins: ::Integer?,
|
|
403
|
-
repair_action: ("Replace" | "Reboot" | "NoAction")?
|
|
404
|
-
},
|
|
405
|
-
]?
|
|
406
|
-
},
|
|
381
|
+
?node_repair_config: Params::node_repair_config,
|
|
407
382
|
?capacity_type: ("ON_DEMAND" | "SPOT" | "CAPACITY_BLOCK"),
|
|
408
383
|
?version: ::String,
|
|
409
384
|
?release_version: ::String,
|
|
@@ -1014,7 +989,7 @@ module Aws
|
|
|
1014
989
|
{
|
|
1015
990
|
service_account: ::String,
|
|
1016
991
|
role_arn: ::String
|
|
1017
|
-
}
|
|
992
|
+
}
|
|
1018
993
|
]
|
|
1019
994
|
) -> _UpdateAddonResponseSuccess
|
|
1020
995
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAddonResponseSuccess
|
|
@@ -1038,9 +1013,9 @@ module Aws
|
|
|
1038
1013
|
{
|
|
1039
1014
|
id: ::String,
|
|
1040
1015
|
type: ("SSO_USER" | "SSO_GROUP")
|
|
1041
|
-
}
|
|
1016
|
+
}
|
|
1042
1017
|
]
|
|
1043
|
-
}
|
|
1018
|
+
}
|
|
1044
1019
|
]?,
|
|
1045
1020
|
remove_role_mappings: Array[
|
|
1046
1021
|
{
|
|
@@ -1049,9 +1024,9 @@ module Aws
|
|
|
1049
1024
|
{
|
|
1050
1025
|
id: ::String,
|
|
1051
1026
|
type: ("SSO_USER" | "SSO_GROUP")
|
|
1052
|
-
}
|
|
1027
|
+
}
|
|
1053
1028
|
]
|
|
1054
|
-
}
|
|
1029
|
+
}
|
|
1055
1030
|
]?
|
|
1056
1031
|
}?,
|
|
1057
1032
|
network_access: {
|
|
@@ -1083,7 +1058,7 @@ module Aws
|
|
|
1083
1058
|
{
|
|
1084
1059
|
types: Array[("api" | "audit" | "authenticator" | "controllerManager" | "scheduler")]?,
|
|
1085
1060
|
enabled: bool?
|
|
1086
|
-
}
|
|
1061
|
+
}
|
|
1087
1062
|
]?
|
|
1088
1063
|
},
|
|
1089
1064
|
?client_request_token: ::String,
|
|
@@ -1113,18 +1088,7 @@ module Aws
|
|
|
1113
1088
|
enabled: bool?
|
|
1114
1089
|
}?
|
|
1115
1090
|
},
|
|
1116
|
-
?remote_network_config:
|
|
1117
|
-
remote_node_networks: Array[
|
|
1118
|
-
{
|
|
1119
|
-
cidrs: Array[::String]?
|
|
1120
|
-
},
|
|
1121
|
-
]?,
|
|
1122
|
-
remote_pod_networks: Array[
|
|
1123
|
-
{
|
|
1124
|
-
cidrs: Array[::String]?
|
|
1125
|
-
},
|
|
1126
|
-
]?
|
|
1127
|
-
},
|
|
1091
|
+
?remote_network_config: Params::remote_network_config_request,
|
|
1128
1092
|
?deletion_protection: bool,
|
|
1129
1093
|
?control_plane_scaling_config: {
|
|
1130
1094
|
tier: ("standard" | "tier-xl" | "tier-2xl" | "tier-4xl" | "tier-8xl")?
|
|
@@ -1175,14 +1139,14 @@ module Aws
|
|
|
1175
1139
|
key: ::String?,
|
|
1176
1140
|
value: ::String?,
|
|
1177
1141
|
effect: ("NO_SCHEDULE" | "NO_EXECUTE" | "PREFER_NO_SCHEDULE")?
|
|
1178
|
-
}
|
|
1142
|
+
}
|
|
1179
1143
|
]?,
|
|
1180
1144
|
remove_taints: Array[
|
|
1181
1145
|
{
|
|
1182
1146
|
key: ::String?,
|
|
1183
1147
|
value: ::String?,
|
|
1184
1148
|
effect: ("NO_SCHEDULE" | "NO_EXECUTE" | "PREFER_NO_SCHEDULE")?
|
|
1185
|
-
}
|
|
1149
|
+
}
|
|
1186
1150
|
]?
|
|
1187
1151
|
},
|
|
1188
1152
|
?scaling_config: {
|
|
@@ -1195,21 +1159,7 @@ module Aws
|
|
|
1195
1159
|
max_unavailable_percentage: ::Integer?,
|
|
1196
1160
|
update_strategy: ("DEFAULT" | "MINIMAL")?
|
|
1197
1161
|
},
|
|
1198
|
-
?node_repair_config:
|
|
1199
|
-
enabled: bool?,
|
|
1200
|
-
max_unhealthy_node_threshold_count: ::Integer?,
|
|
1201
|
-
max_unhealthy_node_threshold_percentage: ::Integer?,
|
|
1202
|
-
max_parallel_nodes_repaired_count: ::Integer?,
|
|
1203
|
-
max_parallel_nodes_repaired_percentage: ::Integer?,
|
|
1204
|
-
node_repair_config_overrides: Array[
|
|
1205
|
-
{
|
|
1206
|
-
node_monitoring_condition: ::String?,
|
|
1207
|
-
node_unhealthy_reason: ::String?,
|
|
1208
|
-
min_repair_wait_time_mins: ::Integer?,
|
|
1209
|
-
repair_action: ("Replace" | "Reboot" | "NoAction")?
|
|
1210
|
-
},
|
|
1211
|
-
]?
|
|
1212
|
-
},
|
|
1162
|
+
?node_repair_config: Params::node_repair_config,
|
|
1213
1163
|
?warm_pool_config: {
|
|
1214
1164
|
enabled: bool?,
|
|
1215
1165
|
min_size: ::Integer?,
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module EKS
|
|
10
|
+
module Params
|
|
11
|
+
type remote_network_config_request = {
|
|
12
|
+
remote_node_networks: Array[
|
|
13
|
+
{
|
|
14
|
+
cidrs: Array[::String]?
|
|
15
|
+
}
|
|
16
|
+
]?,
|
|
17
|
+
remote_pod_networks: Array[
|
|
18
|
+
{
|
|
19
|
+
cidrs: Array[::String]?
|
|
20
|
+
}
|
|
21
|
+
]?
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
type node_repair_config = {
|
|
25
|
+
enabled: bool?,
|
|
26
|
+
max_unhealthy_node_threshold_count: ::Integer?,
|
|
27
|
+
max_unhealthy_node_threshold_percentage: ::Integer?,
|
|
28
|
+
max_parallel_nodes_repaired_count: ::Integer?,
|
|
29
|
+
max_parallel_nodes_repaired_percentage: ::Integer?,
|
|
30
|
+
node_repair_config_overrides: Array[
|
|
31
|
+
{
|
|
32
|
+
node_monitoring_condition: ::String?,
|
|
33
|
+
node_unhealthy_reason: ::String?,
|
|
34
|
+
min_repair_wait_time_mins: ::Integer?,
|
|
35
|
+
repair_action: ("Replace" | "Reboot" | "NoAction")?
|
|
36
|
+
}
|
|
37
|
+
]?
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
end
|
|
41
|
+
end
|
|
42
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-eks
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.166.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -68,6 +68,7 @@ files:
|
|
|
68
68
|
- lib/aws-sdk-eks/waiters.rb
|
|
69
69
|
- sig/client.rbs
|
|
70
70
|
- sig/errors.rbs
|
|
71
|
+
- sig/params.rbs
|
|
71
72
|
- sig/resource.rbs
|
|
72
73
|
- sig/types.rbs
|
|
73
74
|
- sig/waiters.rbs
|