Versions in this module Expand all Collapse all v4 v4.1.0 Jan 12, 2021 v4.0.0 Aug 10, 2020 Changes in this version + type Clients struct + func NewClients(config ClientsConfig) *Clients + func NewEmpty() *Clients + func (c *Clients) CRDClient() k8scrdclient.Interface + func (c *Clients) CtrlClient() client.Client + func (c *Clients) DynClient() dynamic.Interface + func (c *Clients) ExtClient() apiextensionsclient.Interface + func (c *Clients) G8sClient() versioned.Interface + func (c *Clients) K8sClient() kubernetes.Interface + func (c *Clients) RESTClient() rest.Interface + func (c *Clients) RESTConfig() *rest.Config + func (c *Clients) Scheme() *runtime.Scheme + type ClientsConfig struct + CrdClient k8scrdclient.Interface + CtrlClient client.Client + DynClient dynamic.Interface + ExtClient apiextensionsclient.Interface + G8sClient versioned.Interface + K8sClient kubernetes.Interface + RestClient rest.Interface + RestConfig *rest.Config Other modules containing this package github.com/giantswarm/k8sclient github.com/giantswarm/k8sclient/v2 github.com/giantswarm/k8sclient/v3 github.com/giantswarm/k8sclient/v5 github.com/giantswarm/k8sclient/v6 github.com/giantswarm/k8sclient/v7 github.com/giantswarm/k8sclient/v8