Documentation
¶
Index ¶
- func GenerateAlloyLoggingSecret(ctx context.Context, cluster *capi.Cluster, ...) (map[string][]byte, error)
- func GenerateLoggingSecret(ctx context.Context, cluster *capi.Cluster, logsAuthManager auth.AuthManager, ...) (v1.Secret, error)
- 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 SecretMeta ¶
func SecretMeta(cluster *capi.Cluster) metav1.ObjectMeta
SecretMeta returns metadata for the logging-secret
Types ¶
type Resource ¶ added in v0.30.0
type Resource struct {
Client client.Client
Config config.Config
LogsAuthManager auth.AuthManager
TracesAuthManager auth.AuthManager
}
Resource implements a resource.Interface to handle Logging secret: extra logging secret about where and how to send logs
func (*Resource) ReconcileCreate ¶ added in v0.30.0
ReconcileCreate ensures logging-secret is created with the right credentials
Click to show internal directories.
Click to hide internal directories.