aws-sdk-eks 1.173.0 → 1.175.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 +428 -33
- data/lib/aws-sdk-eks/client_api.rb +194 -0
- data/lib/aws-sdk-eks/types.rb +550 -0
- data/lib/aws-sdk-eks/waiters.rb +61 -10
- data/lib/aws-sdk-eks.rb +2 -2
- data/sig/client.rbs +72 -10
- data/sig/params.rbs +9 -0
- data/sig/types.rbs +139 -2
- data/sig/waiters.rbs +14 -0
- metadata +1 -1
data/lib/aws-sdk-eks/client.rb
CHANGED
|
@@ -474,6 +474,93 @@ module Aws::EKS
|
|
|
474
474
|
|
|
475
475
|
# @!group API Operations
|
|
476
476
|
|
|
477
|
+
# Activates a successor certificate authority (CA) as the signing
|
|
478
|
+
# certificate authority for your cluster, completing a CA rotation.
|
|
479
|
+
#
|
|
480
|
+
# When you activate a successor CA, Amazon EKS promotes it to be the
|
|
481
|
+
# cluster's signer (its `signingStatus` becomes `IN_USE`) and the
|
|
482
|
+
# outgoing CA is retired (`NOT_USED`). The outgoing CA remains in the
|
|
483
|
+
# cluster's trust bundle but no longer signs certificates. The
|
|
484
|
+
# successor CA you activate must already be present on the cluster and
|
|
485
|
+
# fully distributed (its `distributionStatus` must be `COMPLETE`). This
|
|
486
|
+
# is an asynchronous operation that returns an `update` object you can
|
|
487
|
+
# track with [ `DescribeUpdate` ][1].
|
|
488
|
+
#
|
|
489
|
+
# Before you activate the successor CA, make sure the worker nodes you
|
|
490
|
+
# manage and your external clients have been updated to trust it, so
|
|
491
|
+
# they maintain connectivity to the API server after activation. For a
|
|
492
|
+
# limited period after activation, CA rollback is available to revert to
|
|
493
|
+
# the outgoing CA if needed. If you don't activate the successor CA
|
|
494
|
+
# yourself, Amazon EKS activates it automatically as the expiration
|
|
495
|
+
# deadline approaches. For more information, see [Rotate the Amazon EKS
|
|
496
|
+
# cluster certificate authority][2] in the *Amazon EKS User Guide*.
|
|
497
|
+
#
|
|
498
|
+
#
|
|
499
|
+
#
|
|
500
|
+
# [1]: https://docs.aws.amazon.com/eks/latest/APIReference/API_DescribeUpdate.html
|
|
501
|
+
# [2]: https://docs.aws.amazon.com/eks/latest/userguide/certificate-authority-rotation.html
|
|
502
|
+
#
|
|
503
|
+
# @option params [required, String] :cluster_name
|
|
504
|
+
# The name of your cluster.
|
|
505
|
+
#
|
|
506
|
+
# @option params [required, String] :certificate_authority_id
|
|
507
|
+
# The ID of the certificate authority to activate as the cluster's
|
|
508
|
+
# signing certificate authority. This certificate authority must already
|
|
509
|
+
# exist on the cluster and have a `distributionStatus` of `COMPLETE`.
|
|
510
|
+
#
|
|
511
|
+
# @option params [String] :client_request_token
|
|
512
|
+
# A unique, case-sensitive identifier that you provide to ensure the
|
|
513
|
+
# idempotency of the request.
|
|
514
|
+
#
|
|
515
|
+
# **A suitable default value is auto-generated.** You should normally
|
|
516
|
+
# not need to pass this option.**
|
|
517
|
+
#
|
|
518
|
+
# @return [Types::ActivateCertificateAuthorityResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
519
|
+
#
|
|
520
|
+
# * {Types::ActivateCertificateAuthorityResponse#update #update} => Types::Update
|
|
521
|
+
# * {Types::ActivateCertificateAuthorityResponse#certificate_authority #certificate_authority} => Types::CertificateAuthoritySummary
|
|
522
|
+
#
|
|
523
|
+
# @example Request syntax with placeholder values
|
|
524
|
+
#
|
|
525
|
+
# resp = client.activate_certificate_authority({
|
|
526
|
+
# cluster_name: "String", # required
|
|
527
|
+
# certificate_authority_id: "String", # required
|
|
528
|
+
# client_request_token: "String",
|
|
529
|
+
# })
|
|
530
|
+
#
|
|
531
|
+
# @example Response structure
|
|
532
|
+
#
|
|
533
|
+
# resp.update.id #=> String
|
|
534
|
+
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
535
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback", "ControlPlaneComponentConfigUpdate", "CertificateAuthorityUpdate"
|
|
536
|
+
# resp.update.params #=> Array
|
|
537
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode", "KubeApiServerConfig", "KubeSchedulerConfig", "KubeControllerManagerConfig", "ActiveCertificateAuthority", "TrustedCertificateAuthorities", "CertificateAuthorityId", "SigningStatus"
|
|
538
|
+
# resp.update.params[0].value #=> String
|
|
539
|
+
# resp.update.created_at #=> Time
|
|
540
|
+
# resp.update.errors #=> Array
|
|
541
|
+
# resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification", "K8sResourceNotFound"
|
|
542
|
+
# resp.update.errors[0].error_message #=> String
|
|
543
|
+
# resp.update.errors[0].resource_ids #=> Array
|
|
544
|
+
# resp.update.errors[0].resource_ids[0] #=> String
|
|
545
|
+
# resp.update.cancellation.status #=> String, one of "InProgress", "Failed", "Successful"
|
|
546
|
+
# resp.update.cancellation.reason #=> String
|
|
547
|
+
# resp.certificate_authority.id #=> String
|
|
548
|
+
# resp.certificate_authority.created_at #=> Time
|
|
549
|
+
# resp.certificate_authority.created_by #=> String, one of "EKS", "CUSTOMER"
|
|
550
|
+
# resp.certificate_authority.activated_at #=> Time
|
|
551
|
+
# resp.certificate_authority.activated_by #=> String, one of "EKS", "CUSTOMER"
|
|
552
|
+
# resp.certificate_authority.signing_status #=> String, one of "NOT_USED", "ACTIVATING", "IN_USE"
|
|
553
|
+
# resp.certificate_authority.distribution_status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED", "DELETING"
|
|
554
|
+
#
|
|
555
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ActivateCertificateAuthority AWS API Documentation
|
|
556
|
+
#
|
|
557
|
+
# @overload activate_certificate_authority(params = {})
|
|
558
|
+
# @param [Hash] params ({})
|
|
559
|
+
def activate_certificate_authority(params = {}, options = {})
|
|
560
|
+
req = build_request(:activate_certificate_authority, params)
|
|
561
|
+
req.send_request(options)
|
|
562
|
+
end
|
|
563
|
+
|
|
477
564
|
# Associates an access policy and its scope to an access entry. For more
|
|
478
565
|
# information about associating access policies, see [Associating and
|
|
479
566
|
# disassociating access policies to and from access entries][1] in the
|
|
@@ -579,9 +666,9 @@ module Aws::EKS
|
|
|
579
666
|
#
|
|
580
667
|
# resp.update.id #=> String
|
|
581
668
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
582
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback", "ControlPlaneComponentConfigUpdate"
|
|
669
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback", "ControlPlaneComponentConfigUpdate", "CertificateAuthorityUpdate"
|
|
583
670
|
# resp.update.params #=> Array
|
|
584
|
-
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode", "KubeApiServerConfig", "KubeSchedulerConfig", "KubeControllerManagerConfig"
|
|
671
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode", "KubeApiServerConfig", "KubeSchedulerConfig", "KubeControllerManagerConfig", "ActiveCertificateAuthority", "TrustedCertificateAuthorities", "CertificateAuthorityId", "SigningStatus"
|
|
585
672
|
# resp.update.params[0].value #=> String
|
|
586
673
|
# resp.update.created_at #=> Time
|
|
587
674
|
# resp.update.errors #=> Array
|
|
@@ -665,9 +752,9 @@ module Aws::EKS
|
|
|
665
752
|
#
|
|
666
753
|
# resp.update.id #=> String
|
|
667
754
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
668
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback", "ControlPlaneComponentConfigUpdate"
|
|
755
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback", "ControlPlaneComponentConfigUpdate", "CertificateAuthorityUpdate"
|
|
669
756
|
# resp.update.params #=> Array
|
|
670
|
-
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode", "KubeApiServerConfig", "KubeSchedulerConfig", "KubeControllerManagerConfig"
|
|
757
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode", "KubeApiServerConfig", "KubeSchedulerConfig", "KubeControllerManagerConfig", "ActiveCertificateAuthority", "TrustedCertificateAuthorities", "CertificateAuthorityId", "SigningStatus"
|
|
671
758
|
# resp.update.params[0].value #=> String
|
|
672
759
|
# resp.update.created_at #=> Time
|
|
673
760
|
# resp.update.errors #=> Array
|
|
@@ -728,9 +815,9 @@ module Aws::EKS
|
|
|
728
815
|
#
|
|
729
816
|
# resp.update.id #=> String
|
|
730
817
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
731
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback", "ControlPlaneComponentConfigUpdate"
|
|
818
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback", "ControlPlaneComponentConfigUpdate", "CertificateAuthorityUpdate"
|
|
732
819
|
# resp.update.params #=> Array
|
|
733
|
-
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode", "KubeApiServerConfig", "KubeSchedulerConfig", "KubeControllerManagerConfig"
|
|
820
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode", "KubeApiServerConfig", "KubeSchedulerConfig", "KubeControllerManagerConfig", "ActiveCertificateAuthority", "TrustedCertificateAuthorities", "CertificateAuthorityId", "SigningStatus"
|
|
734
821
|
# resp.update.params[0].value #=> String
|
|
735
822
|
# resp.update.created_at #=> Time
|
|
736
823
|
# resp.update.errors #=> Array
|
|
@@ -1266,6 +1353,94 @@ module Aws::EKS
|
|
|
1266
1353
|
req.send_request(options)
|
|
1267
1354
|
end
|
|
1268
1355
|
|
|
1356
|
+
# Appends a successor certificate authority (CA) to your cluster,
|
|
1357
|
+
# beginning the CA rotation process.
|
|
1358
|
+
#
|
|
1359
|
+
# A cluster certificate authority is the root of trust for your
|
|
1360
|
+
# cluster's control plane. It signs the certificates that secure
|
|
1361
|
+
# communication between the Kubernetes API server and its clients, and
|
|
1362
|
+
# its public certificate is distributed to your cluster's trust bundle
|
|
1363
|
+
# so that worker nodes and clients can verify the API server's
|
|
1364
|
+
# identity. Each cluster can have at most two certificate authorities at
|
|
1365
|
+
# a time: the outgoing CA that's currently signing (its `signingStatus`
|
|
1366
|
+
# is `IN_USE`) and one successor CA (`signingStatus` of `NOT_USED`) that
|
|
1367
|
+
# you can later activate to complete the rotation.
|
|
1368
|
+
#
|
|
1369
|
+
# Appending a successor CA adds its public certificate to the cluster's
|
|
1370
|
+
# trust bundle so that the cluster trusts both CAs simultaneously (the
|
|
1371
|
+
# dual trust period), but it doesn't begin signing certificates. Amazon
|
|
1372
|
+
# EKS then distributes the successor CA to the Amazon Web Services
|
|
1373
|
+
# managed components in your cluster; you can track this through the
|
|
1374
|
+
# CA's `distributionStatus`. The successor CA can't be activated until
|
|
1375
|
+
# its `distributionStatus` is `COMPLETE`. To activate it as the
|
|
1376
|
+
# cluster's signer, use [ `ActivateCertificateAuthority` ][1]. This is
|
|
1377
|
+
# an asynchronous operation that returns an `update` object. If you
|
|
1378
|
+
# don't append a successor CA yourself, Amazon EKS appends one
|
|
1379
|
+
# automatically before the outgoing CA approaches expiration.
|
|
1380
|
+
#
|
|
1381
|
+
# For more information, see [Rotate the Amazon EKS cluster certificate
|
|
1382
|
+
# authority][2] in the *Amazon EKS User Guide*.
|
|
1383
|
+
#
|
|
1384
|
+
#
|
|
1385
|
+
#
|
|
1386
|
+
# [1]: https://docs.aws.amazon.com/eks/latest/APIReference/API_ActivateCertificateAuthority.html
|
|
1387
|
+
# [2]: https://docs.aws.amazon.com/eks/latest/userguide/certificate-authority-rotation.html
|
|
1388
|
+
#
|
|
1389
|
+
# @option params [required, String] :cluster_name
|
|
1390
|
+
# The name of your cluster.
|
|
1391
|
+
#
|
|
1392
|
+
# @option params [String] :client_request_token
|
|
1393
|
+
# A unique, case-sensitive identifier that you provide to ensure the
|
|
1394
|
+
# idempotency of the request.
|
|
1395
|
+
#
|
|
1396
|
+
# **A suitable default value is auto-generated.** You should normally
|
|
1397
|
+
# not need to pass this option.**
|
|
1398
|
+
#
|
|
1399
|
+
# @return [Types::CreateCertificateAuthorityResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1400
|
+
#
|
|
1401
|
+
# * {Types::CreateCertificateAuthorityResponse#update #update} => Types::Update
|
|
1402
|
+
# * {Types::CreateCertificateAuthorityResponse#certificate_authority #certificate_authority} => Types::CertificateAuthoritySummary
|
|
1403
|
+
#
|
|
1404
|
+
# @example Request syntax with placeholder values
|
|
1405
|
+
#
|
|
1406
|
+
# resp = client.create_certificate_authority({
|
|
1407
|
+
# cluster_name: "String", # required
|
|
1408
|
+
# client_request_token: "String",
|
|
1409
|
+
# })
|
|
1410
|
+
#
|
|
1411
|
+
# @example Response structure
|
|
1412
|
+
#
|
|
1413
|
+
# resp.update.id #=> String
|
|
1414
|
+
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
1415
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback", "ControlPlaneComponentConfigUpdate", "CertificateAuthorityUpdate"
|
|
1416
|
+
# resp.update.params #=> Array
|
|
1417
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode", "KubeApiServerConfig", "KubeSchedulerConfig", "KubeControllerManagerConfig", "ActiveCertificateAuthority", "TrustedCertificateAuthorities", "CertificateAuthorityId", "SigningStatus"
|
|
1418
|
+
# resp.update.params[0].value #=> String
|
|
1419
|
+
# resp.update.created_at #=> Time
|
|
1420
|
+
# resp.update.errors #=> Array
|
|
1421
|
+
# resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification", "K8sResourceNotFound"
|
|
1422
|
+
# resp.update.errors[0].error_message #=> String
|
|
1423
|
+
# resp.update.errors[0].resource_ids #=> Array
|
|
1424
|
+
# resp.update.errors[0].resource_ids[0] #=> String
|
|
1425
|
+
# resp.update.cancellation.status #=> String, one of "InProgress", "Failed", "Successful"
|
|
1426
|
+
# resp.update.cancellation.reason #=> String
|
|
1427
|
+
# resp.certificate_authority.id #=> String
|
|
1428
|
+
# resp.certificate_authority.created_at #=> Time
|
|
1429
|
+
# resp.certificate_authority.created_by #=> String, one of "EKS", "CUSTOMER"
|
|
1430
|
+
# resp.certificate_authority.activated_at #=> Time
|
|
1431
|
+
# resp.certificate_authority.activated_by #=> String, one of "EKS", "CUSTOMER"
|
|
1432
|
+
# resp.certificate_authority.signing_status #=> String, one of "NOT_USED", "ACTIVATING", "IN_USE"
|
|
1433
|
+
# resp.certificate_authority.distribution_status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED", "DELETING"
|
|
1434
|
+
#
|
|
1435
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateCertificateAuthority AWS API Documentation
|
|
1436
|
+
#
|
|
1437
|
+
# @overload create_certificate_authority(params = {})
|
|
1438
|
+
# @param [Hash] params ({})
|
|
1439
|
+
def create_certificate_authority(params = {}, options = {})
|
|
1440
|
+
req = build_request(:create_certificate_authority, params)
|
|
1441
|
+
req.send_request(options)
|
|
1442
|
+
end
|
|
1443
|
+
|
|
1269
1444
|
# Creates an Amazon EKS control plane.
|
|
1270
1445
|
#
|
|
1271
1446
|
# The Amazon EKS control plane consists of control plane instances that
|
|
@@ -1629,6 +1804,9 @@ module Aws::EKS
|
|
|
1629
1804
|
# },
|
|
1630
1805
|
# },
|
|
1631
1806
|
# kube_controller_manager_config: {
|
|
1807
|
+
# pod_gc_controller_config: {
|
|
1808
|
+
# terminated_pod_gc_threshold: 1,
|
|
1809
|
+
# },
|
|
1632
1810
|
# horizontal_pod_autoscaler_controller_config: {
|
|
1633
1811
|
# horizontal_pod_autoscaler_sync_period: "String",
|
|
1634
1812
|
# },
|
|
@@ -1665,6 +1843,8 @@ module Aws::EKS
|
|
|
1665
1843
|
# resp.cluster.identity.oidc.issuer #=> String
|
|
1666
1844
|
# resp.cluster.status #=> String, one of "CREATING", "ACTIVE", "DELETING", "FAILED", "UPDATING", "PENDING"
|
|
1667
1845
|
# resp.cluster.certificate_authority.data #=> String
|
|
1846
|
+
# resp.cluster.certificate_authority.active.id #=> String
|
|
1847
|
+
# resp.cluster.certificate_authority.active.activated_by #=> String, one of "EKS", "CUSTOMER"
|
|
1668
1848
|
# resp.cluster.client_request_token #=> String
|
|
1669
1849
|
# resp.cluster.platform_version #=> String
|
|
1670
1850
|
# resp.cluster.tags #=> Hash
|
|
@@ -1715,6 +1895,7 @@ module Aws::EKS
|
|
|
1715
1895
|
# resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources #=> Array
|
|
1716
1896
|
# resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources[0].name #=> String
|
|
1717
1897
|
# resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources[0].weight #=> Integer
|
|
1898
|
+
# resp.cluster.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold #=> Integer
|
|
1718
1899
|
# resp.cluster.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period #=> String
|
|
1719
1900
|
#
|
|
1720
1901
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateCluster AWS API Documentation
|
|
@@ -2698,6 +2879,84 @@ module Aws::EKS
|
|
|
2698
2879
|
req.send_request(options)
|
|
2699
2880
|
end
|
|
2700
2881
|
|
|
2882
|
+
# Deletes a certificate authority (CA) from your cluster.
|
|
2883
|
+
#
|
|
2884
|
+
# Deleting a certificate authority removes its public certificate from
|
|
2885
|
+
# the cluster's trust bundle. You can't delete the certificate
|
|
2886
|
+
# authority that's currently signing certificates for the cluster (its
|
|
2887
|
+
# `signingStatus` is `IN_USE`) — to remove the outgoing CA, first
|
|
2888
|
+
# activate the successor CA with [ `ActivateCertificateAuthority` ][1].
|
|
2889
|
+
# Amazon EKS also protects a successor CA from deletion in certain cases
|
|
2890
|
+
# to keep a valid rotation path — for example, a successor that Amazon
|
|
2891
|
+
# EKS appended can't be deleted while it's the only successor on the
|
|
2892
|
+
# cluster. This is an asynchronous operation that returns an `update`
|
|
2893
|
+
# object.
|
|
2894
|
+
#
|
|
2895
|
+
#
|
|
2896
|
+
#
|
|
2897
|
+
# [1]: https://docs.aws.amazon.com/eks/latest/APIReference/API_ActivateCertificateAuthority.html
|
|
2898
|
+
#
|
|
2899
|
+
# @option params [required, String] :cluster_name
|
|
2900
|
+
# The name of your cluster.
|
|
2901
|
+
#
|
|
2902
|
+
# @option params [required, String] :certificate_authority_id
|
|
2903
|
+
# The ID of the certificate authority to delete. You can't delete the
|
|
2904
|
+
# certificate authority that's currently signing certificates for the
|
|
2905
|
+
# cluster.
|
|
2906
|
+
#
|
|
2907
|
+
# @option params [String] :client_request_token
|
|
2908
|
+
# A unique, case-sensitive identifier that you provide to ensure the
|
|
2909
|
+
# idempotency of the request.
|
|
2910
|
+
#
|
|
2911
|
+
# **A suitable default value is auto-generated.** You should normally
|
|
2912
|
+
# not need to pass this option.**
|
|
2913
|
+
#
|
|
2914
|
+
# @return [Types::DeleteCertificateAuthorityResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2915
|
+
#
|
|
2916
|
+
# * {Types::DeleteCertificateAuthorityResponse#update #update} => Types::Update
|
|
2917
|
+
# * {Types::DeleteCertificateAuthorityResponse#certificate_authority #certificate_authority} => Types::CertificateAuthoritySummary
|
|
2918
|
+
#
|
|
2919
|
+
# @example Request syntax with placeholder values
|
|
2920
|
+
#
|
|
2921
|
+
# resp = client.delete_certificate_authority({
|
|
2922
|
+
# cluster_name: "String", # required
|
|
2923
|
+
# certificate_authority_id: "String", # required
|
|
2924
|
+
# client_request_token: "String",
|
|
2925
|
+
# })
|
|
2926
|
+
#
|
|
2927
|
+
# @example Response structure
|
|
2928
|
+
#
|
|
2929
|
+
# resp.update.id #=> String
|
|
2930
|
+
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
2931
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback", "ControlPlaneComponentConfigUpdate", "CertificateAuthorityUpdate"
|
|
2932
|
+
# resp.update.params #=> Array
|
|
2933
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode", "KubeApiServerConfig", "KubeSchedulerConfig", "KubeControllerManagerConfig", "ActiveCertificateAuthority", "TrustedCertificateAuthorities", "CertificateAuthorityId", "SigningStatus"
|
|
2934
|
+
# resp.update.params[0].value #=> String
|
|
2935
|
+
# resp.update.created_at #=> Time
|
|
2936
|
+
# resp.update.errors #=> Array
|
|
2937
|
+
# resp.update.errors[0].error_code #=> String, one of "SubnetNotFound", "SecurityGroupNotFound", "EniLimitReached", "IpNotAvailable", "AccessDenied", "OperationNotPermitted", "VpcIdNotFound", "Unknown", "NodeCreationFailure", "PodEvictionFailure", "InsufficientFreeAddresses", "ClusterUnreachable", "InsufficientNumberOfReplicas", "ConfigurationConflict", "AdmissionRequestDenied", "UnsupportedAddonModification", "K8sResourceNotFound"
|
|
2938
|
+
# resp.update.errors[0].error_message #=> String
|
|
2939
|
+
# resp.update.errors[0].resource_ids #=> Array
|
|
2940
|
+
# resp.update.errors[0].resource_ids[0] #=> String
|
|
2941
|
+
# resp.update.cancellation.status #=> String, one of "InProgress", "Failed", "Successful"
|
|
2942
|
+
# resp.update.cancellation.reason #=> String
|
|
2943
|
+
# resp.certificate_authority.id #=> String
|
|
2944
|
+
# resp.certificate_authority.created_at #=> Time
|
|
2945
|
+
# resp.certificate_authority.created_by #=> String, one of "EKS", "CUSTOMER"
|
|
2946
|
+
# resp.certificate_authority.activated_at #=> Time
|
|
2947
|
+
# resp.certificate_authority.activated_by #=> String, one of "EKS", "CUSTOMER"
|
|
2948
|
+
# resp.certificate_authority.signing_status #=> String, one of "NOT_USED", "ACTIVATING", "IN_USE"
|
|
2949
|
+
# resp.certificate_authority.distribution_status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED", "DELETING"
|
|
2950
|
+
#
|
|
2951
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteCertificateAuthority AWS API Documentation
|
|
2952
|
+
#
|
|
2953
|
+
# @overload delete_certificate_authority(params = {})
|
|
2954
|
+
# @param [Hash] params ({})
|
|
2955
|
+
def delete_certificate_authority(params = {}, options = {})
|
|
2956
|
+
req = build_request(:delete_certificate_authority, params)
|
|
2957
|
+
req.send_request(options)
|
|
2958
|
+
end
|
|
2959
|
+
|
|
2701
2960
|
# Deletes an Amazon EKS cluster control plane.
|
|
2702
2961
|
#
|
|
2703
2962
|
# If you have active services and ingress resources in your cluster that
|
|
@@ -2771,6 +3030,8 @@ module Aws::EKS
|
|
|
2771
3030
|
# resp.cluster.identity.oidc.issuer #=> String
|
|
2772
3031
|
# resp.cluster.status #=> String, one of "CREATING", "ACTIVE", "DELETING", "FAILED", "UPDATING", "PENDING"
|
|
2773
3032
|
# resp.cluster.certificate_authority.data #=> String
|
|
3033
|
+
# resp.cluster.certificate_authority.active.id #=> String
|
|
3034
|
+
# resp.cluster.certificate_authority.active.activated_by #=> String, one of "EKS", "CUSTOMER"
|
|
2774
3035
|
# resp.cluster.client_request_token #=> String
|
|
2775
3036
|
# resp.cluster.platform_version #=> String
|
|
2776
3037
|
# resp.cluster.tags #=> Hash
|
|
@@ -2821,6 +3082,7 @@ module Aws::EKS
|
|
|
2821
3082
|
# resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources #=> Array
|
|
2822
3083
|
# resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources[0].name #=> String
|
|
2823
3084
|
# resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources[0].weight #=> Integer
|
|
3085
|
+
# resp.cluster.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold #=> Integer
|
|
2824
3086
|
# resp.cluster.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period #=> String
|
|
2825
3087
|
#
|
|
2826
3088
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteCluster AWS API Documentation
|
|
@@ -3135,6 +3397,8 @@ module Aws::EKS
|
|
|
3135
3397
|
# resp.cluster.identity.oidc.issuer #=> String
|
|
3136
3398
|
# resp.cluster.status #=> String, one of "CREATING", "ACTIVE", "DELETING", "FAILED", "UPDATING", "PENDING"
|
|
3137
3399
|
# resp.cluster.certificate_authority.data #=> String
|
|
3400
|
+
# resp.cluster.certificate_authority.active.id #=> String
|
|
3401
|
+
# resp.cluster.certificate_authority.active.activated_by #=> String, one of "EKS", "CUSTOMER"
|
|
3138
3402
|
# resp.cluster.client_request_token #=> String
|
|
3139
3403
|
# resp.cluster.platform_version #=> String
|
|
3140
3404
|
# resp.cluster.tags #=> Hash
|
|
@@ -3185,6 +3449,7 @@ module Aws::EKS
|
|
|
3185
3449
|
# resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources #=> Array
|
|
3186
3450
|
# resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources[0].name #=> String
|
|
3187
3451
|
# resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources[0].weight #=> Integer
|
|
3452
|
+
# resp.cluster.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold #=> Integer
|
|
3188
3453
|
# resp.cluster.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period #=> String
|
|
3189
3454
|
#
|
|
3190
3455
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeregisterCluster AWS API Documentation
|
|
@@ -3516,6 +3781,53 @@ module Aws::EKS
|
|
|
3516
3781
|
req.send_request(options)
|
|
3517
3782
|
end
|
|
3518
3783
|
|
|
3784
|
+
# Returns detailed information about a certificate authority (CA) in
|
|
3785
|
+
# your cluster, including its validity period, signing and distribution
|
|
3786
|
+
# status, provenance, scheduled auto-activation events, and public
|
|
3787
|
+
# certificate data.
|
|
3788
|
+
#
|
|
3789
|
+
# @option params [required, String] :cluster_name
|
|
3790
|
+
# The name of your cluster.
|
|
3791
|
+
#
|
|
3792
|
+
# @option params [required, String] :certificate_authority_id
|
|
3793
|
+
# The ID of the certificate authority to describe.
|
|
3794
|
+
#
|
|
3795
|
+
# @return [Types::DescribeCertificateAuthorityResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
3796
|
+
#
|
|
3797
|
+
# * {Types::DescribeCertificateAuthorityResponse#certificate_authority #certificate_authority} => Types::CertificateAuthority
|
|
3798
|
+
#
|
|
3799
|
+
# @example Request syntax with placeholder values
|
|
3800
|
+
#
|
|
3801
|
+
# resp = client.describe_certificate_authority({
|
|
3802
|
+
# cluster_name: "String", # required
|
|
3803
|
+
# certificate_authority_id: "String", # required
|
|
3804
|
+
# })
|
|
3805
|
+
#
|
|
3806
|
+
# @example Response structure
|
|
3807
|
+
#
|
|
3808
|
+
# resp.certificate_authority.id #=> String
|
|
3809
|
+
# resp.certificate_authority.created_at #=> Time
|
|
3810
|
+
# resp.certificate_authority.created_by #=> String, one of "EKS", "CUSTOMER"
|
|
3811
|
+
# resp.certificate_authority.activated_at #=> Time
|
|
3812
|
+
# resp.certificate_authority.activated_by #=> String, one of "EKS", "CUSTOMER"
|
|
3813
|
+
# resp.certificate_authority.signing_status #=> String, one of "NOT_USED", "ACTIVATING", "IN_USE"
|
|
3814
|
+
# resp.certificate_authority.distribution_status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED", "DELETING"
|
|
3815
|
+
# resp.certificate_authority.validity.not_before #=> Time
|
|
3816
|
+
# resp.certificate_authority.validity.not_after #=> Time
|
|
3817
|
+
# resp.certificate_authority.scheduled_events.first_auto_activation #=> Time
|
|
3818
|
+
# resp.certificate_authority.scheduled_events.final_auto_activation #=> Time
|
|
3819
|
+
# resp.certificate_authority.rollback_available #=> Boolean
|
|
3820
|
+
# resp.certificate_authority.data #=> String
|
|
3821
|
+
#
|
|
3822
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeCertificateAuthority AWS API Documentation
|
|
3823
|
+
#
|
|
3824
|
+
# @overload describe_certificate_authority(params = {})
|
|
3825
|
+
# @param [Hash] params ({})
|
|
3826
|
+
def describe_certificate_authority(params = {}, options = {})
|
|
3827
|
+
req = build_request(:describe_certificate_authority, params)
|
|
3828
|
+
req.send_request(options)
|
|
3829
|
+
end
|
|
3830
|
+
|
|
3519
3831
|
# Describes an Amazon EKS cluster.
|
|
3520
3832
|
#
|
|
3521
3833
|
# The API server endpoint and certificate authority data returned by
|
|
@@ -3610,6 +3922,8 @@ module Aws::EKS
|
|
|
3610
3922
|
# resp.cluster.identity.oidc.issuer #=> String
|
|
3611
3923
|
# resp.cluster.status #=> String, one of "CREATING", "ACTIVE", "DELETING", "FAILED", "UPDATING", "PENDING"
|
|
3612
3924
|
# resp.cluster.certificate_authority.data #=> String
|
|
3925
|
+
# resp.cluster.certificate_authority.active.id #=> String
|
|
3926
|
+
# resp.cluster.certificate_authority.active.activated_by #=> String, one of "EKS", "CUSTOMER"
|
|
3613
3927
|
# resp.cluster.client_request_token #=> String
|
|
3614
3928
|
# resp.cluster.platform_version #=> String
|
|
3615
3929
|
# resp.cluster.tags #=> Hash
|
|
@@ -3660,6 +3974,7 @@ module Aws::EKS
|
|
|
3660
3974
|
# resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources #=> Array
|
|
3661
3975
|
# resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources[0].name #=> String
|
|
3662
3976
|
# resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources[0].weight #=> Integer
|
|
3977
|
+
# resp.cluster.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold #=> Integer
|
|
3663
3978
|
# resp.cluster.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period #=> String
|
|
3664
3979
|
#
|
|
3665
3980
|
#
|
|
@@ -3764,6 +4079,9 @@ module Aws::EKS
|
|
|
3764
4079
|
# resp.cluster_versions[0].control_plane_scaling_tiers[0].control_plane_component_config_overrides.kube_scheduler_config.node_resources_fit.scoring_strategy.constraints.resources.name.allowed_values[0] #=> String
|
|
3765
4080
|
# resp.cluster_versions[0].control_plane_scaling_tiers[0].control_plane_component_config_overrides.kube_scheduler_config.node_resources_fit.scoring_strategy.constraints.resources.weight.min #=> Integer
|
|
3766
4081
|
# resp.cluster_versions[0].control_plane_scaling_tiers[0].control_plane_component_config_overrides.kube_scheduler_config.node_resources_fit.scoring_strategy.constraints.resources.weight.max #=> Integer
|
|
4082
|
+
# resp.cluster_versions[0].control_plane_scaling_tiers[0].control_plane_component_config_overrides.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold.default_value #=> Integer
|
|
4083
|
+
# resp.cluster_versions[0].control_plane_scaling_tiers[0].control_plane_component_config_overrides.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold.constraints.min #=> Integer
|
|
4084
|
+
# resp.cluster_versions[0].control_plane_scaling_tiers[0].control_plane_component_config_overrides.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold.constraints.max #=> Integer
|
|
3767
4085
|
# resp.cluster_versions[0].control_plane_scaling_tiers[0].control_plane_component_config_overrides.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period.default_value #=> String
|
|
3768
4086
|
# resp.cluster_versions[0].control_plane_scaling_tiers[0].control_plane_component_config_overrides.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period.constraints.min #=> String
|
|
3769
4087
|
# resp.cluster_versions[0].control_plane_scaling_tiers[0].control_plane_component_config_overrides.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period.constraints.max #=> String
|
|
@@ -3786,6 +4104,9 @@ module Aws::EKS
|
|
|
3786
4104
|
# resp.cluster_versions[0].control_plane_component_config.kube_scheduler_config.node_resources_fit.scoring_strategy.constraints.resources.name.allowed_values[0] #=> String
|
|
3787
4105
|
# resp.cluster_versions[0].control_plane_component_config.kube_scheduler_config.node_resources_fit.scoring_strategy.constraints.resources.weight.min #=> Integer
|
|
3788
4106
|
# resp.cluster_versions[0].control_plane_component_config.kube_scheduler_config.node_resources_fit.scoring_strategy.constraints.resources.weight.max #=> Integer
|
|
4107
|
+
# resp.cluster_versions[0].control_plane_component_config.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold.default_value #=> Integer
|
|
4108
|
+
# resp.cluster_versions[0].control_plane_component_config.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold.constraints.min #=> Integer
|
|
4109
|
+
# resp.cluster_versions[0].control_plane_component_config.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold.constraints.max #=> Integer
|
|
3789
4110
|
# resp.cluster_versions[0].control_plane_component_config.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period.default_value #=> String
|
|
3790
4111
|
# resp.cluster_versions[0].control_plane_component_config.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period.constraints.min #=> String
|
|
3791
4112
|
# resp.cluster_versions[0].control_plane_component_config.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period.constraints.max #=> String
|
|
@@ -4239,9 +4560,9 @@ module Aws::EKS
|
|
|
4239
4560
|
#
|
|
4240
4561
|
# resp.update.id #=> String
|
|
4241
4562
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
4242
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback", "ControlPlaneComponentConfigUpdate"
|
|
4563
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback", "ControlPlaneComponentConfigUpdate", "CertificateAuthorityUpdate"
|
|
4243
4564
|
# resp.update.params #=> Array
|
|
4244
|
-
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode", "KubeApiServerConfig", "KubeSchedulerConfig", "KubeControllerManagerConfig"
|
|
4565
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode", "KubeApiServerConfig", "KubeSchedulerConfig", "KubeControllerManagerConfig", "ActiveCertificateAuthority", "TrustedCertificateAuthorities", "CertificateAuthorityId", "SigningStatus"
|
|
4245
4566
|
# resp.update.params[0].value #=> String
|
|
4246
4567
|
# resp.update.created_at #=> Time
|
|
4247
4568
|
# resp.update.errors #=> Array
|
|
@@ -4252,6 +4573,11 @@ module Aws::EKS
|
|
|
4252
4573
|
# resp.update.cancellation.status #=> String, one of "InProgress", "Failed", "Successful"
|
|
4253
4574
|
# resp.update.cancellation.reason #=> String
|
|
4254
4575
|
#
|
|
4576
|
+
#
|
|
4577
|
+
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
|
4578
|
+
#
|
|
4579
|
+
# * certificate_authority_update_complete
|
|
4580
|
+
#
|
|
4255
4581
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeUpdate AWS API Documentation
|
|
4256
4582
|
#
|
|
4257
4583
|
# @overload describe_update(params = {})
|
|
@@ -4330,9 +4656,9 @@ module Aws::EKS
|
|
|
4330
4656
|
#
|
|
4331
4657
|
# resp.update.id #=> String
|
|
4332
4658
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
4333
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback", "ControlPlaneComponentConfigUpdate"
|
|
4659
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback", "ControlPlaneComponentConfigUpdate", "CertificateAuthorityUpdate"
|
|
4334
4660
|
# resp.update.params #=> Array
|
|
4335
|
-
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode", "KubeApiServerConfig", "KubeSchedulerConfig", "KubeControllerManagerConfig"
|
|
4661
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode", "KubeApiServerConfig", "KubeSchedulerConfig", "KubeControllerManagerConfig", "ActiveCertificateAuthority", "TrustedCertificateAuthorities", "CertificateAuthorityId", "SigningStatus"
|
|
4336
4662
|
# resp.update.params[0].value #=> String
|
|
4337
4663
|
# resp.update.created_at #=> Time
|
|
4338
4664
|
# resp.update.errors #=> Array
|
|
@@ -4652,6 +4978,67 @@ module Aws::EKS
|
|
|
4652
4978
|
req.send_request(options)
|
|
4653
4979
|
end
|
|
4654
4980
|
|
|
4981
|
+
# Lists the certificate authorities (CAs) for your cluster. A cluster
|
|
4982
|
+
# has at most two certificate authorities: the outgoing CA that's
|
|
4983
|
+
# currently signing and, during a rotation, one successor CA.
|
|
4984
|
+
#
|
|
4985
|
+
# @option params [required, String] :cluster_name
|
|
4986
|
+
# The name of your cluster.
|
|
4987
|
+
#
|
|
4988
|
+
# @option params [Integer] :max_results
|
|
4989
|
+
# The maximum number of results to return in a single call. To retrieve
|
|
4990
|
+
# the remaining results, make another call with the returned `nextToken`
|
|
4991
|
+
# value. If you don't specify a value, the default is 100 results.
|
|
4992
|
+
#
|
|
4993
|
+
# @option params [String] :next_token
|
|
4994
|
+
# The `nextToken` value returned from a previous paginated request,
|
|
4995
|
+
# where `maxResults` was used and the results exceeded the value of that
|
|
4996
|
+
# parameter. Pagination continues from the end of the previous results
|
|
4997
|
+
# that returned the `nextToken` value. This value is null when there are
|
|
4998
|
+
# no more results to return.
|
|
4999
|
+
#
|
|
5000
|
+
# <note markdown="1"> This token should be treated as an opaque identifier that is used only
|
|
5001
|
+
# to retrieve the next items in a list and not for other programmatic
|
|
5002
|
+
# purposes.
|
|
5003
|
+
#
|
|
5004
|
+
# </note>
|
|
5005
|
+
#
|
|
5006
|
+
# @return [Types::ListCertificateAuthoritiesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
5007
|
+
#
|
|
5008
|
+
# * {Types::ListCertificateAuthoritiesResponse#certificate_authorities #certificate_authorities} => Array<Types::CertificateAuthoritySummary>
|
|
5009
|
+
# * {Types::ListCertificateAuthoritiesResponse#next_token #next_token} => String
|
|
5010
|
+
#
|
|
5011
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
|
5012
|
+
#
|
|
5013
|
+
# @example Request syntax with placeholder values
|
|
5014
|
+
#
|
|
5015
|
+
# resp = client.list_certificate_authorities({
|
|
5016
|
+
# cluster_name: "String", # required
|
|
5017
|
+
# max_results: 1,
|
|
5018
|
+
# next_token: "String",
|
|
5019
|
+
# })
|
|
5020
|
+
#
|
|
5021
|
+
# @example Response structure
|
|
5022
|
+
#
|
|
5023
|
+
# resp.certificate_authorities #=> Array
|
|
5024
|
+
# resp.certificate_authorities[0].id #=> String
|
|
5025
|
+
# resp.certificate_authorities[0].created_at #=> Time
|
|
5026
|
+
# resp.certificate_authorities[0].created_by #=> String, one of "EKS", "CUSTOMER"
|
|
5027
|
+
# resp.certificate_authorities[0].activated_at #=> Time
|
|
5028
|
+
# resp.certificate_authorities[0].activated_by #=> String, one of "EKS", "CUSTOMER"
|
|
5029
|
+
# resp.certificate_authorities[0].signing_status #=> String, one of "NOT_USED", "ACTIVATING", "IN_USE"
|
|
5030
|
+
# resp.certificate_authorities[0].distribution_status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED", "DELETING"
|
|
5031
|
+
# resp.next_token #=> String
|
|
5032
|
+
#
|
|
5033
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/ListCertificateAuthorities AWS API Documentation
|
|
5034
|
+
#
|
|
5035
|
+
# @overload list_certificate_authorities(params = {})
|
|
5036
|
+
# @param [Hash] params ({})
|
|
5037
|
+
def list_certificate_authorities(params = {}, options = {})
|
|
5038
|
+
req = build_request(:list_certificate_authorities, params)
|
|
5039
|
+
req.send_request(options)
|
|
5040
|
+
end
|
|
5041
|
+
|
|
4655
5042
|
# Lists the Amazon EKS clusters in your Amazon Web Services account in
|
|
4656
5043
|
# the specified Amazon Web Services Region.
|
|
4657
5044
|
#
|
|
@@ -5344,6 +5731,8 @@ module Aws::EKS
|
|
|
5344
5731
|
# resp.cluster.identity.oidc.issuer #=> String
|
|
5345
5732
|
# resp.cluster.status #=> String, one of "CREATING", "ACTIVE", "DELETING", "FAILED", "UPDATING", "PENDING"
|
|
5346
5733
|
# resp.cluster.certificate_authority.data #=> String
|
|
5734
|
+
# resp.cluster.certificate_authority.active.id #=> String
|
|
5735
|
+
# resp.cluster.certificate_authority.active.activated_by #=> String, one of "EKS", "CUSTOMER"
|
|
5347
5736
|
# resp.cluster.client_request_token #=> String
|
|
5348
5737
|
# resp.cluster.platform_version #=> String
|
|
5349
5738
|
# resp.cluster.tags #=> Hash
|
|
@@ -5394,6 +5783,7 @@ module Aws::EKS
|
|
|
5394
5783
|
# resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources #=> Array
|
|
5395
5784
|
# resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources[0].name #=> String
|
|
5396
5785
|
# resp.cluster.kube_scheduler_config.node_resources_fit.scoring_strategy.resources[0].weight #=> Integer
|
|
5786
|
+
# resp.cluster.kube_controller_manager_config.pod_gc_controller_config.terminated_pod_gc_threshold #=> Integer
|
|
5397
5787
|
# resp.cluster.kube_controller_manager_config.horizontal_pod_autoscaler_controller_config.horizontal_pod_autoscaler_sync_period #=> String
|
|
5398
5788
|
#
|
|
5399
5789
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/RegisterCluster AWS API Documentation
|
|
@@ -5696,9 +6086,9 @@ module Aws::EKS
|
|
|
5696
6086
|
#
|
|
5697
6087
|
# resp.update.id #=> String
|
|
5698
6088
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
5699
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback", "ControlPlaneComponentConfigUpdate"
|
|
6089
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback", "ControlPlaneComponentConfigUpdate", "CertificateAuthorityUpdate"
|
|
5700
6090
|
# resp.update.params #=> Array
|
|
5701
|
-
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode", "KubeApiServerConfig", "KubeSchedulerConfig", "KubeControllerManagerConfig"
|
|
6091
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode", "KubeApiServerConfig", "KubeSchedulerConfig", "KubeControllerManagerConfig", "ActiveCertificateAuthority", "TrustedCertificateAuthorities", "CertificateAuthorityId", "SigningStatus"
|
|
5702
6092
|
# resp.update.params[0].value #=> String
|
|
5703
6093
|
# resp.update.created_at #=> Time
|
|
5704
6094
|
# resp.update.errors #=> Array
|
|
@@ -5807,9 +6197,9 @@ module Aws::EKS
|
|
|
5807
6197
|
#
|
|
5808
6198
|
# resp.update.id #=> String
|
|
5809
6199
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
5810
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback", "ControlPlaneComponentConfigUpdate"
|
|
6200
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback", "ControlPlaneComponentConfigUpdate", "CertificateAuthorityUpdate"
|
|
5811
6201
|
# resp.update.params #=> Array
|
|
5812
|
-
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode", "KubeApiServerConfig", "KubeSchedulerConfig", "KubeControllerManagerConfig"
|
|
6202
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode", "KubeApiServerConfig", "KubeSchedulerConfig", "KubeControllerManagerConfig", "ActiveCertificateAuthority", "TrustedCertificateAuthorities", "CertificateAuthorityId", "SigningStatus"
|
|
5813
6203
|
# resp.update.params[0].value #=> String
|
|
5814
6204
|
# resp.update.created_at #=> Time
|
|
5815
6205
|
# resp.update.errors #=> Array
|
|
@@ -6079,6 +6469,9 @@ module Aws::EKS
|
|
|
6079
6469
|
# },
|
|
6080
6470
|
# },
|
|
6081
6471
|
# kube_controller_manager_config: {
|
|
6472
|
+
# pod_gc_controller_config: {
|
|
6473
|
+
# terminated_pod_gc_threshold: 1,
|
|
6474
|
+
# },
|
|
6082
6475
|
# horizontal_pod_autoscaler_controller_config: {
|
|
6083
6476
|
# horizontal_pod_autoscaler_sync_period: "String",
|
|
6084
6477
|
# },
|
|
@@ -6089,9 +6482,9 @@ module Aws::EKS
|
|
|
6089
6482
|
#
|
|
6090
6483
|
# resp.update.id #=> String
|
|
6091
6484
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
6092
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback", "ControlPlaneComponentConfigUpdate"
|
|
6485
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback", "ControlPlaneComponentConfigUpdate", "CertificateAuthorityUpdate"
|
|
6093
6486
|
# resp.update.params #=> Array
|
|
6094
|
-
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode", "KubeApiServerConfig", "KubeSchedulerConfig", "KubeControllerManagerConfig"
|
|
6487
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode", "KubeApiServerConfig", "KubeSchedulerConfig", "KubeControllerManagerConfig", "ActiveCertificateAuthority", "TrustedCertificateAuthorities", "CertificateAuthorityId", "SigningStatus"
|
|
6095
6488
|
# resp.update.params[0].value #=> String
|
|
6096
6489
|
# resp.update.created_at #=> Time
|
|
6097
6490
|
# resp.update.errors #=> Array
|
|
@@ -6170,9 +6563,9 @@ module Aws::EKS
|
|
|
6170
6563
|
#
|
|
6171
6564
|
# resp.update.id #=> String
|
|
6172
6565
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
6173
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback", "ControlPlaneComponentConfigUpdate"
|
|
6566
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback", "ControlPlaneComponentConfigUpdate", "CertificateAuthorityUpdate"
|
|
6174
6567
|
# resp.update.params #=> Array
|
|
6175
|
-
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode", "KubeApiServerConfig", "KubeSchedulerConfig", "KubeControllerManagerConfig"
|
|
6568
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode", "KubeApiServerConfig", "KubeSchedulerConfig", "KubeControllerManagerConfig", "ActiveCertificateAuthority", "TrustedCertificateAuthorities", "CertificateAuthorityId", "SigningStatus"
|
|
6176
6569
|
# resp.update.params[0].value #=> String
|
|
6177
6570
|
# resp.update.created_at #=> Time
|
|
6178
6571
|
# resp.update.errors #=> Array
|
|
@@ -6373,9 +6766,9 @@ module Aws::EKS
|
|
|
6373
6766
|
#
|
|
6374
6767
|
# resp.update.id #=> String
|
|
6375
6768
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
6376
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback", "ControlPlaneComponentConfigUpdate"
|
|
6769
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback", "ControlPlaneComponentConfigUpdate", "CertificateAuthorityUpdate"
|
|
6377
6770
|
# resp.update.params #=> Array
|
|
6378
|
-
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode", "KubeApiServerConfig", "KubeSchedulerConfig", "KubeControllerManagerConfig"
|
|
6771
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode", "KubeApiServerConfig", "KubeSchedulerConfig", "KubeControllerManagerConfig", "ActiveCertificateAuthority", "TrustedCertificateAuthorities", "CertificateAuthorityId", "SigningStatus"
|
|
6379
6772
|
# resp.update.params[0].value #=> String
|
|
6380
6773
|
# resp.update.created_at #=> Time
|
|
6381
6774
|
# resp.update.errors #=> Array
|
|
@@ -6522,9 +6915,9 @@ module Aws::EKS
|
|
|
6522
6915
|
#
|
|
6523
6916
|
# resp.update.id #=> String
|
|
6524
6917
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
|
6525
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback", "ControlPlaneComponentConfigUpdate"
|
|
6918
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate", "CapabilityUpdate", "ControlPlaneScalingConfigUpdate", "VendedLogsUpdate", "ControlPlaneEgressUpdate", "VersionRollback", "ControlPlaneComponentConfigUpdate", "CertificateAuthorityUpdate"
|
|
6526
6919
|
# resp.update.params #=> Array
|
|
6527
|
-
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode", "KubeApiServerConfig", "KubeSchedulerConfig", "KubeControllerManagerConfig"
|
|
6920
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection", "NodeRepairConfig", "RoleArn", "RoleMappingsToAddOrUpdate", "RoleMappingsToRemove", "NetworkAccess", "VendedLogs", "UpdatedTier", "PreviousTier", "WarmPoolEnabled", "WarmPoolMaxGroupPreparedCapacity", "WarmPoolMinSize", "WarmPoolState", "WarmPoolReuseOnScaleIn", "ControlPlaneEgressMode", "KubeApiServerConfig", "KubeSchedulerConfig", "KubeControllerManagerConfig", "ActiveCertificateAuthority", "TrustedCertificateAuthorities", "CertificateAuthorityId", "SigningStatus"
|
|
6528
6921
|
# resp.update.params[0].value #=> String
|
|
6529
6922
|
# resp.update.created_at #=> Time
|
|
6530
6923
|
# resp.update.errors #=> Array
|
|
@@ -6711,7 +7104,7 @@ module Aws::EKS
|
|
|
6711
7104
|
tracer: tracer
|
|
6712
7105
|
)
|
|
6713
7106
|
context[:gem_name] = 'aws-sdk-eks'
|
|
6714
|
-
context[:gem_version] = '1.
|
|
7107
|
+
context[:gem_version] = '1.175.0'
|
|
6715
7108
|
Seahorse::Client::Request.new(handlers, context)
|
|
6716
7109
|
end
|
|
6717
7110
|
|
|
@@ -6777,16 +7170,17 @@ module Aws::EKS
|
|
|
6777
7170
|
# The following table lists the valid waiter names, the operations they call,
|
|
6778
7171
|
# and the default `:delay` and `:max_attempts` values.
|
|
6779
7172
|
#
|
|
6780
|
-
# | waiter_name
|
|
6781
|
-
# |
|
|
6782
|
-
# | addon_active
|
|
6783
|
-
# | addon_deleted
|
|
6784
|
-
# |
|
|
6785
|
-
# |
|
|
6786
|
-
# |
|
|
6787
|
-
# |
|
|
6788
|
-
# |
|
|
6789
|
-
# |
|
|
7173
|
+
# | waiter_name | params | :delay | :max_attempts |
|
|
7174
|
+
# | ------------------------------------- | --------------------------------- | -------- | ------------- |
|
|
7175
|
+
# | addon_active | {Client#describe_addon} | 10 | 60 |
|
|
7176
|
+
# | addon_deleted | {Client#describe_addon} | 10 | 60 |
|
|
7177
|
+
# | certificate_authority_update_complete | {Client#describe_update} | 30 | 40 |
|
|
7178
|
+
# | cluster_active | {Client#describe_cluster} | 30 | 40 |
|
|
7179
|
+
# | cluster_deleted | {Client#describe_cluster} | 30 | 40 |
|
|
7180
|
+
# | fargate_profile_active | {Client#describe_fargate_profile} | 10 | 60 |
|
|
7181
|
+
# | fargate_profile_deleted | {Client#describe_fargate_profile} | 30 | 60 |
|
|
7182
|
+
# | nodegroup_active | {Client#describe_nodegroup} | 30 | 80 |
|
|
7183
|
+
# | nodegroup_deleted | {Client#describe_nodegroup} | 30 | 40 |
|
|
6790
7184
|
#
|
|
6791
7185
|
# @raise [Errors::FailureStateError] Raised when the waiter terminates
|
|
6792
7186
|
# because the waiter has entered a state that it will not transition
|
|
@@ -6839,6 +7233,7 @@ module Aws::EKS
|
|
|
6839
7233
|
{
|
|
6840
7234
|
addon_active: Waiters::AddonActive,
|
|
6841
7235
|
addon_deleted: Waiters::AddonDeleted,
|
|
7236
|
+
certificate_authority_update_complete: Waiters::CertificateAuthorityUpdateComplete,
|
|
6842
7237
|
cluster_active: Waiters::ClusterActive,
|
|
6843
7238
|
cluster_deleted: Waiters::ClusterDeleted,
|
|
6844
7239
|
fargate_profile_active: Waiters::FargateProfileActive,
|