Versions in this module Expand all Collapse all v1 v1.19.1 Oct 25, 2022 Changes in this version + func NewCluster(clusterID string, hosts []string) (discovery.Cluster, error) + func ServiceObjectKeyFn(obj interface{}) (string, error) + func ServiceObjectNewFn() meta.Object + func TaskGroupObjectKeyFn(obj interface{}) (string, error) + func TaskGroupObjectNewFn() meta.Object + type TaskGroup struct + func (om *TaskGroup) GetAnnotations() map[string]string + func (om *TaskGroup) GetClusterName() string + func (om *TaskGroup) GetCreationTimestamp() time.Time + func (om *TaskGroup) GetLabels() map[string]string + func (om *TaskGroup) GetName() string + func (om *TaskGroup) GetNamespace() string + func (om *TaskGroup) SetAnnotations(annotation map[string]string) + func (om *TaskGroup) SetClusterName(clusterName string) + func (om *TaskGroup) SetCreationTimestamp(timestamp time.Time) + func (om *TaskGroup) SetLabels(labels map[string]string) + func (om *TaskGroup) SetName(name string) + func (om *TaskGroup) SetNamespace(ns string)