1
0
mirror of https://github.com/rancher/os.git synced 2025-09-13 05:33:34 +00:00

Fix installation and trim packages

This commit is contained in:
Darren Shepherd
2021-11-03 22:06:12 -07:00
parent 85e1eb9320
commit f35b3697c3
11 changed files with 167 additions and 43 deletions

View File

@@ -19,6 +19,7 @@ type ManagedOSImage struct {
type ManagedOSImageSpec struct {
OSImage string `json:"osImage,omitempty"`
CloudConfig *fleet.GenericMap `json:"cloudConfig,omitempty"`
NodeSelector *metav1.LabelSelector `json:"nodeSelector,omitempty"`
Concurrency *int64 `json:"concurrency,omitempty"`