aws-sdk-eks 1.107.0 → 1.109.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-eks/client.rb +16 -5
- data/lib/aws-sdk-eks/client_api.rb +1 -0
- data/lib/aws-sdk-eks/types.rb +13 -1
- data/lib/aws-sdk-eks.rb +1 -1
- data/sig/client.rbs +3 -2
- data/sig/types.rbs +3 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '0951a9c955ce5c4741a4c0c55610b60513118b8393875211ba1422891db52c78'
|
4
|
+
data.tar.gz: 79756393ccea0e6d22570557c1c49b7ddbe682be272c429b1fa61d0e709aac94
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7fe3ada9a893344683cfc6f4a9c510f406b0860f480b455401865f5a8b4006934848f3c34e05cc94162425e75fc6e20a20ece8cfa768fb4da01f20636deca0b1
|
7
|
+
data.tar.gz: 7405342a95559dcd47bfc76809fef31b2402c791750623799886f1be687e33ccd282bcf5f5e94f9718491ba575da9e6babcfa2fb6ef9fa69306e5354c9242987
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.109.0 (2024-07-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updates EKS managed node groups to support EC2 Capacity Blocks for ML
|
8
|
+
|
9
|
+
1.108.0 (2024-06-26)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for disabling unmanaged addons during cluster creation.
|
13
|
+
|
4
14
|
1.107.0 (2024-06-25)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.109.0
|
data/lib/aws-sdk-eks/client.rb
CHANGED
@@ -1078,6 +1078,16 @@ module Aws::EKS
|
|
1078
1078
|
# @option params [Types::CreateAccessConfigRequest] :access_config
|
1079
1079
|
# The access configuration for the cluster.
|
1080
1080
|
#
|
1081
|
+
# @option params [Boolean] :bootstrap_self_managed_addons
|
1082
|
+
# If you set this value to `False` when creating a cluster, the default
|
1083
|
+
# networking add-ons will not be installed.
|
1084
|
+
#
|
1085
|
+
# The default networking addons include vpc-cni, coredns, and
|
1086
|
+
# kube-proxy.
|
1087
|
+
#
|
1088
|
+
# Use this option when you plan to install third-party alternative
|
1089
|
+
# add-ons or self-manage the default networking add-ons.
|
1090
|
+
#
|
1081
1091
|
# @return [Types::CreateClusterResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1082
1092
|
#
|
1083
1093
|
# * {Types::CreateClusterResponse#cluster #cluster} => Types::Cluster
|
@@ -1155,6 +1165,7 @@ module Aws::EKS
|
|
1155
1165
|
# bootstrap_cluster_creator_admin_permissions: false,
|
1156
1166
|
# authentication_mode: "API", # accepts API, API_AND_CONFIG_MAP, CONFIG_MAP
|
1157
1167
|
# },
|
1168
|
+
# bootstrap_self_managed_addons: false,
|
1158
1169
|
# })
|
1159
1170
|
#
|
1160
1171
|
# @example Response structure
|
@@ -1700,7 +1711,7 @@ module Aws::EKS
|
|
1700
1711
|
# max_unavailable: 1,
|
1701
1712
|
# max_unavailable_percentage: 1,
|
1702
1713
|
# },
|
1703
|
-
# capacity_type: "ON_DEMAND", # accepts ON_DEMAND, SPOT
|
1714
|
+
# capacity_type: "ON_DEMAND", # accepts ON_DEMAND, SPOT, CAPACITY_BLOCK
|
1704
1715
|
# version: "String",
|
1705
1716
|
# release_version: "String",
|
1706
1717
|
# })
|
@@ -1715,7 +1726,7 @@ module Aws::EKS
|
|
1715
1726
|
# resp.nodegroup.created_at #=> Time
|
1716
1727
|
# resp.nodegroup.modified_at #=> Time
|
1717
1728
|
# resp.nodegroup.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "DEGRADED"
|
1718
|
-
# resp.nodegroup.capacity_type #=> String, one of "ON_DEMAND", "SPOT"
|
1729
|
+
# resp.nodegroup.capacity_type #=> String, one of "ON_DEMAND", "SPOT", "CAPACITY_BLOCK"
|
1719
1730
|
# resp.nodegroup.scaling_config.min_size #=> Integer
|
1720
1731
|
# resp.nodegroup.scaling_config.max_size #=> Integer
|
1721
1732
|
# resp.nodegroup.scaling_config.desired_size #=> Integer
|
@@ -2214,7 +2225,7 @@ module Aws::EKS
|
|
2214
2225
|
# resp.nodegroup.created_at #=> Time
|
2215
2226
|
# resp.nodegroup.modified_at #=> Time
|
2216
2227
|
# resp.nodegroup.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "DEGRADED"
|
2217
|
-
# resp.nodegroup.capacity_type #=> String, one of "ON_DEMAND", "SPOT"
|
2228
|
+
# resp.nodegroup.capacity_type #=> String, one of "ON_DEMAND", "SPOT", "CAPACITY_BLOCK"
|
2218
2229
|
# resp.nodegroup.scaling_config.min_size #=> Integer
|
2219
2230
|
# resp.nodegroup.scaling_config.max_size #=> Integer
|
2220
2231
|
# resp.nodegroup.scaling_config.desired_size #=> Integer
|
@@ -3011,7 +3022,7 @@ module Aws::EKS
|
|
3011
3022
|
# resp.nodegroup.created_at #=> Time
|
3012
3023
|
# resp.nodegroup.modified_at #=> Time
|
3013
3024
|
# resp.nodegroup.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "DEGRADED"
|
3014
|
-
# resp.nodegroup.capacity_type #=> String, one of "ON_DEMAND", "SPOT"
|
3025
|
+
# resp.nodegroup.capacity_type #=> String, one of "ON_DEMAND", "SPOT", "CAPACITY_BLOCK"
|
3015
3026
|
# resp.nodegroup.scaling_config.min_size #=> Integer
|
3016
3027
|
# resp.nodegroup.scaling_config.max_size #=> Integer
|
3017
3028
|
# resp.nodegroup.scaling_config.desired_size #=> Integer
|
@@ -5061,7 +5072,7 @@ module Aws::EKS
|
|
5061
5072
|
params: params,
|
5062
5073
|
config: config)
|
5063
5074
|
context[:gem_name] = 'aws-sdk-eks'
|
5064
|
-
context[:gem_version] = '1.
|
5075
|
+
context[:gem_version] = '1.109.0'
|
5065
5076
|
Seahorse::Client::Request.new(handlers, context)
|
5066
5077
|
end
|
5067
5078
|
|
@@ -560,6 +560,7 @@ module Aws::EKS
|
|
560
560
|
CreateClusterRequest.add_member(:encryption_config, Shapes::ShapeRef.new(shape: EncryptionConfigList, location_name: "encryptionConfig"))
|
561
561
|
CreateClusterRequest.add_member(:outpost_config, Shapes::ShapeRef.new(shape: OutpostConfigRequest, location_name: "outpostConfig"))
|
562
562
|
CreateClusterRequest.add_member(:access_config, Shapes::ShapeRef.new(shape: CreateAccessConfigRequest, location_name: "accessConfig"))
|
563
|
+
CreateClusterRequest.add_member(:bootstrap_self_managed_addons, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "bootstrapSelfManagedAddons"))
|
563
564
|
CreateClusterRequest.struct_class = Types::CreateClusterRequest
|
564
565
|
|
565
566
|
CreateClusterResponse.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "cluster"))
|
data/lib/aws-sdk-eks/types.rb
CHANGED
@@ -1442,6 +1442,17 @@ module Aws::EKS
|
|
1442
1442
|
# The access configuration for the cluster.
|
1443
1443
|
# @return [Types::CreateAccessConfigRequest]
|
1444
1444
|
#
|
1445
|
+
# @!attribute [rw] bootstrap_self_managed_addons
|
1446
|
+
# If you set this value to `False` when creating a cluster, the
|
1447
|
+
# default networking add-ons will not be installed.
|
1448
|
+
#
|
1449
|
+
# The default networking addons include vpc-cni, coredns, and
|
1450
|
+
# kube-proxy.
|
1451
|
+
#
|
1452
|
+
# Use this option when you plan to install third-party alternative
|
1453
|
+
# add-ons or self-manage the default networking add-ons.
|
1454
|
+
# @return [Boolean]
|
1455
|
+
#
|
1445
1456
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateClusterRequest AWS API Documentation
|
1446
1457
|
#
|
1447
1458
|
class CreateClusterRequest < Struct.new(
|
@@ -1455,7 +1466,8 @@ module Aws::EKS
|
|
1455
1466
|
:tags,
|
1456
1467
|
:encryption_config,
|
1457
1468
|
:outpost_config,
|
1458
|
-
:access_config
|
1469
|
+
:access_config,
|
1470
|
+
:bootstrap_self_managed_addons)
|
1459
1471
|
SENSITIVE = []
|
1460
1472
|
include Aws::Structure
|
1461
1473
|
end
|
data/lib/aws-sdk-eks.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -219,7 +219,8 @@ module Aws
|
|
219
219
|
?access_config: {
|
220
220
|
bootstrap_cluster_creator_admin_permissions: bool?,
|
221
221
|
authentication_mode: ("API" | "API_AND_CONFIG_MAP" | "CONFIG_MAP")?
|
222
|
-
}
|
222
|
+
},
|
223
|
+
?bootstrap_self_managed_addons: bool
|
223
224
|
) -> _CreateClusterResponseSuccess
|
224
225
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateClusterResponseSuccess
|
225
226
|
|
@@ -304,7 +305,7 @@ module Aws
|
|
304
305
|
max_unavailable: ::Integer?,
|
305
306
|
max_unavailable_percentage: ::Integer?
|
306
307
|
},
|
307
|
-
?capacity_type: ("ON_DEMAND" | "SPOT"),
|
308
|
+
?capacity_type: ("ON_DEMAND" | "SPOT" | "CAPACITY_BLOCK"),
|
308
309
|
?version: ::String,
|
309
310
|
?release_version: ::String
|
310
311
|
) -> _CreateNodegroupResponseSuccess
|
data/sig/types.rbs
CHANGED
@@ -307,6 +307,7 @@ module Aws::EKS
|
|
307
307
|
attr_accessor encryption_config: ::Array[Types::EncryptionConfig]
|
308
308
|
attr_accessor outpost_config: Types::OutpostConfigRequest
|
309
309
|
attr_accessor access_config: Types::CreateAccessConfigRequest
|
310
|
+
attr_accessor bootstrap_self_managed_addons: bool
|
310
311
|
SENSITIVE: []
|
311
312
|
end
|
312
313
|
|
@@ -363,7 +364,7 @@ module Aws::EKS
|
|
363
364
|
attr_accessor client_request_token: ::String
|
364
365
|
attr_accessor launch_template: Types::LaunchTemplateSpecification
|
365
366
|
attr_accessor update_config: Types::NodegroupUpdateConfig
|
366
|
-
attr_accessor capacity_type: ("ON_DEMAND" | "SPOT")
|
367
|
+
attr_accessor capacity_type: ("ON_DEMAND" | "SPOT" | "CAPACITY_BLOCK")
|
367
368
|
attr_accessor version: ::String
|
368
369
|
attr_accessor release_version: ::String
|
369
370
|
SENSITIVE: []
|
@@ -1027,7 +1028,7 @@ module Aws::EKS
|
|
1027
1028
|
attr_accessor created_at: ::Time
|
1028
1029
|
attr_accessor modified_at: ::Time
|
1029
1030
|
attr_accessor status: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "DEGRADED")
|
1030
|
-
attr_accessor capacity_type: ("ON_DEMAND" | "SPOT")
|
1031
|
+
attr_accessor capacity_type: ("ON_DEMAND" | "SPOT" | "CAPACITY_BLOCK")
|
1031
1032
|
attr_accessor scaling_config: Types::NodegroupScalingConfig
|
1032
1033
|
attr_accessor instance_types: ::Array[::String]
|
1033
1034
|
attr_accessor subnets: ::Array[::String]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.109.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-07-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|