kubernetes/staging/src/k8s.io/kubectl/pkg/util/certificate/certificate.go

// ParseCSR extracts the CSR from the API object and decodes it.
func ParseCSR(pemBytes []byte) (*x509.CertificateRequest, error) {}