alibaba

package
v0.5.8 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2022 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

type KeyManagementService

type KeyManagementService struct {
	Client SMInterface
	// contains filtered or unexported fields
}

func (*KeyManagementService) Close

func (kms *KeyManagementService) Close(ctx context.Context) error

func (*KeyManagementService) GetAllSecrets

func (kms *KeyManagementService) GetAllSecrets(ctx context.Context, ref esv1beta1.ExternalSecretFind) (map[string][]byte, error)

Empty GetAllSecrets.

func (*KeyManagementService) GetSecret

GetSecret returns a single secret from the provider.

func (*KeyManagementService) GetSecretMap

GetSecretMap returns multiple k/v pairs from the provider.

func (*KeyManagementService) NewClient

NewClient constructs a new secrets client based on the provided store.

func (*KeyManagementService) Validate

func (*KeyManagementService) ValidateStore

func (kms *KeyManagementService) ValidateStore(store esv1beta1.GenericStore) error

type SMInterface

type SMInterface interface {
	GetSecretValue(request *kmssdk.GetSecretValueRequest) (response *kmssdk.GetSecretValueResponse, err error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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