Clean up the master term in test/integration comments

This commit is contained in:
Mengjiao Liu
2021-06-18 16:31:05 +08:00
parent 9d3e4eb862
commit 4eab19ae7d
10 changed files with 14 additions and 14 deletions

View File

@@ -41,7 +41,7 @@ func DeletePodOrErrorf(t *testing.T, c clientset.Interface, ns, name string) {
}
// Requests to try. Each one should be forbidden or not forbidden
// depending on the authentication and authorization setup of the master.
// depending on the authentication and authorization setup of the API server.
var (
Code200 = map[int]bool{200: true}
Code201 = map[int]bool{201: true}