Versions in this module Expand all Collapse all v0 v0.1.0 Sep 13, 2023 Changes in this version + func DecodeSecretData(ctx context.Context, nn types.NamespacedName, client client.Client) (map[string]string, error) + func PathFromHome(paths ...string) string + func Secret(ctx context.Context, nn types.NamespacedName, client client.Client) (*v1.Secret, error) v0.0.5 Jan 14, 2023 v0.0.4 Nov 2, 2022 v0.0.3 Nov 2, 2022 Changes in this version + func ByteToCaCert(pemBytes []byte) (*x509.Certificate, error) + func ByteToCaPrivateKey(pemBytes []byte) (*rsa.PrivateKey, error) + func CreateFileFromBytes(path string, buffer []byte) error + func DeleteFile(path string) error + func FilePathFromHome(path string) string