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
Descriptionstring`json:"description,omitempty" yaml:"description,omitempty" example:"The compute group" description:"A short description of the group"`
16
+
Datamap[string]interface{} `json:"meta-data,omitempty" yaml:"meta-data,omitempty" description:"json map of a string (key) to a struct (value) representing group meta-data"`
17
+
FileCloudConfigFile`json:"file,omitempty" yaml:"file,omitempty" description:"Cloud-Init configuration for group"`
MACstring`json:"mac"`// MAC address of the inteface used to boot the component
37
-
IPstring`json:"ip"`// IP address of the interface used to boot the component
38
-
WGIPstring`json:"wgip,omitempty"`// Wireguard IP address of the interface used for cloud-init
36
+
MACstring`json:"mac" yaml:"mac"`// MAC address of the inteface used to boot the component
37
+
IPstring`json:"ip" yaml:"ip"`// IP address of the interface used to boot the component
38
+
WGIPstring`json:"wgip,omitempty" yaml:"wgip,omitempty"`// Wireguard IP address of the interface used for cloud-init
39
39
}
40
40
41
41
typeOpenCHAMIInstanceInfostruct {
42
-
IDstring`json:"id" example:"x3000c1b1n1" description:"Node unique identifier, on systems that support xnames, this will be an xname which includes location information"`
42
+
IDstring`json:"id" yaml:"id" example:"x3000c1b1n1" description:"Node unique identifier, on systems that support xnames, this will be an xname which includes location information"`
0 commit comments