File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ type AWSMachineSpec struct {
117117 InstanceType string `json:"instanceType"`
118118
119119 // CPUOptions defines CPU-related settings for the instance, including the confidential computing policy.
120- // When omitted, this means no opinion and the AWS platform is left to choose a reasonable default.
120+ // When omitted, this means no opinion and the AWS platform is left to choose a reasonable default.
121121 // +optional
122122 CPUOptions CPUOptions `json:"cpuOptions,omitempty,omitzero"`
123123
Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ type Instance struct {
295295 CapacityReservationPreference CapacityReservationPreference `json:"capacityReservationPreference,omitempty"`
296296
297297 // CPUOptions defines CPU-related settings for the instance, including the confidential computing policy.
298- // When omitted, this means no opinion and the AWS platform is left to choose a reasonable default.
298+ // When omitted, this means no opinion and the AWS platform is left to choose a reasonable default.
299299 // +optional
300300 CPUOptions CPUOptions `json:"cpuOptions,omitempty,omitzero"`
301301}
You can’t perform that action at this time.
0 commit comments