Documentation ¶
Index ¶
- func GetEndpointController(listWatch *cache.ListWatch, logChannel chan string) cache.Controller
- func GetEndpointListWatch(clientset *kubernetes.Clientset) *cache.ListWatch
- func GetServiceController(listWatch *cache.ListWatch, logChannel chan string) cache.Controller
- func GetServiceListWatch(clientset *kubernetes.Clientset) *cache.ListWatch
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEndpointController ¶
func GetEndpointController(listWatch *cache.ListWatch, logChannel chan string) cache.Controller
GetEndpointController returns a Controller based on listWatch. Exports every message into logChannel.
func GetEndpointListWatch ¶
func GetEndpointListWatch(clientset *kubernetes.Clientset) *cache.ListWatch
GetEndpointListWatch makes a ListWatch of every Endpoint in the cluster.
func GetServiceController ¶
func GetServiceController(listWatch *cache.ListWatch, logChannel chan string) cache.Controller
GetServiceController returns a Controller based on listWatch. Exports every message into logChannel.
func GetServiceListWatch ¶
func GetServiceListWatch(clientset *kubernetes.Clientset) *cache.ListWatch
GetServiceListWatch makes a ListWatch of every Service in the cluster.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.