Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 2,036 for allowGet (0.21 sec)

  1. pkg/apis/certificates/helpers.go

    	dnsSANNotAllowedErr           = fmt.Errorf("DNS subjectAltNames are not allowed")
    	emailSANNotAllowedErr         = fmt.Errorf("Email subjectAltNames are not allowed")
    	ipSANNotAllowedErr            = fmt.Errorf("IP subjectAltNames are not allowed")
    	uriSANNotAllowedErr           = fmt.Errorf("URI subjectAltNames are not allowed")
    )
    
    var (
    	kubeletServingRequiredUsages = sets.NewString(
    		string(UsageDigitalSignature),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 27 08:04:25 UTC 2022
    - 4K bytes
    - Viewed (0)
  2. src/cmd/fix/main.go

    		report(fmt.Errorf("invalid -go=%s", *goVersion))
    		os.Exit(exitCode)
    	}
    
    	sort.Sort(byDate(fixes))
    
    	if *allowedRewrites != "" {
    		allowed = make(map[string]bool)
    		for _, f := range strings.Split(*allowedRewrites, ",") {
    			allowed[f] = true
    		}
    	}
    
    	if *forceRewrites != "" {
    		force = make(map[string]bool)
    		for _, f := range strings.Split(*forceRewrites, ",") {
    			force[f] = true
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 19:41:17 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  3. pkg/registry/rbac/role/policybased/storage_test.go

    		},
    		// steve triggers an authz check, is allowed by the authorizer, and has no RBAC permissions, but is still allowed
    		{
    			name:          "steve",
    			user:          steve,
    			expectAuthz:   true,
    			expectAllowed: true,
    		},
    		// alice triggers an authz check, is denied by the authorizer, but has RBAC permissions in the fakeRuleResolver, so is allowed
    		{
    			name:          "alice",
    			user:          alice,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 09 13:47:19 UTC 2021
    - 6.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/policy/v1beta1/types.go

    	//               the number of allowed disruptions. Therefore no disruptions are
    	//               allowed and the status of the condition will be False.
    	// - InsufficientPods: The number of pods are either at or below the number
    	//                     required by the PodDisruptionBudget. No disruptions are
    	//                     allowed and the status of the condition will be False.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 07 20:44:13 UTC 2023
    - 11.1K bytes
    - Viewed (0)
  5. pilot/pkg/config/kube/gateway/testdata/reference-policy-tcp.yaml

    kind: TCPRoute
    metadata:
      name: allowed-my-svc
      namespace: istio-system
    spec:
      parentRefs:
      - name: gateway
        namespace: istio-system
        sectionName: my-svc
      rules:
      - backendRefs:
        - name: my-svc
          namespace: service
          port: 34000
    ---
    apiVersion: gateway.networking.k8s.io/v1alpha2
    kind: TCPRoute
    metadata:
      name: not-allowed-echo
      namespace: istio-system
    spec:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 18 22:43:39 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/policy/v1/types_swagger_doc_generated.go

    SyncFailed: The controller encountered an error and wasn't able to compute\n              the number of allowed disruptions. Therefore no disruptions are\n              allowed and the status of the condition will be False.\n- InsufficientPods: The number of pods are either at or below the number\n                    required by the PodDisruptionBudget. No disruptions are\n                    allowed and the status of the condition will be False.\n- SufficientPods: There are more pods than required by...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 20 23:36:45 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/policy/v1beta1/types_swagger_doc_generated.go

    SyncFailed: The controller encountered an error and wasn't able to compute\n              the number of allowed disruptions. Therefore no disruptions are\n              allowed and the status of the condition will be False.\n- InsufficientPods: The number of pods are either at or below the number\n                    required by the PodDisruptionBudget. No disruptions are\n                    allowed and the status of the condition will be False.\n- SufficientPods: There are more pods than required by...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 07 20:44:13 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/policy/v1/generated.proto

      //               the number of allowed disruptions. Therefore no disruptions are
      //               allowed and the status of the condition will be False.
      // - InsufficientPods: The number of pods are either at or below the number
      //                     required by the PodDisruptionBudget. No disruptions are
      //                     allowed and the status of the condition will be False.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 8K bytes
    - Viewed (0)
  9. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/AbstractJUnitConsoleLoggingIntegrationTest.groovy

                    @Test public void encodesCdata() {
                        System.out.println("< html allowed, cdata closing token ]]> encoded!");
                        System.out.print("no EOL, ");
                        System.out.println("non-asci char: ż");
                        System.out.println("xml entity: &amp;");
                        System.err.println("< html allowed, cdata closing token ]]> encoded!");
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 06:58:24 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  10. pkg/registry/autoscaling/horizontalpodautoscaler/strategy.go

    	return false
    }
    
    // PrepareForUpdate clears fields that are not allowed to be set by end users on update.
    func (autoscalerStrategy) PrepareForUpdate(ctx context.Context, obj, old runtime.Object) {
    	newHPA := obj.(*autoscaling.HorizontalPodAutoscaler)
    	oldHPA := old.(*autoscaling.HorizontalPodAutoscaler)
    	// Update is not allowed to set status
    	newHPA.Status = oldHPA.Status
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 04:51:00 UTC 2024
    - 5.4K bytes
    - Viewed (0)
Back to top