minio

package
v1.72.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 22, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultNamespace = "minio"
	DefaultService   = "minio"
	DefaultAccessKey = "accessKey"
	DefaultSecretKey = "secretKey"
	DefaultBucket    = "bucket1"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Minio

type Minio struct {
	// contains filtered or unexported fields
}

func New

func New(opts Options) Minio

func (*Minio) GetAccessKey

func (m *Minio) GetAccessKey() string

func (*Minio) GetBucket

func (m *Minio) GetBucket() string

func (*Minio) GetSecretKey

func (m *Minio) GetSecretKey() string

func (*Minio) GetURL

func (m *Minio) GetURL() string

func (*Minio) Install

func (m *Minio) Install(helmCLI *helm.CLI, kubeconfig string)

type Options

type Options struct {
	Namespace string
	Service   string
	AccessKey string
	SecretKey string
	Bucket    string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL