package
0.20.5
Repository: https://github.com/aws/eks-anywhere.git
Documentation: pkg.go.dev

# Functions

ValidateAvailabilityZones checks each availability zones defined cloudstackdatacenterconfig in the cluster.Spec have corresponding cloudstackfailuredomains objects within the cluster.
ValidateCilium gets the cilium-config from the cluster and checks that the cilium policy in cluster.Spec matches the enabled policy in the config.
ValidateClusterDoesNotExist checks that the cluster does not exist by attempting to retrieve the CAPI cluster.
ValidateClusterReady gets the CAPICluster from the client then validates that it is in a ready state.
ValidateControlPlaneNodes retrieves the control plane nodes from the cluster and checks them against the cluster.Spec.
ValidateEKSAObjects retrieves all the child objects from the cluster.Spec and validates that they exist in the clusterf.
ValidateWorkerNodes retries the worker nodes from the cluster and checks them against the cluster.Spec.