@@ -29,12 +29,6 @@ import (
2929type LinodeVPCSpec struct {
3030 // +optional
3131 VPCID * int `json:"vpcID,omitempty"`
32-
33- // +kubebuilder:validation:MinLength=3
34- // +kubebuilder:validation:MaxLength=63
35- // +kubebuilder:validation:XValidation:rule="self == oldSelf",message="Value is immutable"
36- // +optional
37- Label string `json:"label,omitempty"`
3832 // +optional
3933 Description string `json:"description,omitempty"`
4034 // +kubebuilder:validation:XValidation:rule="self == oldSelf",message="Value is immutable"
@@ -109,8 +103,8 @@ type LinodeVPCStatus struct {
109103 Conditions clusterv1.Conditions `json:"conditions,omitempty"`
110104}
111105
112- //+kubebuilder:object:root=true
113- //+kubebuilder:subresource:status
106+ // +kubebuilder:object:root=true
107+ // +kubebuilder:subresource:status
114108
115109// LinodeVPC is the Schema for the linodemachines API
116110type LinodeVPC struct {
@@ -129,7 +123,7 @@ func (lm *LinodeVPC) SetConditions(conditions clusterv1.Conditions) {
129123 lm .Status .Conditions = conditions
130124}
131125
132- //+kubebuilder:object:root=true
126+ // +kubebuilder:object:root=true
133127
134128// LinodeVPCList contains a list of LinodeVPC
135129type LinodeVPCList struct {
0 commit comments