agent

package
v1.3.3 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetProperty

func GetProperty(props map[string]interface{}, t taxonomy.ConnectionType, key string) (string, error)

get property

Types

type AgentInterface

type AgentInterface interface {
	// allocate storage
	AllocateStorage(request *storagemanager.AllocateStorageRequest, client kclient.Client) (taxonomy.Connection, error)
	// delete storage
	DeleteStorage(request *storagemanager.DeleteStorageRequest, client kclient.Client) error
	// return the supported connection type
	GetConnectionType() taxonomy.ConnectionType
}

agent interface for managing storage for a supported connection type

Jump to

Keyboard shortcuts

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