Versions in this module Expand all Collapse all v0 v0.0.2 Oct 7, 2021 v0.0.1 Sep 30, 2021 Changes in this version + func AuthClient() (*authorization.AuthorizationV1Client, error) + func Client(scheme *runtime.Scheme) (client.Client, error) + func CreateOrPatchObject(obj, original, parent runtime.Object, cli client.Client, ...) error + func FileExists(path string) bool + func GetGitCli(app *cdv1.Application, cli client.Client) (git.Client, error) + func Namespace() (string, error) + func RandomString(length int) string + func RespondError(w http.ResponseWriter, code int, msg string) error + func RespondJSON(w http.ResponseWriter, data interface{}) error + type ErrorResponse struct + Message string