Documentation
¶
Index ¶
- type Memory
- func (m *Memory) Delete(name string)
- func (m *Memory) EnsurePrimingWithManager(mgr ctrl.Manager) error
- func (m *Memory) IsPrimed() bool
- func (m *Memory) ListFromCacheOrAPI(ctx context.Context, c client.Client) ([]cozyv1alpha1.CozystackResourceDefinition, error)
- func (m *Memory) Snapshot() []cozyv1alpha1.CozystackResourceDefinition
- func (m *Memory) Upsert(obj *cozyv1alpha1.CozystackResourceDefinition)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Memory ¶
type Memory struct {
// contains filtered or unexported fields
}
func (*Memory) EnsurePrimingWithManager ¶
func (*Memory) ListFromCacheOrAPI ¶
func (m *Memory) ListFromCacheOrAPI(ctx context.Context, c client.Client) ([]cozyv1alpha1.CozystackResourceDefinition, error)
func (*Memory) Snapshot ¶
func (m *Memory) Snapshot() []cozyv1alpha1.CozystackResourceDefinition
func (*Memory) Upsert ¶
func (m *Memory) Upsert(obj *cozyv1alpha1.CozystackResourceDefinition)
Click to show internal directories.
Click to hide internal directories.