# Functions
Create returns an HTTP handler function that creates a cluster resource.
Delete returns an HTTP handler function that deletes a cluster resource.
Get returns an HTTP handler function that reads a cluster detail.
List returns an HTTP handler function that lists all cluster resources.
Update returns an HTTP handler function that updates a cluster resource.
@Summary Upload kubeConfig file for cluster @Description Uploads a KubeConfig file for cluster, with a maximum size of 2MB.
ValidateKubeConfig returns an HTTP handler function to validate a KubeConfig.
# Structs
ClusterPayload represents the structure for cluster request data.
No description provided by the author
No description provided by the author