Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions crd/multitenancy/api/v1alpha1/nodeinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ type NodeInfoStatus struct {
type DeviceInfo struct {
DeviceType DeviceType `json:"deviceType,omitempty"`
MacAddress string `json:"macAddress"`

// +kubebuilder:validation:optional
// +kubebuilder:validation:Pattern=`^AZ\d{2}$`
HomeAZ string `json:"homeAZ,omitempty"`
}

func init() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ spec:
- acn.azure.com/vnet-nic
- acn.azure.com/infiniband-nic
type: string
homeAZ:
pattern: ^AZ\d{2}$
type: string
macAddress:
type: string
required:
Expand Down
Loading