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
Copy file name to clipboardExpand all lines: api/v1beta1/azureasomanagedcluster_types.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,7 @@ type StatusResource struct {
69
69
// +kubebuilder:object:root=true
70
70
// +kubebuilder:subresource:status
71
71
// +kubebuilder:storageversion
72
+
// +kubebuilder:deprecatedversion:warning="infrastructure.cluster.x-k8s.io/v1alpha1 AzureASOManagedCluster is deprecated. infrastructure.cluster.x-k8s.io/v1beta1 is equivalent and should be used instead."
72
73
73
74
// AzureASOManagedCluster is the Schema for the azureasomanagedclusters API.
Copy file name to clipboardExpand all lines: api/v1beta1/azureasomanagedcontrolplane_types.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ type AzureASOManagedControlPlaneStatus struct {
57
57
// +kubebuilder:object:root=true
58
58
// +kubebuilder:subresource:status
59
59
// +kubebuilder:storageversion
60
+
// +kubebuilder:deprecatedversion:warning="infrastructure.cluster.x-k8s.io/v1alpha1 AzureASOManagedControlPlane is deprecated. infrastructure.cluster.x-k8s.io/v1beta1 is equivalent and should be used instead."
60
61
61
62
// AzureASOManagedControlPlane is the Schema for the azureasomanagedcontrolplanes API.
Copy file name to clipboardExpand all lines: api/v1beta1/azureasomanagedmachinepool_types.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@ type AzureASOManagedMachinePoolStatus struct {
52
52
// +kubebuilder:object:root=true
53
53
// +kubebuilder:subresource:status
54
54
// +kubebuilder:storageversion
55
+
//+kubebuilder:deprecatedversion:warning="infrastructure.cluster.x-k8s.io/v1alpha1 AzureASOManagedMachinePool is deprecated. infrastructure.cluster.x-k8s.io/v1beta1 is equivalent and should be used instead."
55
56
56
57
// AzureASOManagedMachinePool is the Schema for the azureasomanagedmachinepools API.
0 commit comments