Skip to content

Commit 4b2f4aa

Browse files
committed
IBMACAddresses
1 parent 5fb8549 commit 4b2f4aa

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

crd/multitenancy/api/v1alpha1/multitenantpodnetworkconfig.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ type MultitenantPodNetworkConfigSpec struct {
4848
PodNetwork string `json:"podNetwork"`
4949
// name of the requesting cx pod
5050
PodName string `json:"podName,omitempty"`
51-
// MACs of the IB devices to use for a pod
51+
// MAC addresses of the IB devices to use for a pod
5252
// +kubebuilder:validation:Optional
53-
IBMACs []net.HardwareAddr `json:"IBMACs,omitempty"`
53+
IBMACAddresses []net.HardwareAddr `json:"IBMACAddresses,omitempty"`
5454
}
5555

5656
type InterfaceInfo struct {

crd/multitenancy/api/v1alpha1/zz_generated.deepcopy.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crd/multitenancy/manifests/multitenancy.acn.azure.com_multitenantpodnetworkconfigs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ spec:
5656
description: MultitenantPodNetworkConfigSpec defines the desired state
5757
of PodNetworkConfig
5858
properties:
59-
IBMACs:
60-
description: MACs of the IB devices to use for a pod
59+
IBMACAddresses:
60+
description: MAC addresses of the IB devices to use for a pod
6161
items:
6262
description: A HardwareAddr represents a physical hardware address.
6363
format: byte

0 commit comments

Comments
 (0)