Versions in this module Expand all Collapse all v0 v0.54.6 Nov 4, 2024 v0.54.5 Oct 24, 2024 v0.54.4 Oct 23, 2024 v0.54.3 Oct 22, 2024 v0.54.2 Oct 18, 2024 v0.54.1 Oct 22, 2024 v0.54.0 Oct 22, 2024 Changes in this version + func RetrieveKubeConfig(log logrus.FieldLogger) (*rest.Config, error) type Config + MonitorMetadataPath string + SelfPod Pod + type Pod struct + Name string + Namespace string + Node string v0.53.0 Oct 18, 2024 Changes in this version + type API struct + Key string + URL string + type ClusterControllerVersion struct + GitCommit string + GitRef string + Version string + func (a *ClusterControllerVersion) String() string + type Config struct + API API + ClusterID string + KubeClient KubeClient + Kubeconfig string + LeaderElection LeaderElection + Log Log + NodeName string + PodName string + PprofPort int + TLS TLS + func Get() Config + type KubeClient struct + Burst int + QPS int + type LeaderElection struct + Enabled bool + LeaseDuration time.Duration + LeaseRenewDeadline time.Duration + LockName string + Namespace string + type Log struct + Level uint32 + type TLS struct + CACert string