Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubernetesInfo ¶
type Reg ¶
type Reg struct {
// contains filtered or unexported fields
}
func (*Reg) GetInstructions ¶
func (s *Reg) GetInstructions() func(w http.ResponseWriter, r *http.Request)
func (*Reg) KubeconfigHandler ¶
func (s *Reg) KubeconfigHandler() func(w http.ResponseWriter, r *http.Request)
type Registration ¶
type Registration struct { User User `json:"user"` Kubernetes KubernetesInfo `json:"kubernetes"` Instructions string `json:"instructions"` common_http.Response }
Click to show internal directories.
Click to hide internal directories.