Skip to content

Commit db6c77f

Browse files
committed
Updates from review
1 parent 507ea09 commit db6c77f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/proposals/20210310-opt-in-autoscaling-from-zero.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@ type NodeInfo struct {
222222
// Its underlying type is a string and its value can be any of amd64, arm64, s390x, ppc64le.
223223
// +optional
224224
Architecture Architecture `json:"architecture,omitempty"`
225-
// operatingSystem is a string representing the operating system of the node.
225+
// operatingSystem is a string representing the operating system of the node.
226+
// This may be a string like 'linux' or 'windows'.
226227
// +optional
227228
OperatingSystem string `json:"operatingSystem,omitempty"`
228229
}

0 commit comments

Comments
 (0)