Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrRecordVersionChanged = errors.New("record version changed")
Functions ¶
Types ¶
type InMemoryStore ¶
func NewInMemoryStore ¶
func NewInMemoryStore() *InMemoryStore
type KubernetesResourceAnnotationsStore ¶
type KubernetesResourceAnnotationsStore struct { KubernetesInterface dynamic.Interface GVR schema.GroupVersionResource ResourceName string Namespace string }
func NewKubernetesResourceAnnotationsStore ¶
func NewKubernetesResourceAnnotationsStore(kubernetesInterface dynamic.Interface, gvr schema.GroupVersionResource, resourceName, namespace string) *KubernetesResourceAnnotationsStore
type OptimisticLockingStore ¶
Click to show internal directories.
Click to hide internal directories.