allocator

package
v1.17.0-pre.1 Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2024 License: Apache-2.0 Imports: 12 Imported by: 12

Documentation

Overview

Package allocator provides a kvstore based ID allocator

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewKVStoreBackend

func NewKVStoreBackend(c KVStoreBackendConfiguration) (allocator.Backend, error)

NewKVStoreBackend creates a pkg/allocator.Backend compatible instance. The specific kvstore used is configured in pkg/kvstore.

Types

type KVStoreBackendConfiguration

type KVStoreBackendConfiguration struct {
	BasePath string
	Suffix   string
	Typ      allocator.AllocatorKey
	Backend  kvstore.BackendOperations
}

Directories

Path Synopsis
SPDX-License-Identifier: Apache-2.0 Copyright Authors of Cilium
SPDX-License-Identifier: Apache-2.0 Copyright Authors of Cilium

Jump to

Keyboard shortcuts

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