Documentation ¶
Index ¶
Constants ¶
View Source
const MimeTypeYaml = "application/x-yaml"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Endpoints ¶
type Endpoints struct {
// contains filtered or unexported fields
}
func NewEndpoints ¶
func NewEndpoints(c *KubeConfig) *Endpoints
func (*Endpoints) GetKubeConfig ¶
func (e *Endpoints) GetKubeConfig(w http.ResponseWriter, req *http.Request)
type KubeConfig ¶
type KubeConfig struct {
// contains filtered or unexported fields
}
func NewKubeConfig ¶
func NewKubeConfig(clusterName, url, ca, namespace string) *KubeConfig
Click to show internal directories.
Click to hide internal directories.