Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type S3Client ¶
type S3Client interface {
Upload(ctx context.Context, body io.ReadCloser) error
}
func NewS3Client ¶
func NewS3Client( ctx context.Context, managementClusterClient *alias.ManagementClusterClient, hostedControlPlane *v1alpha1.HostedControlPlane, cluster *capiv2.Cluster, ) (S3Client, error)
type S3ClientFactory ¶
type S3ClientFactory = func( ctx context.Context, managementClusterClient *alias.ManagementClusterClient, hostedControlPlane *v1alpha1.HostedControlPlane, cluster *capiv2.Cluster, ) (S3Client, error)
Click to show internal directories.
Click to hide internal directories.