You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// +kubebuilder:deprecatedversion:warning="trust.cert-manager.io/v1alpha1 Bundle is deprecated, please migrate to trust-manager.io/v1alpha2 ClusterBundle"
// +kubebuilder:printcolumn:name="Synced",type="string",JSONPath=`.status.conditions[?(@.type == "Synced")].status`,description="Bundle has been synced"
@@ -36,6 +37,7 @@ var BundleHashAnnotationKey = "trust.cert-manager.io/hash"
36
37
// +genclient
37
38
// +genclient:nonNamespaced
38
39
40
+
// Deprecated: v1alpha1.Bundle will be removed in a future release. Migrate to v1alpha2.ClusterBundle instead.
39
41
typeBundlestruct {
40
42
metav1.TypeMeta`json:",inline"`
41
43
@@ -54,6 +56,8 @@ type Bundle struct {
54
56
}
55
57
56
58
// +kubebuilder:object:root=true
59
+
60
+
// Deprecated: v1alpha1.BundleList will be removed in one of the next releases. Migrate to v1alpha2.ClusterBundleList instead.
0 commit comments