Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for Bla (0.02 sec)

  1. cmd/kubeadm/app/apis/kubeadm/validation/validation_test.go

    		expectedErrors bool
    	}{
    		{name: "valid socket URL", criSocket: kubeadmapiv1.DefaultContainerRuntimeURLScheme + "://" + "/some/path", expectedErrors: false},
    		{name: "unsupported URL scheme", criSocket: "bla:///some/path", expectedErrors: true},
    		{name: "missing URL scheme", criSocket: "/some/path", expectedErrors: true},
    		{name: "unparseable URL", criSocket: ":::", expectedErrors: true},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 46.1K bytes
    - Viewed (0)
  2. tests/integration/security/authz_test.go

    									if to.Config().DeployAsVM {
    										continue
    									}
    									for _, instance := range to.Instances() {
    										err := instance.UpdateWorkloadLabel(map[string]string{"foo": "bla"}, nil)
    										if err != nil {
    											t.Fatal(err)
    										}
    									}
    								}
    								newAuthzTest().
    									From(from).
    									To(to).
    									Allow(c.allow).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 23:36:51 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/route/route_test.go

    								MatchType: &networking.StringMatch_Exact{
    									Exact: "Bar",
    								},
    							},
    						},
    						WithoutHeaders: map[string]*networking.StringMatch{
    							"@request.auth.claims.Bla": {
    								MatchType: &networking.StringMatch_Exact{
    									Exact: "Bar",
    								},
    							},
    						},
    					},
    				},
    				Redirect: &networking.HTTPRedirect{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 88.1K bytes
    - Viewed (0)
Back to top