Skip to content

Commit

Permalink
Addressed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sssash18 committed Jan 22, 2024
1 parent 96afff6 commit 14bcdd0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/documents/apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -2361,7 +2361,7 @@ string
</td>
<td>
<em>(Optional)</em>
<p>Architecture of the node belonging to nodeGroup</p>
<p>CPU Architecture of the node belonging to nodeGroup</p>
</td>
</tr>
</tbody>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/crds/machine.sapcloud.io_machineclasses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
and other node info required to scale nodegroup from zero
properties:
architecture:
description: Architecture of the node belonging to nodeGroup
description: CPU Architecture of the node belonging to nodeGroup
type: string
capacity:
additionalProperties:
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/machine/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,6 @@ type NodeTemplate struct {
Zone string

// +optional
// Architecture of the node belonging to nodeGroup
// CPU Architecture of the node belonging to nodeGroup
Architecture *string
}
2 changes: 1 addition & 1 deletion pkg/apis/machine/v1alpha1/machineclass_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ type NodeTemplate struct {
Zone string `json:"zone"`

// +optional
// Architecture of the node belonging to nodeGroup
// CPU Architecture of the node belonging to nodeGroup
Architecture *string `json:"architecture,omitempty"`
}
2 changes: 1 addition & 1 deletion pkg/openapi/openapi_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 14bcdd0

Please sign in to comment.