Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for Roots (0.04 sec)

  1. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

      //
      // +optional
      optional ServiceReference service = 1;
    
      // `caBundle` is a PEM encoded CA bundle which will be used to validate the webhook's server certificate.
      // If unspecified, system trust roots on the apiserver are used.
      // +optional
      optional bytes caBundle = 2;
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  2. src/crypto/tls/common.go

    	// verification will not be performed before calling
    	// EncryptedClientHelloRejectionVerify.
    	//
    	// If EncryptedClientHelloRejectionVerify is nil and ECH is rejected, the
    	// roots in RootCAs will be used to verify the ECH providers public
    	// certificate. VerifyPeerCertificate and VerifyConnection are not called
    	// when ECH is rejected, even if set, and InsecureSkipVerify is ignored.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 59.1K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/types2/expr.go

    and the new type is propagated as needed. Untyped constant expression values
    that become fully typed must now be representable by the full type (constant
    sub-expression trees are left alone except for their roots). This mechanism
    ensures that a client sees the actual (run-time) type an untyped value would
    have. It also permits type-checking of lhs shift operands "as if the shift
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 02:09:54 UTC 2024
    - 51.7K bytes
    - Viewed (0)
  4. src/go/build/build.go

    	// See golang.org/s/go14customimport for more information.
    	ImportComment
    
    	// By default, Import searches vendor directories
    	// that apply in the given source directory before searching
    	// the GOROOT and GOPATH roots.
    	// If an Import finds and returns a package using a vendor
    	// directory, the resulting ImportPath is the complete path
    	// to the package, including the path elements leading up
    	// to and including "vendor".
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/admissionregistration/v1/types.go

    	// `caBundle` is a PEM encoded CA bundle which will be used to validate the webhook's server certificate.
    	// If unspecified, system trust roots on the apiserver are used.
    	// +optional
    	CABundle []byte `json:"caBundle,omitempty" protobuf:"bytes,2,opt,name=caBundle"`
    }
    
    // ServiceReference holds a reference to Service.legacy.k8s.io
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 61.6K bytes
    - Viewed (0)
Back to top