Documentation
¶
Index ¶
- func AsOwner(jaeger *v1.Jaeger) metav1.OwnerReference
- func DNSName(name string) string
- func FindItem(prefix string, args []string) string
- func GetEsHostname(opts map[string]string) string
- func GetPort(arg string, args []string, port int32) int32
- func InitObjectMeta(obj metav1.Object)
- func Labels(name, component string, jaeger v1.Jaeger) map[string]string
- func Merge(commonSpecs []v1.JaegerCommonSpec) *v1.JaegerCommonSpec
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AsOwner ¶ added in v1.11.0
func AsOwner(jaeger *v1.Jaeger) metav1.OwnerReference
AsOwner returns owner reference for jaeger
func DNSName ¶ added in v1.13.0
DNSName returns a dns-safe string for the given name. Any char that is not [a-z0-9] is replaced by "-". If the final name starts with "-", "a" is added as prefix. Similarly, if it ends with "-", "z" is added.
func GetEsHostname ¶ added in v1.11.0
GetEsHostname return first ES hostname from options map
func GetPort ¶ added in v1.11.1
GetPort returns a port, either from supplied default port, or extracted from supplied arg value
func InitObjectMeta ¶ added in v1.12.1
InitObjectMeta will set the required default settings to kubernetes objects metadata if is required.
func Merge ¶
func Merge(commonSpecs []v1.JaegerCommonSpec) *v1.JaegerCommonSpec
Merge returns a merged version of the list of JaegerCommonSpec instances with most specific first
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.