Documentation ¶
Index ¶
- func AllowOptions(w http.ResponseWriter, _ *http.Request)
- func CreateSaaS(w http.ResponseWriter, r *http.Request)
- func DeleteSaaS(w http.ResponseWriter, r *http.Request)
- func GetSaaS(w http.ResponseWriter, _ *http.Request)
- func Routes(cs *kubernetes.Clientset) *chi.Mux
- type BackendUser
- type NamespaceRequest
- type NamespaceResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllowOptions ¶ added in v0.4.0
func AllowOptions(w http.ResponseWriter, _ *http.Request)
func CreateSaaS ¶
func CreateSaaS(w http.ResponseWriter, r *http.Request)
Provisions an instance of Order-Meow UI, Backend, and a Database Note: the database is not persistent until a PVC is created and mounted at the correct location
func DeleteSaaS ¶ added in v0.4.0
func DeleteSaaS(w http.ResponseWriter, r *http.Request)
Delete an instance of SaaS
Types ¶
type BackendUser ¶ added in v0.4.0
type NamespaceRequest ¶ added in v0.4.0
type NamespaceRequest struct {
Namespace string `json:"namespace"`
}
type NamespaceResponse ¶ added in v0.4.0
Click to show internal directories.
Click to hide internal directories.