Documentation ¶
Index ¶
- func CreateNamespace(clientset kubernetes.Interface, createdBy string, ...) msgs.CreateNamespaceResponse
- func CreateNamespaceHandler(w http.ResponseWriter, r *http.Request)
- func DeleteNamespace(clientset kubernetes.Interface, deletedBy string, ...) msgs.DeleteNamespaceResponse
- func DeleteNamespaceHandler(w http.ResponseWriter, r *http.Request)
- func ShowNamespace(clientset kubernetes.Interface, username string, ...) msgs.ShowNamespaceResponse
- func ShowNamespaceHandler(w http.ResponseWriter, r *http.Request)
- func UpdateNamespace(clientset kubernetes.Interface, updatedBy string, ...) msgs.UpdateNamespaceResponse
- func UpdateNamespaceHandler(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateNamespace ¶
func CreateNamespace(clientset kubernetes.Interface, createdBy string, request *msgs.CreateNamespaceRequest) msgs.CreateNamespaceResponse
CreateNamespace ...
func CreateNamespaceHandler ¶
func CreateNamespaceHandler(w http.ResponseWriter, r *http.Request)
func DeleteNamespace ¶
func DeleteNamespace(clientset kubernetes.Interface, deletedBy string, request *msgs.DeleteNamespaceRequest) msgs.DeleteNamespaceResponse
DeleteNamespace ...
func DeleteNamespaceHandler ¶
func DeleteNamespaceHandler(w http.ResponseWriter, r *http.Request)
func ShowNamespace ¶
func ShowNamespace(clientset kubernetes.Interface, username string, request *msgs.ShowNamespaceRequest) msgs.ShowNamespaceResponse
func ShowNamespaceHandler ¶
func ShowNamespaceHandler(w http.ResponseWriter, r *http.Request)
ShowNamespaceHandler ... pgo show namespace
func UpdateNamespace ¶
func UpdateNamespace(clientset kubernetes.Interface, updatedBy string, request *msgs.UpdateNamespaceRequest) msgs.UpdateNamespaceResponse
UpdateNamespace ...
func UpdateNamespaceHandler ¶
func UpdateNamespaceHandler(w http.ResponseWriter, r *http.Request)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.