package
1.6.3
Repository: https://github.com/form3tech-oss/cilium.git
Documentation: pkg.go.dev

# Functions

DeployCiliumAndDNS deploys DNS and cilium into the kubernetes cluster.
DeployCiliumOptionsAndDNS deploys DNS and cilium with options into the kubernetes cluster.
ExpectAllPodsTerminated is a wrapper around helpers/WaitCleanAllTerminatingPods.
ExpectCiliumOperatorReady is a wrapper around helpers/WaitForPods.
ExpectCiliumPreFlightInstallReady is a wrapper around helpers/WaitForNPods.
ExpectCiliumReady is a wrapper around helpers/WaitForPods.
ExpectCiliumRunning is a wrapper around helpers/WaitForNPods.
ExpectETCDOperatorReady is a wrapper around helpers/WaitForNPods.
ExpectKubeDNSReady is a wrapper around helpers/WaitKubeDNS.
InstallAndValidateCiliumUpgrades installs and tests if the oldVersion can be upgrade to the newVersion and if the newVersion can be downgraded to the oldVersion.
SkipIfFlannel will skip the test if it's running over Flannel datapath mode.