providers

package
v0.35.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 7, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var VirtualIPProviderFileNames = []string{
	kubeVIPFilePath,
}

Functions

func NewKubeVIPFromKCPTemplateProvider

func NewKubeVIPFromKCPTemplateProvider(
	template *controlplanev1.KubeadmControlPlaneTemplate,
) *kubeVIPFromKCPTemplateProvider

Types

type Provider

type Provider interface {
	Name() string
	GenerateFilesAndCommands(
		ctx context.Context,
		spec v1alpha1.ControlPlaneEndpointSpec,
		cluster *clusterv1.Cluster,
	) ([]bootstrapv1.File, []string, []string, error)
}

Provider is an interface for getting the virtual IP provider static Pod as a file.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL