Versions in this module Expand all Collapse all v0 v0.29.6 Jul 17, 2024 v0.17.7 Jul 15, 2024 Changes in this version + func BuildClientset() + func Clientset() *kubernetes.Interface + func Config() (*rest.Config, error) + func LoadKubeConfig(config []byte) (*rest.Config, error) + func NewKubeClientWithConfigPath(configPath string) (kubernetes.Interface, error) + func NewKubeInClusterClient() (kubernetes.Interface, error) + func NewKubeOutClusterClient(config []byte) (kubernetes.Interface, error) + func NewSharedInformerFactory(clientset kubernetes.Interface) (informers.SharedInformerFactory, error)