Expand description
AWS EKS REST-JSON service handler.
Implements the cluster control plane (Create/Describe/List/DeleteCluster, UpdateClusterConfig, UpdateClusterVersion, Describe/ListUpdates, Tag/Untag/ListTagsForResource) plus managed node groups (Create/Describe/List/DeleteNodegroup, UpdateNodegroupConfig/Version) and Fargate profiles (Create/Describe/List/DeleteFargateProfile), add-ons, access entries and their access-policy associations, OIDC identity-provider configs, and Pod Identity associations, all modeled as cluster sub-resources.
Structs§
Constants§
Functions§
- save_
eks_ snapshot - Persist the current EKS state as a snapshot. Shared by
EksService::save_snapshotand the CFN provisioner’s persist hook.