# Functions
CreateServiceList returns paginated service list based on given service array and pagination query.
GetServiceDetail gets service details.
GetServiceEvents returns model events for a service with the given name in the given namespace.
GetServiceList returns a list of all services in the cluster.
GetServiceListFromChannels returns a list of all services in the cluster.
GetServicePods gets list of pods targeted by given label selector in given namespace.
ToService returns api service object based on kubernetes service object.
ToServiceDetail returns api service object based on kubernetes service object.
# Structs
Service is a representation of a service.
Service is a representation of a service.
ServiceList contains a list of services in the cluster.
# Type aliases
No description provided by the author