@@ -29,12 +29,6 @@ import (
29
29
type LinodeVPCSpec struct {
30
30
// +optional
31
31
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"`
38
32
// +optional
39
33
Description string `json:"description,omitempty"`
40
34
// +kubebuilder:validation:XValidation:rule="self == oldSelf",message="Value is immutable"
@@ -109,8 +103,8 @@ type LinodeVPCStatus struct {
109
103
Conditions clusterv1.Conditions `json:"conditions,omitempty"`
110
104
}
111
105
112
- //+kubebuilder:object:root=true
113
- //+kubebuilder:subresource:status
106
+ // +kubebuilder:object:root=true
107
+ // +kubebuilder:subresource:status
114
108
115
109
// LinodeVPC is the Schema for the linodemachines API
116
110
type LinodeVPC struct {
@@ -129,7 +123,7 @@ func (lm *LinodeVPC) SetConditions(conditions clusterv1.Conditions) {
129
123
lm .Status .Conditions = conditions
130
124
}
131
125
132
- //+kubebuilder:object:root=true
126
+ // +kubebuilder:object:root=true
133
127
134
128
// LinodeVPCList contains a list of LinodeVPC
135
129
type LinodeVPCList struct {
0 commit comments