etcd_store

package
v0.0.0-...-614d85d Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RoleBindingStore

type RoleBindingStore interface {
	Add(rb rbac.RoleBinding) (*rbac.RoleBinding, error)

	Delete(name string) error

	Get(name string) (*rbac.RoleBinding, error)

	List() ([]rbac.RoleBinding, error)
}

RoleBindingStore defines API to manage role-binding objects

func NewRoleBindingStore

func NewRoleBindingStore(keyPrefix string, client *etcd.Client) RoleBindingStore

NewRoleBindingStore creates store to manage role-binding in Etcd

Jump to

Keyboard shortcuts

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