# Functions
NewGetCluster creates a new http.Handler for the get cluster operation.
NewGetClusterOK creates GetClusterOK with default headers values.
NewGetClusterParams creates a new GetClusterParams object
There are no default values defined in the spec.
# Constants
GetClusterOKCode is the HTTP code returned for type GetClusterOK.
# Structs
GetCluster swagger:route GET /cluster cluster getCluster
Retrieve the list of remote clusters and their status
*/.
GetClusterOK Success
swagger:response getClusterOK
*/.
GetClusterParams contains all the bound params for the get cluster operation typically these are obtained from a http.Request
swagger:parameters GetCluster.
# Interfaces
GetClusterHandler interface for that can handle valid get cluster params.
# Type aliases
GetClusterHandlerFunc turns a function with the right signature into a get cluster handler.