File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 861
861
},
862
862
"k3s" : {
863
863
"$ref" : " #/$defs/DistroK3s" ,
864
- "description" : " K3S holds K3s relevant configuration."
864
+ "description" : " [Deprecated] K3S holds K3s relevant configuration."
865
865
},
866
866
"k0s" : {
867
867
"$ref" : " #/$defs/DistroK0s" ,
868
- "description" : " K0S holds k0s relevant configuration."
868
+ "description" : " [Deprecated] K0S holds k0s relevant configuration."
869
869
}
870
870
},
871
871
"additionalProperties" : false ,
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ controlPlane:
251
251
requests :
252
252
cpu : 40m
253
253
memory : 64Mi
254
- # K3S holds K3s relevant configuration.
254
+ # [Deprecated] K3S holds K3s relevant configuration.
255
255
k3s :
256
256
# Enabled specifies if the K3s distro should be enabled. Only one distro can be enabled at the same time.
257
257
enabled : false
@@ -280,7 +280,7 @@ controlPlane:
280
280
requests :
281
281
cpu : 40m
282
282
memory : 64Mi
283
- # K0S holds k0s relevant configuration.
283
+ # [Deprecated] K0S holds k0s relevant configuration.
284
284
k0s :
285
285
# Enabled specifies if the k0s distro should be enabled. Only one distro can be enabled at the same time.
286
286
enabled : false
Original file line number Diff line number Diff line change @@ -1102,10 +1102,10 @@ type Distro struct {
1102
1102
// K8S holds K8s relevant configuration.
1103
1103
K8S DistroK8s `json:"k8s,omitempty"`
1104
1104
1105
- // K3S holds K3s relevant configuration.
1105
+ // [Deprecated] K3S holds K3s relevant configuration.
1106
1106
K3S DistroK3s `json:"k3s,omitempty"`
1107
1107
1108
- // K0S holds k0s relevant configuration.
1108
+ // [Deprecated] K0S holds k0s relevant configuration.
1109
1109
K0S DistroK0s `json:"k0s,omitempty"`
1110
1110
}
1111
1111
You can’t perform that action at this time.
0 commit comments