Documentation ¶ Index ¶ func Cluster(svc eksiface.EKSAPI, name string) (*eks.Cluster, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Cluster ¶ func Cluster(svc eksiface.EKSAPI, name string) (*eks.Cluster, error) Cluster returns the named EKS cluster. If the cluster doesn't exist, or hasn't yet started it will block until it is ready. If the EKS service is unavalible it will backoff and retry If the cluster is deleting failed, or there are any other errors an error will be returned Types ¶ This section is empty. Source Files ¶ View all Source files cluster.go Click to show internal directories. Click to hide internal directories.