We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f5cca commit 14cb921Copy full SHA for 14cb921
staging/src/k8s.io/api/certificates/v1/types.go
@@ -25,6 +25,7 @@ import (
25
26
// +genclient
27
// +genclient:nonNamespaced
28
+// +genclient:method=UpdateApproval,verb=update,subresource=approval,input=k8s.io/api/certificates/v1.CertificateSigningRequest,result=k8s.io/api/certificates/v1.CertificateSigningRequest
29
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
30
31
// Describes a certificate signing request
0 commit comments