Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for TestWebhook (0.27 sec)

  1. tests/integration/pilot/webhook_test.go

    	"istio.io/api/label"
    	networking "istio.io/api/networking/v1alpha3"
    	"istio.io/client-go/pkg/apis/networking/v1alpha3"
    	"istio.io/istio/pkg/test/framework"
    	"istio.io/istio/pkg/test/util/retry"
    )
    
    func TestWebhook(t *testing.T) {
    	// nolint: staticcheck
    	framework.NewTest(t).
    		RequiresSingleCluster().
    		Run(func(t framework.TestContext) {
    			vwcName := "istio-validator"
    			if t.Settings().Revisions.Default() != "" {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 01 13:31:34 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  2. pkg/kubeapiserver/options/authentication_test.go

    	testCases := []struct {
    		name                              string
    		testOIDC                          *OIDCAuthenticationOptions
    		testSA                            *ServiceAccountAuthenticationOptions
    		testWebHook                       *WebHookAuthenticationOptions
    		testAuthenticationConfigFile      string
    		expectErr                         string
    		enabledFeatures, disabledFeatures []featuregate.Feature
    	}{
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 36.5K bytes
    - Viewed (0)
  3. pkg/test/framework/features/allowlist.txt

    pilot,TestJsonOutput/invalid_file_does_not_output_error_in_stdout
    pilot,TestJsonOutput/no_other_output_except_analysis_json_output
    pilot,TestKubeOnly
    pilot,TestNamespace
    pilot,TestTimeout
    pilot,TestValidation
    pilot,TestWebhook
    galley_test,TestAllNamespaces
    galley_test,TestConversion/config.istio.io_v1alpha2_rule
    galley_test,TestConversion/core_v1_namespace
    galley_test,TestConversion/core_v1_service
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 18 18:03:23 UTC 2022
    - 103.9K bytes
    - Viewed (0)
Back to top