Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { CloudProvider cloudproviders.CLOUDPROVIDER DrainDelay int CloudTerminationDelay int CloudPrepareTerminationDelay int NodeInitialThreshold int Port int K8sClient kubernetes.Interface InformerResync time.Duration Namespace string Hostname string LeaseLockName string LeaseLockNamespace string NodeLeaseNamespace string InitialDelay int StartupTime time.Time NodeSelector labels.Selector }
func (*Config) SetK8sClient ¶
func (cfg *Config) SetK8sClient(k8sClient kubernetes.Interface, namespace string)
Click to show internal directories.
Click to hide internal directories.