capi_controller

package
v0.0.0-...-415b881 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddonHelmProviderGen

func AddonHelmProviderGen()

func BootstrapProviderGen

func BootstrapProviderGen()

func ControlPlaneProviderGen

func ControlPlaneProviderGen()

func CoreProviderGen

func CoreProviderGen()

func DockerInfraProviderGen

func DockerInfraProviderGen()

Types

type CapiController

type CapiController struct {
	APIVersion string `yaml:"apiVersion"`
	Kind       string `yaml:"kind"`
	Metadata   struct {
		Name      string `yaml:"name"`
		Namespace string `yaml:"namespace"`
	} `yaml:"metadata"`
	Spec struct {
		Version string `yaml:"version"`
		Manager struct {
			FeatureGates struct {
				MachinePool     bool `yaml:"MachinePool"`
				ClusterTopology bool `yaml:"ClusterTopology"`
			} `yaml:"featureGates"`
		} `yaml:"manager"`
	} `yaml:"spec"`
}

Jump to

Keyboard shortcuts

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