Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
S3 *S3Config
File *FileConfig
}
Config represents the storage provider configuration required to wire env vars, secrets, and volumes into controller-managed workloads.
type FileConfig ¶
type FileConfig struct {
Path string
VolumeClaimName string
EmptyDir *corev1.EmptyDirVolumeSource
}
FileConfig configures a filesystem-backed storage target.
Click to show internal directories.
Click to hide internal directories.