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 4772861 commit 092396fCopy full SHA for 092396f
certificates/v1alpha1/types.go
@@ -23,6 +23,7 @@ import (
23
// +genclient
24
// +genclient:nonNamespaced
25
// +k8s:prerelease-lifecycle-gen:introduced=1.26
26
+// +k8s:prerelease-lifecycle-gen:deprecated=1.34
27
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
28
29
// ClusterTrustBundle is a cluster-scoped container for X.509 trust anchors
@@ -90,6 +91,7 @@ type ClusterTrustBundleSpec struct {
90
91
}
92
93
94
95
96
97
// ClusterTrustBundleList is a collection of ClusterTrustBundle objects
0 commit comments