Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Set ¶
func Set(ctx *fiber.Ctx, appContext *AppContext)
Types ¶
type AppContext ¶
type AppContext struct {
// contains filtered or unexported fields
}
func Get ¶
func Get(ctx *fiber.Ctx) *AppContext
func NewAppContext ¶
func NewAppContext(kubeClient kubernetes.Interface, velaClient versioned.Interface) *AppContext
func (*AppContext) GetKubeClient ¶
func (c *AppContext) GetKubeClient() kubernetes.Interface
func (*AppContext) GetVelaClient ¶
func (c *AppContext) GetVelaClient() versioned.Interface
Click to show internal directories.
Click to hide internal directories.