Documentation ¶
Overview ¶
Copyright 2017-2019 Authors of Cilium
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- func DeployCiliumAndDNS(vm *helpers.Kubectl, ciliumFilename string)
- func DeployCiliumOptionsAndDNS(vm *helpers.Kubectl, ciliumFilename string, options map[string]string)
- func ExpectAllPodsTerminated(vm *helpers.Kubectl)
- func ExpectCiliumOperatorReady(vm *helpers.Kubectl)
- func ExpectCiliumPreFlightInstallReady(vm *helpers.Kubectl)
- func ExpectCiliumReady(vm *helpers.Kubectl)
- func ExpectCiliumRunning(vm *helpers.Kubectl)
- func ExpectKubeDNSReady(vm *helpers.Kubectl)
- func InstallAndValidateCiliumUpgrades(kubectl *helpers.Kubectl, ...) (func(), func())
- func RedeployCilium(vm *helpers.Kubectl, ciliumFilename string, options map[string]string)
- func SkipIfBenchmark()
- func SkipIfIntegration(integration string)
- func SkipItIfNoKubeProxy()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeployCiliumAndDNS ¶ added in v1.6.0
DeployCiliumAndDNS deploys DNS and cilium into the kubernetes cluster
func DeployCiliumOptionsAndDNS ¶ added in v1.6.0
func DeployCiliumOptionsAndDNS(vm *helpers.Kubectl, ciliumFilename string, options map[string]string)
DeployCiliumOptionsAndDNS deploys DNS and cilium with options into the kubernetes cluster
func ExpectAllPodsTerminated ¶
ExpectAllPodsTerminated is a wrapper around helpers/WaitCleanAllTerminatingPods. It asserts that the error returned by that function is nil.
func ExpectCiliumOperatorReady ¶
ExpectCiliumOperatorReady is a wrapper around helpers/WaitForPods. It asserts that the error returned by that function is nil.
func ExpectCiliumPreFlightInstallReady ¶
ExpectCiliumPreFlightInstallReady is a wrapper around helpers/WaitForNPods. It asserts the error returned by that function is nil.
func ExpectCiliumReady ¶
ExpectCiliumReady is a wrapper around helpers/WaitForPods. It asserts that the error returned by that function is nil.
func ExpectCiliumRunning ¶
ExpectCiliumRunning is a wrapper around helpers/WaitForNPods. It asserts the cilium pods are running on all nodes (but not yet ready!).
func ExpectKubeDNSReady ¶
ExpectKubeDNSReady is a wrapper around helpers/WaitKubeDNS. It asserts that the error returned by that function is nil.
func InstallAndValidateCiliumUpgrades ¶
func InstallAndValidateCiliumUpgrades(kubectl *helpers.Kubectl, oldHelmChartVersion, oldImageVersion, newHelmChartVersion, newImageVersion string) (func(), func())
InstallAndValidateCiliumUpgrades installs and tests if the oldVersion can be upgrade to the newVersion and if the newVersion can be downgraded to the oldVersion. It returns two callbacks, the first one is the assertfunction that need to run, and the second one are the cleanup actions
func RedeployCilium ¶ added in v1.7.3
RedeployCilium reinstantiates the Cilium DS and ensures it is running.
This helper is only appropriate for reconfiguring Cilium in the middle of an existing testsuite that calls DeployCiliumAndDNS(...).
func SkipIfBenchmark ¶ added in v1.7.0
func SkipIfBenchmark()
SkipIfBenchmark will skip the test if benchmark is not specified
func SkipIfIntegration ¶ added in v1.7.0
func SkipIfIntegration(integration string)
SkipIfIntegration will skip a test if it's running with any of the specified integration.
func SkipItIfNoKubeProxy ¶ added in v1.7.0
func SkipItIfNoKubeProxy()
SkipItIfNoKubeProxy will skip It if kube-proxy is disabled (= NodePort BPF is enabled)
Types ¶
This section is empty.