Documentation ¶
Index ¶
- func Register(f func(context.Context, *Context) error) func(ctx context.Context) error
- type Context
- func BuildContext(ctx context.Context, namespace string, config *rest.Config) (context.Context, *Context)
- func BuildContextAtK8(ctx context.Context, namespace string, config *rest.Config) (context.Context, *Context)
- func From(ctx context.Context) *Context
- func NewContext(namespace string, config *rest.Config) *Context
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Context ¶
type Context struct { Namespace string Apps *apps.Factory Core *core.Factory Ext *apiextensions.Factory Extensions *extensions.Factory K8s kubernetes.Interface Networking *networking.Factory RBAC *rbac.Factory Mesh *mesh.Factory Apply apply.Apply }
func BuildContext ¶
func BuildContextAtK8 ¶
Click to show internal directories.
Click to hide internal directories.