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" // 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 ( // CiliumChartPath is the path for internal Cilium Chart CiliumChartPath = filepath.Join(charts.InternalChartsPath, "cilium") // CiliumMonitoringChartPath path for internal Cilium monitoring chart CiliumMonitoringChartPath = filepath.Join(charts.InternalChartsPath, "cilium-monitoring") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.