Documentation ¶
Index ¶
- func ContainsString(list []string, s string) bool
- func GetAPIKeySecret(credentials *datadoghqv1alpha1.DatadogCredentials, defaultName string) (bool, string, string)
- func GetAppKeySecret(credentials *datadoghqv1alpha1.DatadogCredentials, defaultName string) (bool, string, string)
- func GetDefaultCredentialsSecretName(dda *datadoghqv1alpha1.DatadogAgent) string
- func RemoveString(list []string, s string) []string
- func ShouldReturn(result reconcile.Result, err error) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainsString ¶
ContainsString checks if a slice contains a specific string
func GetAPIKeySecret ¶ added in v0.3.0
func GetAPIKeySecret(credentials *datadoghqv1alpha1.DatadogCredentials, defaultName string) (bool, string, string)
GetAPIKeySecret returns the API key secret name and the key inside the secret returns <is_set>, secretName, secretKey
func GetAppKeySecret ¶ added in v0.3.0
func GetAppKeySecret(credentials *datadoghqv1alpha1.DatadogCredentials, defaultName string) (bool, string, string)
GetAppKeySecret returns the APP key secret name and the key inside the secret returns <is_set>, secretName, secretKey
func GetDefaultCredentialsSecretName ¶ added in v0.5.0
func GetDefaultCredentialsSecretName(dda *datadoghqv1alpha1.DatadogAgent) string
GetDefaultCredentialsSecretName returns the default name for credentials secret
func RemoveString ¶
RemoveString removes a specific string from a slice
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.