Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Name defines the extension name. Name = "networking-cilium" // CiliumAgentImageName defines the agent name. CiliumAgentImageName = "cilium-agent" // CiliumOperatorImageName defines cilium operator's image name. CiliumOperatorImageName = "cilium-operator" // CiliumETCDOperatorImageName defines cilium etcd operator image name. CiliumETCDOperatorImageName = "cilium-etcd-operator" // CiliumNodeInitImageName defines cilium's node init image name. CiliumNodeInitImageName = "cilium-nodeinit" // CiliumPreflightImageName defines the cilium preflight image name. CiliumPreflightImageName = "cilium-preflight" // HubbleRelayImageName defines the Hubble image name. HubbleRelayImageName = "hubble-relay" // HubbleUIImageName defines the UI image name. HubbleUIImageName = "hubble-ui" // HubbleUIBackendImageName defines the UI Backend image name. HubbleUIBackendImageName = "hubble-ui-backend" // CertGenImageName defines certificate generation image name. CertGenImageName = "certgen" // KubeProxyImageName defines the kube-proxy image name. KubeProxyImageName = "kube-proxy" // MonitoringChartName MonitoringName = "cilium-monitoring-config" // ReleaseName is the name of the Cilium Release. ReleaseName = "cilium" )
View Source
const Type = "cilium"
Type defines the extension type.
Variables ¶
View Source
var ( // ChartsPath is the path to the charts ChartsPath = filepath.Join("charts") // InternalChartsPath is the path to the internal charts InternalChartsPath = filepath.Join(ChartsPath, "internal") // ChartPath path for internal Cilium Chart ChartPath = filepath.Join(InternalChartsPath, "cilium") // CiliumMonitoringChartPath path for internal Cilium monitoring chart CiliumMonitoringChartPath = filepath.Join(InternalChartsPath, "cilium-monitoring") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.