package
2.7.0+incompatible
Repository: https://github.com/kubernetes/dashboard.git
Documentation: pkg.go.dev
# 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.
# Structs
Service is a representation of a service.
Service is a representation of a service.
ServiceList contains a list of services in the cluster.