Documentation ¶
Index ¶
- Variables
- func GetStorageParamsForTempoMonolithic(ctx context.Context, client client.Client, tempo v1alpha1.TempoMonolithic) (manifestutils.StorageParams, field.ErrorList)
- func GetStorageParamsForTempoStack(ctx context.Context, client client.Client, tempo v1alpha1.TempoStack) (manifestutils.StorageParams, field.ErrorList)
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.
Click to show internal directories.
Click to hide internal directories.