Versions in this module Expand all Collapse all v1 v1.15.1 May 27, 2022 Changes in this version + func GetOperatorConfigMaps(ctx context.Context) ([]corev1.ConfigMap, error) + func GetOperatorPods(ctx context.Context) ([]corev1.Pod, error) + func GetOperatorSecrets(ctx context.Context) ([]corev1.Secret, error) v1.15.0 Apr 21, 2022 Changes in this version + func GetOperatorDeployment(ctx context.Context) (appsv1.Deployment, error) + func GetOperatorNamespaceName(ctx context.Context) (string, error) + func GetOperatorPod(ctx context.Context) (corev1.Pod, error)