Documentation
¶
Index ¶
- func SetMemberStore(ctx context.Context, schema *types.Schema, mgmt *config.ScaledContext)
- type Store
- type Wrapper
- func (w Wrapper) ActionHandler(actionName string, action *types.Action, apiContext *types.APIContext) error
- func (w Wrapper) Formatter(apiContext *types.APIContext, resource *types.RawResource)
- func (w Wrapper) LinkHandler(apiContext *types.APIContext, next types.RequestHandler) error
- func (w Wrapper) Validator(request *types.APIContext, schema *types.Schema, data map[string]interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetMemberStore ¶
func SetMemberStore(ctx context.Context, schema *types.Schema, mgmt *config.ScaledContext)
Types ¶
type Store ¶
type Store struct {
types.Store
// contains filtered or unexported fields
}
type Wrapper ¶
type Wrapper struct {
MultiClusterApps v3.MultiClusterAppInterface
MultiClusterAppLister v3.MultiClusterAppLister
MultiClusterAppRevisionLister v3.MultiClusterAppRevisionLister
PrtbLister v3.ProjectRoleTemplateBindingLister
CrtbLister v3.ClusterRoleTemplateBindingLister
RoleTemplateLister v3.RoleTemplateLister
Users v3.UserInterface
GrbLister v3.GlobalRoleBindingLister
GrLister v3.GlobalRoleLister
Prtbs v3.ProjectRoleTemplateBindingInterface
Crtbs v3.ClusterRoleTemplateBindingInterface
ProjectLister v3.ProjectLister
ClusterLister v3.ClusterLister
Apps pv3.AppInterface
}
func (Wrapper) ActionHandler ¶
func (w Wrapper) ActionHandler(actionName string, action *types.Action, apiContext *types.APIContext) error
func (Wrapper) Formatter ¶
func (w Wrapper) Formatter(apiContext *types.APIContext, resource *types.RawResource)
func (Wrapper) LinkHandler ¶
func (w Wrapper) LinkHandler(apiContext *types.APIContext, next types.RequestHandler) error
Click to show internal directories.
Click to hide internal directories.