Documentation
¶
Index ¶
Constants ¶
View Source
const ( ServiceUserAnnotation = "valkey.aiven.nais.io/serviceUser" ProjectAnnotation = "valkey.aiven.nais.io/project" )
Annotations
View Source
const ( ValkeyUser = "VALKEY_USERNAME" ValkeyPassword = "VALKEY_PASSWORD" ValkeyURI = "VALKEY_URI" ValkeyHost = "VALKEY_HOST" ValkeyPort = "VALKEY_PORT" )
Environment variables
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ValkeyHandler ¶
type ValkeyHandler struct {
// contains filtered or unexported fields
}
func NewValkeyHandler ¶
func NewValkeyHandler(ctx context.Context, aiven *aiven.Client, projectName string) ValkeyHandler
func (ValkeyHandler) Apply ¶
func (h ValkeyHandler) Apply(ctx context.Context, application *aiven_nais_io_v1.AivenApplication, secret *v1.Secret, logger log.FieldLogger) error
Click to show internal directories.
Click to hide internal directories.