clients

package
v0.0.0-...-21cfbab Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type V1ClientInterface

type V1ClientInterface interface {
	Apply(d *model.KVPair) (*model.KVPair, error)
	Update(d *model.KVPair) (*model.KVPair, error)
	Get(k model.Key) (*model.KVPair, error)
	List(l model.ListInterface) ([]*model.KVPair, error)
	IsKDD() bool
}

func LoadKDDClientV1FromAPIConfigV3

func LoadKDDClientV1FromAPIConfigV3(apiConfigv3 *apiconfig.CalicoAPIConfig) (V1ClientInterface, error)

LoadKDDClientV1FromAPIConfigV3 loads the KDD v1 client given the v3 API Config (since the v1 and v3 client use the same access information).

Directories

Path Synopsis
v1
k8s

Jump to

Keyboard shortcuts

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