Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Components ¶
type Components struct {
Kubernetes Kubernetes `yaml:"kubernetes"`
OperatingSystem OperatingSystem `yaml:"operatingSystem"`
Rancher HelmChart `yaml:"rancher"`
Longhorn HelmChart `yaml:"longhorn"`
MetalLB HelmChart `yaml:"metallb"`
CDI HelmChart `yaml:"cdi"`
KubeVirt KubeVirt `yaml:"kubevirt"`
NeuVector NeuVector `yaml:"neuvector"`
EndpointCopierOperator HelmChart `yaml:"endpointCopierOperator"`
Elemental Elemental `yaml:"elemental"`
SRIOV SRIOV `yaml:"sriov"`
Akri Akri `yaml:"akri"`
Metal3 HelmChart `yaml:"metal3"`
}
type Kubernetes ¶
type Kubernetes struct {
K3S KubernetesDistribution `yaml:"k3s"`
RKE2 KubernetesDistribution `yaml:"rke2"`
}
type KubernetesDistribution ¶
type KubernetesDistribution struct {
Version string `yaml:"version"`
}
type OperatingSystem ¶
type Release ¶
type Release struct {
APIVersion float64 `yaml:"apiVersion"`
ReleaseVersion string `yaml:"releaseVersion"`
Components Components `yaml:"components"`
}
Click to show internal directories.
Click to hide internal directories.