Documentation ¶
Index ¶
- Constants
- func CreateAppSecret(k8sClient *kubernetes.Clientset, secretName string, secretNamespace string) (bool, error)
- func GetAppSecret(k8sclient *kubernetes.Clientset) (*coreV1.Secret, error)
- func GetSecretContent[T any](k8sClient *kubernetes.Clientset, contentPath string) (*T, error)
- func SetSecretContent[T any](k8sClient *kubernetes.Clientset, contentPath string, content *T) (bool, error)
Constants ¶
View Source
const ( AppLogPath = "AppLog" FailurePath = "Failures" )
Variables ¶
This section is empty.
Functions ¶
func CreateAppSecret ¶
func GetAppSecret ¶
func GetAppSecret(k8sclient *kubernetes.Clientset) (*coreV1.Secret, error)
func GetSecretContent ¶
func GetSecretContent[T any](k8sClient *kubernetes.Clientset, contentPath string) (*T, error)
func SetSecretContent ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.