Versions in this module Expand all Collapse all v0 v0.1.0 Nov 21, 2024 Changes in this version + type ACKKubeletConfig struct + MaxPods *int32 + type DefaultProvider struct + func NewDefaultProvider(clusterID string, ackClient *ackclient.Client, cache *cache.Cache) *DefaultProvider + func (p *DefaultProvider) GetClusterCNI(_ context.Context) (string, error) + func (p *DefaultProvider) GetNodeRegisterScript(ctx context.Context, labels map[string]string, ...) (string, error) + func (p *DefaultProvider) LivenessProbe(_ *http.Request) error + type NodeConfig struct + KubeletConfig *ACKKubeletConfig + type Provider interface + GetClusterCNI func(context.Context) (string, error) + GetNodeRegisterScript func(context.Context, map[string]string, *v1alpha1.KubeletConfiguration) (string, error) + LivenessProbe func(*http.Request) error