pkg

package
v0.0.0-...-7c8e3fd Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDriver

func NewDriver(ctx context.Context, provisioner, minioHost, accessKey, secretKey string) (*IdentityServer, *ProvisionerServer, error)

Types

type IdentityServer

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

func (*IdentityServer) ProvisionerGetInfo

type ProvisionerServer

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

func (*ProvisionerServer) ProvisionerCreateBucket

ProvisionerCreateBucket is an idempotent method for creating buckets It is expected to create the same bucket given a bucketName and protocol If the bucket already exists, then it MUST return codes.AlreadyExists Return values

nil -                   Bucket successfully created
codes.AlreadyExists -   Bucket already exists. No more retries
non-nil err -           Internal error                                [requeue'd with exponential backoff]

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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