Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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.
Click to show internal directories.
Click to hide internal directories.