@aws-quickstart/eks-blueprints
    Preparing search index...

    Type Alias Ec2NodeClassV1Spec

    Ec2NodeClassV1Spec: Omit<Ec2NodeClassSpec, "amiSelector | subnetSelector"> & Required<
        Pick<Ec2NodeClassSpec, "amiSelectorTerms">,
    >

    Utility type for Karpenter EC2NodeClass Specs for v1. Removes amiSelector and subnetSelector and make amiSelectorTerms mandatory.