k3s/test/e2e_federation
Kubernetes Submit Queue fe44d1f5ce Merge pull request #44073 from marun/fed-e2e-config-from-secrets
Automatic merge from submit-queue (batch tested with PRs 43500, 44073)

[Federation] Add option to retrieve e2e cluster config from secrets

Previously the federation e2e setup was reading member cluster configuration from the test run's kubeconfig. This change removes that dependency in favor of reading member cluster configuration from secrets in the hosting cluster, and caches the configuration to avoid having to read it separately for each test.

cc: @kubernetes/sig-federation-pr-reviews @perotinus
2017-04-18 22:27:58 -07:00
..
framework fed: Add option to source e2e cluster config from host cluster 2017-04-17 23:38:03 -07:00
upgrades fed: Add simple upgrade test 2017-04-18 15:46:43 -07:00
BUILD fed: Add type-agnostic e2e crud test 2017-04-17 09:11:03 -07:00
OWNERS Adding OWNERS file for federation e2e tests 2017-01-23 21:48:39 -08:00
README.md test/e2e*: add/update README.md files. 2017-04-03 19:05:50 +02:00
apiserver.go fed: Refactor e2e retrieval of cluster config 2017-04-17 23:09:01 -07:00
authn.go Adds support for HTTP basic and token authentication to kubefed. 2017-03-01 11:04:05 -08:00
crud.go fed: Add type-agnostic e2e crud test 2017-04-17 09:11:03 -07:00
daemonset.go fed: Manage e2e clusters with a slice instead of a map 2017-04-06 18:02:08 -07:00
deployment.go fed: Manage e2e clusters with a slice instead of a map 2017-04-06 18:02:08 -07:00
event.go [Federation] Remove federat{ed,ion} prefixes from e2e file names since they are all now scoped under the e2e_federation package. 2017-02-28 12:37:49 -08:00
ingress.go fed: Manage e2e clusters with a slice instead of a map 2017-04-06 18:02:08 -07:00
namespace.go fed: Manage e2e clusters with a slice instead of a map 2017-04-06 18:02:08 -07:00
replicaset.go fed: Manage e2e clusters with a slice instead of a map 2017-04-06 18:02:08 -07:00
secret.go fed: Manage e2e clusters with a slice instead of a map 2017-04-06 18:02:08 -07:00
service.go Remove deprecatedPublicIPs field 2017-04-15 13:16:05 -07:00
upgrade.go fed: Add simple upgrade test 2017-04-18 15:46:43 -07:00
util.go fed: Manage e2e clusters with a slice instead of a map 2017-04-06 18:02:08 -07:00

README.md

See e2e-tests

Analytics