Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SnapshotBackend ¶ added in v1.15.0
type SnapshotBackend struct { *minio.Client // contains filtered or unexported fields }
func NewSnapshotBackend ¶ added in v1.15.0
func NewSnapshotBackend(ctx context.Context, r *rest.Config, k kubernetes.Interface) (*SnapshotBackend, error)
NewSnapshotBackend creates a connection to the snapshot backend and returns a client for it
func (*SnapshotBackend) Close ¶ added in v1.15.0
func (sb *SnapshotBackend) Close()
Close closes the underlying snapshot backend client
Click to show internal directories.
Click to hide internal directories.