Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 77 for allowGet (0.22 sec)

  1. src/cmd/go/internal/load/pkg.go

    	// magical though.
    	allowed := modload.CheckAllowed
    	if modload.IsRevisionQuery(firstPath, version) {
    		// Don't check for retractions if a specific revision is requested.
    		allowed = nil
    	}
    	noneSelected := func(path string) (version string) { return "none" }
    	qrs, err := modload.QueryPackages(ctx, patterns[0], version, noneSelected, allowed)
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

                "type": "boolean"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
  3. pkg/registry/batch/job/strategy_test.go

    			},
    			wantErrs: field.ErrorList{
    				{Type: field.ErrorTypeInvalid, Field: "spec.template"},
    			},
    		},
    		"updating node selector for suspended and not previously started job allowed": {
    			job: &batch.Job{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:            "myjob",
    					Namespace:       metav1.NamespaceDefault,
    					ResourceVersion: "0",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 101.5K bytes
    - Viewed (0)
  4. src/runtime/proc.go

    }
    
    // Associate p and the current m.
    //
    // This function is allowed to have write barriers even if the caller
    // isn't because it immediately acquires pp.
    //
    //go:yeswritebarrierrec
    func acquirep(pp *p) {
    	// Do the part that isn't allowed to have write barriers.
    	wirep(pp)
    
    	// Have p; write barriers now allowed.
    
    	// Perform deferred mcache flush before this P can allocate
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  5. pkg/config/validation/validation.go

    			return nil, fmt.Errorf("%q annotation found, rejecting", constants.AlwaysReject)
    		}
    		return f(config)
    	}
    }
    
    func checkDryRunAnnotation(cfg config.Config, allowed bool) error {
    	if val, found := cfg.Annotations[annotation.IoIstioDryRun.Name]; found {
    		if !allowed {
    			return fmt.Errorf("%s/%s has unsupported annotation %s, please remove the annotation", cfg.Namespace, cfg.Name, annotation.IoIstioDryRun.Name)
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  6. pkg/scheduler/schedule_one_test.go

    						}
    						if node.Node().Name == "b" {
    							return framework.NewStatus(framework.Unschedulable, fmt.Sprintf("node %q is not allowed", node.Node().Name))
    						}
    						return framework.NewStatus(framework.UnschedulableAndUnresolvable, fmt.Sprintf("node %q is not allowed", node.Node().Name))
    					}},
    				},
    			},
    			nodes:                 makeNodeList([]string{"a", "b", "c"}),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__policy__v1_openapi.json

    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: Fri Mar 08 04:18:56 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				"!(0 in self.val1)",
    				"self.val1 + self.val2 == [1, 2, 3, 1, 2, 3]",
    				"self.val1 + [4, 5] == [1, 2, 3, 4, 5]",
    			},
    			errors: map[string]string{
    				// Mixed type lists are not allowed since we have HomogeneousAggregateLiterals enabled
    				"[1, 'a', false].filter(x, string(x) == 'a')": "compilation failed: ERROR: <input>:1:5: expected type 'int' but found 'string'",
    			},
    		},
    		{name: "string lists",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

            "lifecycle": {
              "$ref": "#/definitions/io.k8s.api.core.v1.Lifecycle",
              "description": "Lifecycle is not allowed for ephemeral containers."
            },
            "livenessProbe": {
              "$ref": "#/definitions/io.k8s.api.core.v1.Probe",
              "description": "Probes are not allowed for ephemeral containers."
            },
            "name": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/authorization/v1/generated.pb.go

    	}, "")
    	return s
    }
    func (this *SubjectAccessReviewStatus) String() string {
    	if this == nil {
    		return "nil"
    	}
    	s := strings.Join([]string{`&SubjectAccessReviewStatus{`,
    		`Allowed:` + fmt.Sprintf("%v", this.Allowed) + `,`,
    		`Reason:` + fmt.Sprintf("%v", this.Reason) + `,`,
    		`EvaluationError:` + fmt.Sprintf("%v", this.EvaluationError) + `,`,
    		`Denied:` + fmt.Sprintf("%v", this.Denied) + `,`,
    		`}`,
    	}, "")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 100.9K bytes
    - Viewed (0)
Back to top