startup

package
v0.0.0-...-076cea6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 7, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AutoOperatorConfigurationResourceHandler

type AutoOperatorConfigurationResourceHandler struct {
	client.Client
	OperatorNamespace  string
	WebhookServiceName string
	// contains filtered or unexported fields
}

func (*AutoOperatorConfigurationResourceHandler) CreateOrUpdateOperatorConfigurationResource

func (r *AutoOperatorConfigurationResourceHandler) CreateOrUpdateOperatorConfigurationResource(
	ctx context.Context,
	operatorConfiguration *OperatorConfigurationValues,
	logger *logr.Logger,
) error

type OperatorConfigurationValues

type OperatorConfigurationValues struct {
	Endpoint string
	Token    string
	SecretRef
	ApiEndpoint                                      string
	Dataset                                          string
	SelfMonitoringEnabled                            bool
	KubernetesInfrastructureMetricsCollectionEnabled bool
}

type SecretRef

type SecretRef struct {
	Name string
	Key  string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL