mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-15 20:37:39 +00:00
run hack/update-all.sh
This commit is contained in:
@@ -44,7 +44,7 @@ func ParseCSR(obj *certificates.CertificateSigningRequest) (*x509.CertificateReq
|
||||
return csr, nil
|
||||
}
|
||||
|
||||
// ParseCSR extracts the CSR from the API object and decodes it.
|
||||
// ParseCSRV1alpha1 extracts the CSR from the API object and decodes it.
|
||||
func ParseCSRV1alpha1(obj *v1alpha1.CertificateSigningRequest) (*x509.CertificateRequest, error) {
|
||||
// extract PEM from request object
|
||||
pemBytes := obj.Spec.Request
|
||||
|
||||
Reference in New Issue
Block a user