Versions in this module Expand all Collapse all v0 v0.0.2 Mar 25, 2024 v0.0.1 Jan 11, 2024 Changes in this version + type Clients struct + API apicontrollers.Interface + Admission admissionregcontrollers.Interface + Apply apply.Apply + Apps appcontrollers.Interface + Batch batchcontrollers.Interface + CRD crdcontrollers.Interface + CachedDiscovery discovery.CachedDiscoveryInterface + ClientConfig clientcmd.ClientConfig + Core corecontrollers.Interface + Dynamic *dynamic.Controller + FactoryOptions *generic.FactoryOptions + K8s kubernetes.Interface + RBAC rbaccontrollers.Interface + RESTConfig *rest.Config + RESTMapper meta.RESTMapper + SharedControllerFactory controller.SharedControllerFactory + func New(clientConfig clientcmd.ClientConfig, opts *generic.FactoryOptions) (*Clients, error) + func NewFromConfig(cfg *rest.Config, opts *generic.FactoryOptions) (*Clients, error) + func (c *Clients) Start(ctx context.Context) error + func (c *Clients) ToDiscoveryClient() (discovery.CachedDiscoveryInterface, error) + func (c *Clients) ToRESTConfig() (*rest.Config, error) + func (c *Clients) ToRESTMapper() (meta.RESTMapper, error) + func (c *Clients) ToRawKubeConfigLoader() clientcmd.ClientConfig