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
The API was marked as deprecated in v0.11.x, we propose to stop
serving it in v0.12.x and we'll remove it in v0.13.x.
That would give ~1 year to our users to update their manifests, since
the v1beta1 release.
// +kubebuilder:deprecatedversion:warning="The v1alpha7 version of OpenStackCluster has been deprecated and will be removed in a future release."
238
239
// +kubebuilder:printcolumn:name="Cluster",type="string",JSONPath=".metadata.labels.cluster\\.x-k8s\\.io/cluster-name",description="Cluster to which this OpenStackCluster belongs"
239
240
// +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.ready",description="Cluster infrastructure is ready for OpenStack instances"
Copy file name to clipboardExpand all lines: api/v1alpha7/openstackclustertemplate_types.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ type OpenStackClusterTemplateSpec struct {
32
32
33
33
// +genclient
34
34
// +kubebuilder:object:root=true
35
+
// +kubebuilder:unservedversion
35
36
// +kubebuilder:deprecatedversion:warning="The v1alpha7 version of OpenStackClusterTemplate has been deprecated and will be removed in a future release."
Copy file name to clipboardExpand all lines: api/v1alpha7/openstackmachinetemplate_types.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ type OpenStackMachineTemplateSpec struct {
27
27
28
28
// +genclient
29
29
// +kubebuilder:object:root=true
30
+
// +kubebuilder:unservedversion
30
31
// +kubebuilder:deprecatedversion:warning="The v1alpha7 version of OpenStackMachineTemplate has been deprecated and will be removed in a future release."
0 commit comments