Documentation ¶
Index ¶
- Constants
- func CreatePgouser(clientset kubernetes.Interface, createdBy string, ...) msgs.CreatePgouserResponse
- func CreatePgouserHandler(w http.ResponseWriter, r *http.Request)
- func DeletePgouser(clientset kubernetes.Interface, deletedBy string, ...) msgs.DeletePgouserResponse
- func DeletePgouserHandler(w http.ResponseWriter, r *http.Request)
- func ShowPgouser(clientset kubernetes.Interface, request *msgs.ShowPgouserRequest) msgs.ShowPgouserResponse
- func ShowPgouserHandler(w http.ResponseWriter, r *http.Request)
- func UpdatePgouser(clientset kubernetes.Interface, updatedBy string, ...) msgs.UpdatePgouserResponse
- func UpdatePgouserHandler(w http.ResponseWriter, r *http.Request)
Constants ¶
View Source
const MAP_KEY_NAMESPACES = "namespaces"
View Source
const MAP_KEY_PASSWORD = "password"
View Source
const MAP_KEY_ROLES = "roles"
View Source
const MAP_KEY_USERNAME = "username"
Variables ¶
This section is empty.
Functions ¶
func CreatePgouser ¶
func CreatePgouser(clientset kubernetes.Interface, createdBy string, request *msgs.CreatePgouserRequest) msgs.CreatePgouserResponse
CreatePgouser ...
func CreatePgouserHandler ¶
func CreatePgouserHandler(w http.ResponseWriter, r *http.Request)
func DeletePgouser ¶
func DeletePgouser(clientset kubernetes.Interface, deletedBy string, request *msgs.DeletePgouserRequest) msgs.DeletePgouserResponse
DeletePgouser ...
func DeletePgouserHandler ¶
func DeletePgouserHandler(w http.ResponseWriter, r *http.Request)
func ShowPgouser ¶
func ShowPgouser(clientset kubernetes.Interface, request *msgs.ShowPgouserRequest) msgs.ShowPgouserResponse
ShowPgouser ...
func ShowPgouserHandler ¶
func ShowPgouserHandler(w http.ResponseWriter, r *http.Request)
func UpdatePgouser ¶
func UpdatePgouser(clientset kubernetes.Interface, updatedBy string, request *msgs.UpdatePgouserRequest) msgs.UpdatePgouserResponse
UpdatePgouser - update the pgouser secret
func UpdatePgouserHandler ¶
func UpdatePgouserHandler(w http.ResponseWriter, r *http.Request)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.