forked from knative/client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(e2e): Namespace specific k8s resources for tests
Completes knative#576 - For ApiServer source: ClusteRole and ClusterRoleBinding name(s) are now test-namespace specific. They are cleared in test's tearDown method. - Use constant prefix as: clusterRolePrefix = "apiserver-role-" clusterRoleBindingPrefix = "apiserver-binding-" - Use constant ServiceAccountName as: testServiceAccount = "apiserver-sa" - Rename methods and cleanup.
- Loading branch information
1 parent
e0877da
commit 0087aad
Showing
1 changed file
with
34 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters