Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for auth (0.12 sec)

  1. operator/cmd/mesh/manifest-generate_test.go

    		{
    			name:     "base",
    			webhooks: mergeWebhooks(defaultWebhook, revWebhook),
    			checks:   baseAssertions,
    		},
    		{
    			// This is exactly the same as above, but empty/empty matches
    			name:     "auto injection",
    			webhooks: mergeWebhooks(autoWebhook, revWebhook),
    			checks:   append([]assertion{{empty, empty, "istiod"}}, baseAssertions...),
    		},
    		{
    			// Upgrade from a legacy webhook to a new revision based
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Thu Apr 18 18:16:49 GMT 2024
    - 43.5K bytes
    - Viewed (0)
Back to top