package
0.0.2
Repository: https://github.com/clstb/ksp.git
Documentation: pkg.go.dev

# Functions

Create is a http handler that handles the kubernetes secret post endpoint.
Error is a http handler that is called when errors in other handlers occur.
Patch is a http handler handles the kubernetes secret patch endpoint.

# Structs

BodyReadError occurs when the read of a http request body failed.
InjectorError occurs when injecting a corev1.Secret failed.
PatchApplyError occurs when applying a patch to a kubernetes resources failed.
PatchCreateError occurs when creating a patch from two kubernetes resources failed.
SecretDecodeError occurs when decoding json to corev1.Secret failed.
SecretEncodeError occurs when encoding a corev1.Secret to json failed.
SecretGetError occurs when retrieving a corev1.Secret from a remote cluster failed.