Versions in this module Expand all Collapse all v1 v1.0.0 Dec 17, 2020 Changes in this version + func ApplyObject(client client.Client, object runtime.Object) error + func BuildImage(name, tag, fullImageIfNotEmpty string) string + func FindPort(podName, component string, containers []corev1.Container) int32 + func GetNodeIPs(cli client.Client, namespace string, labels map[string]string) ([]string, error) + func GetServiceByMeta(cli client.Client, svc *corev1.Service) (*corev1.Service, error) + func PDAddress(tc *v1alpha1.TidbCluster) string + func RenderTemplateFunc(tpl *template.Template, model interface{}) (string, error)