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).
Click to show internal directories.
Click to hide internal directories.