Documentation ¶
Index ¶
- func GetNameForCollectorService(jaeger *v1alpha1.Jaeger) string
- func GetNameForQueryService(jaeger *v1alpha1.Jaeger) string
- func GetPortForQueryService(jaeger *v1alpha1.Jaeger) int
- func NewAgentService(jaeger *v1alpha1.Jaeger, selector map[string]string) *v1.Service
- func NewCollectorService(jaeger *v1alpha1.Jaeger, selector map[string]string) *v1.Service
- func NewQueryService(jaeger *v1alpha1.Jaeger, selector map[string]string) *v1.Service
- func NewZipkinService(jaeger *v1alpha1.Jaeger, selector map[string]string) *v1.Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetNameForCollectorService ¶
GetNameForCollectorService returns the service name for the collector in this Jaeger instance
func GetNameForQueryService ¶
GetNameForQueryService returns the query service name for this Jaeger instance
func GetPortForQueryService ¶
GetPortForQueryService returns the query service name for this Jaeger instance
func NewAgentService ¶
NewAgentService returns a new Kubernetes service for Jaeger Agent backed by the pods matching the selector
func NewCollectorService ¶
NewCollectorService returns a new Kubernetes service for Jaeger Collector backed by the pods matching the selector
func NewQueryService ¶
NewQueryService returns a new Kubernetes service for Jaeger Query backed by the pods matching the selector
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.