Documentation ¶
Index ¶
- func NewProxyStore(ctx context.Context, clientGetter ClientGetter, ...) types.Store
- type ClientGetter
- type Store
- func (p *Store) ByID(apiContext *types.APIContext, schema *types.Schema, id string) (map[string]interface{}, error)
- func (p *Store) Context() types.StorageContext
- func (p *Store) Create(apiContext *types.APIContext, schema *types.Schema, ...) (map[string]interface{}, error)
- func (p *Store) Delete(apiContext *types.APIContext, schema *types.Schema, id string) (map[string]interface{}, error)
- func (p *Store) List(apiContext *types.APIContext, schema *types.Schema, opt *types.QueryOptions) ([]map[string]interface{}, error)
- func (p *Store) Update(apiContext *types.APIContext, schema *types.Schema, ...) (map[string]interface{}, error)
- func (p *Store) Watch(apiContext *types.APIContext, schema *types.Schema, opt *types.QueryOptions) (chan map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewProxyStore ¶
func NewProxyStore(ctx context.Context, clientGetter ClientGetter, storageContext types.StorageContext, prefix []string, group, version, kind, resourcePlural string) types.Store
Types ¶
type ClientGetter ¶
type ClientGetter interface { Config(apiContext *types.APIContext, context types.StorageContext) (rest.Config, error) UnversionedClient(apiContext *types.APIContext, context types.StorageContext) (rest.Interface, error) APIExtClient(apiContext *types.APIContext, context types.StorageContext) (clientset.Interface, error) }
func NewClientGetterFromConfig ¶
func NewClientGetterFromConfig(config rest.Config) (ClientGetter, error)
type Store ¶
func (*Store) Context ¶
func (p *Store) Context() types.StorageContext
func (*Store) List ¶
func (p *Store) List(apiContext *types.APIContext, schema *types.Schema, opt *types.QueryOptions) ([]map[string]interface{}, error)
Click to show internal directories.
Click to hide internal directories.