eksctl icon indicating copy to clipboard operation
eksctl copied to clipboard

string constants in the API should match Kubernetes style

Open errordeveloper opened this issue 6 years ago • 3 comments

Part of #888.

We currently have some constants in Kubernetes style, but some aren't.

Namely, we have vpc.nat.gateway where the constants are Disable, Single and HighlyAvailable.

But in nodegroup.ami we use have lower-case.

We also have constants that are defined by AWS, e.g. in cloudWatch.clusterLogging.enableTypes.

errordeveloper avatar Jul 26 '19 09:07 errordeveloper

We need to wait for eksctl v1 before proceeding with this change.

Himangini avatar Nov 09 '21 10:11 Himangini