Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of about 10,000 for anchors (0.16 sec)

  1. staging/src/k8s.io/api/certificates/v1alpha1/types.go

    // that they have access to.
    //
    // It can be optionally associated with a particular assigner, in which case it
    // contains one valid set of trust anchors for that signer. Signers may have
    // multiple associated ClusterTrustBundles; each is an independent set of trust
    // anchors for that signer. Admission control is used to enforce that only users
    // with permissions on the signer can create or modify the corresponding bundle.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 16 03:10:59 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/certificates/v1alpha1/generated.proto

    // that they have access to.
    //
    // It can be optionally associated with a particular assigner, in which case it
    // contains one valid set of trust anchors for that signer. Signers may have
    // multiple associated ClusterTrustBundles; each is an independent set of trust
    // anchors for that signer. Admission control is used to enforce that only users
    // with permissions on the signer can create or modify the corresponding bundle.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/certificates/v1alpha1/generated.proto

    // that they have access to.
    //
    // It can be optionally associated with a particular assigner, in which case it
    // contains one valid set of trust anchors for that signer. Signers may have
    // multiple associated ClusterTrustBundles; each is an independent set of trust
    // anchors for that signer. Admission control is used to enforce that only users
    // with permissions on the signer can create or modify the corresponding bundle.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/certificates/v1alpha1/types_swagger_doc_generated.go

    	"metadata": "metadata contains the...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 16 03:10:59 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  5. pkg/kubelet/clustertrustbundle/clustertrustbundle_manager.go

    	if err != nil {
    		return nil, fmt.Errorf("while normalizing trust anchors: %w", err)
    	}
    
    	m.normalizationCache.Add(cacheKey, pemTrustAnchors, m.cacheTTL)
    
    	return pemTrustAnchors, nil
    }
    
    // GetTrustAnchorsBySigner returns normalized and deduplicated trust anchors
    // from a set of selected ClusterTrustBundles.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:48 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  6. pkg/apis/certificates/types.go

    // anchors for that signer.
    type ClusterTrustBundle struct {
    	metav1.TypeMeta
    	// +optional
    	metav1.ObjectMeta
    
    	// Spec contains the signer (if any) and trust anchors.
    	// +optional
    	Spec ClusterTrustBundleSpec
    }
    
    // ClusterTrustBundleSpec contains the signer and trust anchors.
    type ClusterTrustBundleSpec struct {
    	// SignerName indicates the associated signer, if any.
    	SignerName string
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:49 UTC 2023
    - 11K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/test/groovy/org/gradle/docs/releasenotes/StaticReleaseNotesTest.groovy

            def ids = renderedDocument.allElements.findAll { it.id() }*.id()
            def anchors = links.findAll { it.attr("name") }*.attr("name")
    
            links.each {
                def href = it.attr("href")
                if (href.startsWith("#")) {
                    def target = href[1..-1]
                    if (!ids.contains(target) && !anchors.contains(target)) {
                        brokenAnchorLinks << target
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  8. platforms/software/testing-base/src/testFixtures/groovy/org/gradle/api/internal/tasks/testing/report/HtmlTestResultsFixture.groovy

            def tab = findTab('Tests')
            def anchor = tab.select("TD").find { it.text() == testName }
            return anchor?.parent()
        }
    
        private def findAllTestDetails(String testName) {
            def tab = findTab('Tests')
            def anchors = tab.select("TD").findAll { it.text() == testName }
            return anchors.collect { it?.parent() }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 9.1K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/tools/internal/analysisinternal/extractdoc.go

    //	Here is the complete description...
    //
    // This notation allows a single doc comment to provide documentation
    // for multiple analyzers, each in its own section.
    // The HTML anchors generated for each heading are predictable.
    //
    // It returns an error if the content was not a valid Go source file
    // containing a package doc comment with a heading of the required
    // form.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 18 21:28:13 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  10. security/pkg/nodeagent/cache/secretcache.go

    	existingCerts := pkiutil.PemCertBytestoString(sc.configTrustBundle)
    	sc.configTrustBundleMutex.RUnlock()
    	anchors := sets.New[string]()
    	for _, cert := range existingCerts {
    		anchors.Insert(cert)
    	}
    	for _, cert := range rootCerts {
    		anchors.Insert(cert)
    	}
    	anchorBytes := []byte{}
    	for _, cert := range sets.SortedList(anchors) {
    		anchorBytes = pkiutil.AppendCertByte(anchorBytes, []byte(cert))
    	}
    	return anchorBytes
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 04 08:29:46 UTC 2024
    - 28.2K bytes
    - Viewed (0)
Back to top