Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for _ignored (0.17 sec)

  1. pkg/apis/core/validation/validation_test.go

    		tweakSvc: func(s *core.Service) {
    			s.Spec.LoadBalancerSourceRanges = []string{"1.2.3.0/24", "5.6.0.0/16"}
    		},
    		numErrs: 1,
    	}, {
    		name: "invalid source range annotation ignored with valid source range field",
    		tweakSvc: func(s *core.Service) {
    			s.Spec.Type = core.ServiceTypeLoadBalancer
    			s.Spec.ExternalTrafficPolicy = core.ServiceExternalTrafficPolicyCluster
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

    webhooks:
    - admissionReviewVersions:
      - v1beta1
      - v1
      clientConfig:
        service:
          name: istiod
          namespace: istio-system
          path: /validate
      failurePolicy: Ignore
      name: rev.validation.istio.io
      objectSelector:
        matchExpressions:
        - key: istio.io/rev
          operator: In
          values:
          - default
      rules:
      - apiGroups:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
Back to top