Documentation ¶
Overview ¶
Package clients contains utility methods to create and manage clients with custom features.
Package clients contains utility methods to create and manage clients with custom features.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCachedClientWithConfig ¶
func GetCachedClientWithConfig(ctx context.Context, scheme *runtime.Scheme, mapper meta.RESTMapper, conf *rest.Config, cacheOptions *ctrlcache.Options) (client.Client, error)
GetCachedClientWithConfig returns a controller runtime client with the cache initialized only for the resources added to the scheme. The necessary rest.Config is passed as third parameter, it must not be nil.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.