Documentation
      ¶
    
    
  
    
  
    Index ¶
- Constants
 - func Formatter(apiContext *types.APIContext, resource *types.RawResource)
 - type Wrapper
 - func (w Wrapper) ActionHandler(actionName string, action *types.Action, apiContext *types.APIContext) error
 - 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 ¶
      View Source
      
  
const (
	MCappLabel = "mcapp"
)
    Variables ¶
This section is empty.
Functions ¶
func Formatter ¶
func Formatter(apiContext *types.APIContext, resource *types.RawResource)
Types ¶
type Wrapper ¶
type Wrapper struct {
	Clusters              v3.ClusterInterface
	TemplateVersionClient v3.CatalogTemplateVersionInterface
	KubeConfigGetter      common.KubeConfigGetter
	AppGetter             pv3.AppsGetter
	UserLister            v3.UserLister
	UserManager           user.Manager
}
    func (Wrapper) ActionHandler ¶
func (Wrapper) LinkHandler ¶
func (w Wrapper) LinkHandler(apiContext *types.APIContext, next types.RequestHandler) error
 Click to show internal directories. 
   Click to hide internal directories.