minio

package
v1.108.11 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultNamespace   = "minio"
	DefaultReleaseName = "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
	ReleaseName 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