We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c50d0d commit f7b6e8bCopy full SHA for f7b6e8b
crd/multitenancy/api/v1alpha1/nodeinfo.go
@@ -45,8 +45,8 @@ type NodeInfoStatus struct {
45
}
46
47
type DeviceInfo struct {
48
- DeviceType DeviceType `json:"deviceType,omitempty"`
49
- DeviceCount int `json:"deviceCount"`
+ DeviceType DeviceType `json:"deviceType,omitempty"`
+ MacAddress string `json:"macAddress"`
50
51
52
func init() {
crd/multitenancy/manifests/multitenancy.acn.azure.com_nodeinfo.yaml
@@ -49,15 +49,15 @@ spec:
deviceInfos:
items:
properties:
- deviceCount:
53
- type: integer
54
deviceType:
55
enum:
56
- acn.azure.com/vnet-nic
57
- acn.azure.com/infiniband-nic
58
type: string
+ macAddress:
+ type: string
59
required:
60
- - deviceCount
+ - macAddress
61
type: object
62
type: array
63
0 commit comments