Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GzipString ¶
func ToIgnition ¶
Types ¶
type Ignition ¶
type Ignition struct {
// contains filtered or unexported fields
}
func NewIgnition ¶
func (*Ignition) UserData ¶
func (j *Ignition) UserData( spec clusterv1alpha1.MachineSpec, kubeconfig *clientcmdapi.Config, ccProvider cloud.ConfigProvider, clusterDNSIPs []net.IP, externalCloudProvider bool, ) (string, error)
type Provider ¶
type Provider interface {
UserData(
spec clusterv1alpha1.MachineSpec,
kubeconfig *clientcmdapi.Config,
ccProvider cloud.ConfigProvider,
clusterDNSIPs []net.IP,
externalCloudProvider bool,
) (string, error)
}
Click to show internal directories.
Click to hide internal directories.