Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ACKKubeletConfig ¶
type ACKKubeletConfig struct {
MaxPods *int32 `json:"maxPods,omitempty"`
}
type DefaultProvider ¶
type DefaultProvider struct {
// contains filtered or unexported fields
}
func NewDefaultProvider ¶
func NewDefaultProvider(clusterID string, ackClient *ackclient.Client, cache *cache.Cache) *DefaultProvider
func (*DefaultProvider) GetClusterCNI ¶
func (p *DefaultProvider) GetClusterCNI(_ context.Context) (string, error)
func (*DefaultProvider) GetNodeRegisterScript ¶
func (p *DefaultProvider) GetNodeRegisterScript(ctx context.Context, labels map[string]string, kubeletCfg *v1alpha1.KubeletConfiguration) (string, error)
func (*DefaultProvider) LivenessProbe ¶
func (p *DefaultProvider) LivenessProbe(_ *http.Request) error
type NodeConfig ¶
type NodeConfig struct {
KubeletConfig *ACKKubeletConfig `json:"kubelet_config,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.