Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func K8sEyeGver ¶
func K8sEyeGver() map[schema.GroupVersion][]string
func KeEyeGver ¶
func KeEyeGver() map[schema.GroupVersion][]string
Types ¶
type InformerFactory ¶
type InformerFactory interface { KubeEyeInformerFactory() externalversions.SharedInformerFactory KubernetesInformerFactory() informers.SharedInformerFactory Start(stopCh <-chan struct{}) ForResources(keEyeGver map[schema.GroupVersion][]string, k8sEyeGver map[schema.GroupVersion][]string) }
func NewInformerFactory ¶
func NewInformerFactory(k8sClient kubernetes.Interface, kubeEyeClient kubeeyeClient.Interface) InformerFactory
Click to show internal directories.
Click to hide internal directories.