package
0.0.0-20200825171425-5fac3ffb330d
Repository: https://github.com/ibm/ibmcloud-iam-operator.git
Documentation: pkg.go.dev
# README
Configurating Travis
Settings
Some tests are performed against a real IBM cloud account. The following environment variable must be set:
- BLUEMIX_API_KEY: the IBM Cloud API Key of the account use to run tests
- BLUEMIX_ORG: the IBM cloud organization
- BLUEMIX_SPACE: the IBM cloud space
- BLUEMIX_REGION: the IBM cloud region
# Packages
No description provided by the author
# Functions
ConfigureSeedDefaults sets config-ibmcloud-iam-operator.
ConfigureSeedSecret sets secret-ibmcloud-iam-operator and seed-secret-tokens.
CreateNamespaceOrDie creates a new unique namespace from stem.
DeleteNamespace deletes a kube namespace.
DeleteObject deletes an object.
EnsureNamespaceOrDie makes sure the given namespace exists.
GetClientsetOrDie gets a Kube clientset for KUBECONFIG.
GetContextNamespaceOrDie returns the current namespace context or "default".
GetObject gets the object from the store.
GetState gets the object status from the store.
LoadAccessPolicy loads the YAML spec into obj.
LoadAccessPolicy loads the YAML spec into obj.
LoadAuthorizationPolicy loads the YAML spec into obj.
LoadAccessPolicy loads the YAML spec into obj.
LoadObject loads the YAML spec into obj.
PostInNs the object.
SetupKubeOrDie setups Kube for testing.
StartTestManager starts the manager.