Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServicesAndDiscovery ¶
type ServicesAndDiscovery struct { ServiceList service.ServiceList `json:"serviceList"` IngressList ingress.IngressList `json:"ingressList"` }
ServicesAndDiscovery structure contains all resource lists grouped into the servicesAndDiscovery category.
func GetServicesAndDiscovery ¶
func GetServicesAndDiscovery(client *k8sClient.Clientset, nsQuery *common.NamespaceQuery) ( *ServicesAndDiscovery, error)
GetServicesAndDiscovery returns a list of all servicesAndDiscovery resources in the cluster.
func GetServicesAndDiscoveryFromChannels ¶
func GetServicesAndDiscoveryFromChannels(channels *common.ResourceChannels) ( *ServicesAndDiscovery, error)
GetServicesAndDiscoveryFromChannels returns a list of all servicesAndDiscovery in the cluster, from the channel sources.
Click to show internal directories.
Click to hide internal directories.