Documentation
¶
Overview ¶
Package deployments contains code to get operator deployment
Index ¶
- func GetOperatorConfigMaps(ctx context.Context) ([]corev1.ConfigMap, error)
- func GetOperatorDeployment(ctx context.Context) (appsv1.Deployment, error)
- func GetOperatorNamespaceName(ctx context.Context) (string, error)
- func GetOperatorPods(ctx context.Context) ([]corev1.Pod, error)
- func GetOperatorSecrets(ctx context.Context) ([]corev1.Secret, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetOperatorConfigMaps ¶ added in v1.15.1
GetOperatorConfigMaps returns the configmap referenced by the operator
func GetOperatorDeployment ¶
func GetOperatorDeployment(ctx context.Context) (appsv1.Deployment, error)
GetOperatorDeployment returns the operator Deployment if there is a single one running, error otherwise
func GetOperatorNamespaceName ¶
GetOperatorNamespaceName returns the namespace the operator Deployment is running in
func GetOperatorPods ¶ added in v1.15.1
GetOperatorPods returns the operator pods if found, error otherwise
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.