Documentation ¶
Index ¶
Constants ¶
View Source
const ( Name = "networking-calico" // ImageNames CNIImageName = "calico-cni" NodeImageName = "calico-node" KubeControllersImageName = "calico-kube-controllers" PodToDaemonFlexVolumeDriverImageName = "calico-podtodaemon-flex" TyphaImageName = "calico-typha" TyphaClusterProportionalAutoscalerImageName = "typha-cpa" TyphaClusterProportionalVerticalAutoscalerImageName = "typha-cpva" // ReleaseName is the name of the Calico Release ReleaseName = "calico" )
View Source
const Type = "calico"
Variables ¶
View Source
var ( // ChartsPath is the path to the charts ChartsPath = filepath.Join("controllers", Name, "charts") // InternalChartsPath is the path to the internal charts InternalChartsPath = filepath.Join(ChartsPath, "internal") // ChartPath path for internal Calico Chart ChartPath = filepath.Join(InternalChartsPath, "calico") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.