Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
func NewBuilder ¶
func NewBuilder(provisionerClient provisioner.Client) *Builder
type ErrorResponse ¶
type ErrorResponse struct {
Error string
}
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler(storage storage.BrokerStorage, b KcBuilder, origins string, log logrus.FieldLogger) *Handler
func (*Handler) AttachRoutes ¶
func (*Handler) GetKubeconfig ¶
func (h *Handler) GetKubeconfig(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.