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/machineset_types.go
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -241,7 +241,7 @@ type MachineTemplateSpec struct {
241
241
// +optional
242
242
ObjectMeta`json:"metadata,omitempty"`
243
243
244
-
// Specification of the desired behavior of the machine.
244
+
// spec is the specification of the desired behavior of the machine.
245
245
// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
246
246
// +optional
247
247
SpecMachineSpec`json:"spec,omitempty"`
@@ -290,18 +290,18 @@ type MachineSetStatus struct {
290
290
// +optional
291
291
Replicasint32`json:"replicas"`
292
292
293
-
// The number of replicas that have labels matching the labels of the machine template of the MachineSet.
293
+
// fullyLabeledReplicas is the number of replicas that have labels matching the labels of the machine template of the MachineSet.
294
294
//
295
295
// Deprecated: This field is deprecated and is going to be removed in the next apiVersion. Please see https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more details.
0 commit comments