storage

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: AGPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrFetchingConfigMap is used in the webhook to not fail validation when there was an error retrieving the ConfigMap.
	// Manifests can be applied out-of-order (i.e. the CR gets applied before the ConfigMap).
	ErrFetchingConfigMap = "could not fetch ConfigMap"
)
View Source
var (
	// ErrFetchingSecret is used in the webhook to not fail validation when there was an error retrieving the storage secret.
	// Manifests can be applied out-of-order (i.e. the CR gets applied before the storage secret).
	ErrFetchingSecret = "could not fetch Secret"
)

Functions

func GetStorageParamsForTempoMonolithic

func GetStorageParamsForTempoMonolithic(ctx context.Context, client client.Client, tempo v1alpha1.TempoMonolithic) (manifestutils.StorageParams, field.ErrorList)

GetStorageParamsForTempoMonolithic validates and retrieves StorageParams of the TempoMonolithic CR.

func GetStorageParamsForTempoStack

func GetStorageParamsForTempoStack(ctx context.Context, client client.Client, tempo v1alpha1.TempoStack) (manifestutils.StorageParams, field.ErrorList)

GetStorageParamsForTempoStack validates and retrieves StorageParams of the TempoStack CR.

Types

This section is empty.

Jump to

Keyboard shortcuts

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