Documentation
¶
Index ¶
- func GenerateAlloyLoggingSecret(cluster *capi.Cluster, credentialsSecret *v1.Secret, lokiURL string, ...) (map[string][]byte, error)
- func GenerateLoggingSecret(cluster *capi.Cluster, loggingAgent *common.LoggingAgent, ...) (v1.Secret, error)
- func GeneratePromtailLoggingSecret(cluster *capi.Cluster, credentialsSecret *v1.Secret, lokiURL string, ...) (map[string][]byte, error)
- func GetLoggingSecretName(cluster *capi.Cluster) string
- func SecretMeta(cluster *capi.Cluster) metav1.ObjectMeta
- type Resource
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateAlloyLoggingSecret ¶ added in v0.7.0
func GenerateLoggingSecret ¶
func GeneratePromtailLoggingSecret ¶ added in v0.7.0
func GeneratePromtailLoggingSecret(cluster *capi.Cluster, credentialsSecret *v1.Secret, lokiURL string, installationName string, insecureCA bool) (map[string][]byte, error)
GeneratePromtailLoggingSecret returns a secret for the Loki-multi-tenant-proxy config
func GetLoggingSecretName ¶ added in v0.7.0
func SecretMeta ¶
func SecretMeta(cluster *capi.Cluster) metav1.ObjectMeta
SecretMeta returns metadata for the logging-secret
Types ¶
type Resource ¶ added in v0.30.0
Resource implements a resource.Interface to handle Logging secret: extra logging secret about where and how to send logs
Click to show internal directories.
Click to hide internal directories.