Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GCSAPI ¶
type GCSAPI interface {
UploadObject(ctx context.Context, bucket, objectName string, content io.Reader) error
DeleteObject(ctx context.Context, bucket, objectName string) error
}
GCSAPI defines the GCS operations used by the hosted cluster controller for OIDC document management.
type GCSClient ¶
type GCSClient struct {
// contains filtered or unexported fields
}
GCSClient wraps the auto-generated GCS REST client to implement GCSAPI.
func NewGCSClient ¶
func (*GCSClient) DeleteObject ¶
Click to show internal directories.
Click to hide internal directories.