Documentation ¶
Index ¶
- func DynamicClientFromContext(ctx context.Context) client.Client
- func New(ctx context.Context, namespace string) (client.Client, error)
- func NewContextWithDynamicClient(ctx context.Context, client client.Client) context.Context
- func NewContextWithStaticClient(ctx context.Context, client client.Client) context.Context
- func NewScheme() (*runtime.Scheme, error)
- func StaticClientFromContext(ctx context.Context) client.Client
- type SchemeAdder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
New returns a new controller runtime caching client, initialized with core and unikorn resources for typed operation.
Types ¶
type SchemeAdder ¶
SchemeAdder allows custom resources to be added to the scheme.
Click to show internal directories.
Click to hide internal directories.