Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 197 for isAllowed (0.49 sec)

  1. staging/src/k8s.io/apimachinery/pkg/api/validation/objectmeta_test.go

    				{
    					APIVersion: "v1",
    					Kind:       "Event",
    					Name:       "name",
    					UID:        "1",
    				},
    			},
    			expectError:          true,
    			expectedErrorMessage: "is disallowed from being an owner",
    		},
    		{
    			description: "simple controller ref success - one reference with Controller set",
    			ownerReferences: []metav1.OwnerReference{
    				{
    					APIVersion: "customresourceVersion",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 07 03:12:31 UTC 2022
    - 17.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/extensions/v1beta1/generated.proto

    // mixing different types of rules in a single Ingress is disallowed, so exactly
    // one of the following must be set.
    message IngressRuleValue {
      // http is a list of http selectors pointing to backends.
      // A path is matched against the path of an incoming request. Currently it can
      // contain characters disallowed from the conventional "path" part of a URL
      // as defined by RFC 3986. Paths must begin with a '/'.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 45.4K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/extensions/v1beta1/generated.proto

    // mixing different types of rules in a single Ingress is disallowed, so exactly
    // one of the following must be set.
    message IngressRuleValue {
      // http is a list of http selectors pointing to backends.
      // A path is matched against the path of an incoming request. Currently it can
      // contain characters disallowed from the conventional "path" part of a URL
      // as defined by RFC 3986. Paths must begin with a '/'.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  4. src/html/template/escape.go

    func (e *escaper) escapeAction(c context, n *parse.ActionNode) context {
    	if len(n.Pipe.Decl) != 0 {
    		// A local variable assignment, not an interpolation.
    		return c
    	}
    	c = nudge(c)
    	// Check for disallowed use of predefined escapers in the pipeline.
    	for pos, idNode := range n.Pipe.Cmds {
    		node, ok := idNode.Args[0].(*parse.IdentifierNode)
    		if !ok {
    			// A predefined escaper "esc" will never be found as an identifier in a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 02 15:18:39 UTC 2023
    - 32.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/networking/v1/types.go

    }
    
    // IngressRuleValue represents a rule to apply against incoming requests. If the
    // rule is satisfied, the request is routed to the specified backend. Currently
    // mixing different types of rules in a single Ingress is disallowed, so exactly
    // one of the following must be set.
    type IngressRuleValue struct {
    	// +optional
    	HTTP *HTTPIngressRuleValue `json:"http,omitempty" protobuf:"bytes,1,opt,name=http"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  6. pkg/registry/apps/statefulset/strategy_test.go

    	Strategy.PrepareForUpdate(ctx, validPs, ps)
    	errs = Strategy.ValidateUpdate(ctx, validPs, ps)
    	if len(errs) == 0 {
    		t.Errorf("expected a validation error since updates are disallowed on statefulsets.")
    	}
    }
    
    func TestStatefulSetStatusStrategy(t *testing.T) {
    	ctx := genericapirequest.NewDefaultContext()
    	if !StatusStrategy.NamespaceScoped() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  7. tensorflow/compiler/jit/device_compiler.h

      // compilation is disabled. This will raise an error for kLazy even if we have
      // not yet hit the compilation threshold and no compilation happens this
      // round. This is to avoid non-determanism of when compilation is disallowed,
      // for example by changing the threshold.
      if (state == DeviceCompileState::kUncompiled && FailOnXlaCompilation()) {
        VLOG(1) << "XLA compilation disabled: " << function.name() << "\n"
                << absl::StrJoin(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  8. android/guava-tests/test/com/google/common/reflect/ClassPathTest.java

            new SecurityManager() {
              @Override
              public void checkPermission(Permission p) {
                if (readClassPathFiles.implies(p)) {
                  throw new SecurityException("Disallowed: " + p);
                }
              }
            };
        System.setSecurityManager(disallowFilesSecurityManager);
        try {
          file.exists();
          fail("Did not get expected SecurityException");
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 26 14:02:27 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  9. src/strconv/ftoaryu.go

    	du, fracu := du>>extra, du&extraMask
    	// Is it allowed to use 'du' as a result?
    	// It is always allowed when it is truncated, but also
    	// if it is exact and the original binary mantissa is even
    	// When disallowed, we can subtract 1.
    	uok := !du0 || fracu > 0
    	if du0 && fracu == 0 {
    		uok = mant&1 == 0
    	}
    	if !uok {
    		du--
    	}
    	// Is 'dc' the correctly rounded base 10 mantissa?
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 09 00:28:56 UTC 2022
    - 15.7K bytes
    - Viewed (0)
  10. docs/bucket/replication/README.md

    Note that just like with [AWS](https://docs.aws.amazon.com/AmazonS3/latest/userguide/delete-marker-replication.html), Delete marker replication is disallowed in MinIO when the replication rule has tags.
    
    To add a replication rule allowing both delete marker replication, versioned delete replication or both specify the --replicate flag with comma separated values as in the example below.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jan 24 23:46:33 UTC 2023
    - 18.2K bytes
    - Viewed (0)
Back to top