Skip to content

Instantly share code, notes, and snippets.

@abohmeed
Created June 1, 2020 11:03
Show Gist options
  • Select an option

  • Save abohmeed/ceb0aacf463993ddecd32eed726627fd to your computer and use it in GitHub Desktop.

Select an option

Save abohmeed/ceb0aacf463993ddecd32eed726627fd to your computer and use it in GitHub Desktop.
csr, err = clientset.CertificatesV1beta1().CertificateSigningRequests().Get(context.TODO(), csr.GetName(), v1.GetOptions{})
clientset.CertificatesV1beta1().CertificateSigningRequests().Delete(context.TODO(), csr.GetName(), v1.DeleteOptions{})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment