Documentation ¶
Index ¶
- Variables
- func NewStorage(mgr manager.Manager) backend.Store
- type SvcStore
- func (s *SvcStore) Get(ctx context.Context, cluster, namespace, name string) (backend.IBackend, error)
- func (s *SvcStore) GroupVersionKind() schema.GroupVersionKind
- func (s *SvcStore) NewObject() client.Object
- func (s *SvcStore) NewObjectList() client.ObjectList
- func (s *SvcStore) Wrap(cluster string, obj client.Object) (backend.IBackend, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var GVK = corev1.SchemeGroupVersion.WithKind("Service")
Functions ¶
Types ¶
type SvcStore ¶
type SvcStore struct {
// contains filtered or unexported fields
}
func (*SvcStore) GroupVersionKind ¶
func (s *SvcStore) GroupVersionKind() schema.GroupVersionKind
func (*SvcStore) NewObjectList ¶
func (s *SvcStore) NewObjectList() client.ObjectList
Click to show internal directories.
Click to hide internal directories.