Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for cpsr (0.11 sec)

  1. src/crypto/x509/x509_test.go

    			t.Fatalf("failed to parse CSR: %s", err)
    		}
    
    		if len(csr.EmailAddresses) != 1 || csr.EmailAddresses[0] != "******@****.***" {
    			t.Errorf("incorrect email addresses found: %v", csr.EmailAddresses)
    		}
    
    		if len(csr.DNSNames) != 1 || csr.DNSNames[0] != "test.example.com" {
    			t.Errorf("incorrect DNS names found: %v", csr.DNSNames)
    		}
    
    		if len(csr.Subject.Country) != 1 || csr.Subject.Country[0] != "AU" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  2. pkg/printers/internalversion/printers_test.go

    		}
    	}
    }
    func TestPrintCertificateSigningRequest(t *testing.T) {
    	tests := []struct {
    		csr      certificates.CertificateSigningRequest
    		expected []metav1.TableRow
    	}{
    		// Basic CSR with no spec or status; defaults to status: Pending.
    		{
    			csr: certificates.CertificateSigningRequest{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:              "csr1",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  3. pkg/printers/internalversion/printers.go

    	if obj.Spec.ExpirationSeconds != nil {
    		requestedDuration = duration.HumanDuration(csr.ExpirationSecondsToDuration(*obj.Spec.ExpirationSeconds))
    	}
    	row.Cells = append(row.Cells, obj.Name, translateTimestampSince(obj.CreationTimestamp), signerName, obj.Spec.Username, requestedDuration, status)
    	return []metav1.TableRow{row}, nil
    }
    
    func extractCSRStatus(csr *certificates.CertificateSigningRequest) string {
    	var approved, denied, failed bool
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  4. cluster/gce/util.sh

        mv "kubelet-key.pem" "pki/private/kubelet.key"
        mv "kubelet.pem" "pki/issued/kubelet.crt"
        rm -f "kubelet.csr"
    
        # Make a superuser client cert with subject "O=system:masters, CN=kubecfg"
        ./easyrsa --dn-mode=org \
          --req-cn=kubecfg --req-org=system:masters \
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  5. src/debug/elf/elf.go

    	EM_COOL          Machine = 217 /* Bluechip Systems CoolEngine */
    	EM_NORC          Machine = 218 /* Nanoradio Optimized RISC */
    	EM_CSR_KALIMBA   Machine = 219 /* CSR Kalimba architecture family */
    	EM_Z80           Machine = 220 /* Zilog Z80 */
    	EM_VISIUM        Machine = 221 /* Controls and Data Services VISIUMcore processor */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  6. samples/addons/grafana.yaml

    le":"Network","type":"row"},{"datasource":{"type":"datasource","uid":"-- Mixed --"},"description":"Connections opened and closed per instance","fieldConfig":{"defaults":{"custom":{"fillOpacity":10,"gradientMode":"hue","showPoints":"never"},"unit":"cps"}},"gridPos":{"h":8,"w":8,"x":0,"y":10},"id":6,"interval":"5s","options":{"legend":{"calcs":["last","max"],"displayMode":"table"}},"pluginVersion":"v11.0.0","targets":[{"datasource":{"type":"prometheus","uid":"$datasource"},"expr":"sum by (pod) (\n...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
Back to top