Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for skipNSs (0.13 sec)

  1. src/vendor/golang.org/x/net/dns/dnsmessage/message.go

    		}
    		as = append(as, a)
    	}
    }
    
    // SkipAnswer skips a single Answer Resource.
    //
    // It does not perform a complete validation of the resource header, which means
    // it may return a nil error when the [AnswerHeader] would actually return an error.
    func (p *Parser) SkipAnswer() error {
    	return p.skipResource(sectionAnswers)
    }
    
    // SkipAllAnswers skips all Answer Resources.
    func (p *Parser) SkipAllAnswers() error {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 00:09:40 UTC 2024
    - 69K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.proto

      // on whether the namespace for that object matches the selector. If the
      // object itself is a namespace, the matching is performed on
      // object.metadata.labels. If the object is another cluster scoped resource,
      // it never skips the policy.
      //
      // For example, to run the webhook on any objects whose namespace is not
      // associated with "runlevel" of "0" or "1";  you will set the selector as
      // follows:
      // "namespaceSelector": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  3. pkg/apis/admissionregistration/types.go

    	// on whether the namespace for that object matches the selector. If the
    	// object itself is a namespace, the matching is performed on
    	// object.metadata.labels. If the object is another cluster scoped resource,
    	// it never skips the policy.
    	//
    	// For example, to run the webhook on any objects whose namespace is not
    	// associated with "runlevel" of "0" or "1";  you will set the selector as
    	// follows:
    	// "namespaceSelector": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

      // on whether the namespace for that object matches the selector. If the
      // object itself is a namespace, the matching is performed on
      // object.metadata.labels. If the object is another cluster scoped resource,
      // it never skips the policy.
      //
      // For example, to run the webhook on any objects whose namespace is not
      // associated with "runlevel" of "0" or "1";  you will set the selector as
      // follows:
      // "namespaceSelector": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/admissionregistration/v1beta1/types.go

    	// on whether the namespace for that object matches the selector. If the
    	// object itself is a namespace, the matching is performed on
    	// object.metadata.labels. If the object is another cluster scoped resource,
    	// it never skips the policy.
    	//
    	// For example, to run the webhook on any objects whose namespace is not
    	// associated with "runlevel" of "0" or "1";  you will set the selector as
    	// follows:
    	// "namespaceSelector": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/admissionregistration/v1/types.go

    	// on whether the namespace for that object matches the selector. If the
    	// object itself is a namespace, the matching is performed on
    	// object.metadata.labels. If the object is another cluster scoped resource,
    	// it never skips the policy.
    	//
    	// For example, to run the webhook on any objects whose namespace is not
    	// associated with "runlevel" of "0" or "1";  you will set the selector as
    	// follows:
    	// "namespaceSelector": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 61.6K bytes
    - Viewed (0)
  7. src/runtime/traceback.go

    // into B, this will still return a PCs for both A and B. This also includes PCs
    // generated by the cgo unwinder, if one is registered.
    //
    // If skip != 0, this skips this many logical frames.
    //
    // Callers should set the unwindSilentErrors flag on u.
    func tracebackPCs(u *unwinder, skip int, pcBuf []uintptr) int {
    	var cgoBuf [32]uintptr
    	n := 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  8. src/cmd/dist/test.go

    	//
    	// These tests *must* be able to run normally as part of "go test std cmd",
    	// even if they are also registered separately by dist, because users often
    	// run go test directly. Use skips or build tags in preference to expanding
    	// this list.
    	registerStdTestSpecially := map[string]bool{
    		// testdir can run normally as part of "go test std cmd", but because
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
  9. cmd/iam-store.go

    		return nil
    	}
    	return err
    }
    
    // DeletePolicy - deletes policy from storage and cache. When this called in
    // response to a notification (i.e. isFromNotification = true), it skips the
    // validation of policy usage and the attempt to delete in the backend as well
    // (as this is already done by the notifying node).
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 75.8K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

    .Skipping the unit tests based on a project property
    ====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
Back to top