Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { Init(ctx context.Context, ns, accessKey, secretKey string) error IsDataCleaned(ctx context.Context, ns, prefix string) (bool, error) Clean(ctx context.Context, ns string) error Config(ns, prefix string) *v1alpha1.S3StorageProvider Bucket() string }
func New ¶
func New(provider string, c kubernetes.Interface, fw portforward.PortForwarder) (Interface, error)
func NewMinio ¶
func NewMinio(c kubernetes.Interface, fw portforward.PortForwarder) Interface
Click to show internal directories.
Click to hide internal directories.