Skip to content

Commit 5fb8549

Browse files
committed
More descriptive description haha
1 parent 1ccb444 commit 5fb8549

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crd/multitenancy/api/v1alpha1/multitenantpodnetworkconfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type MultitenantPodNetworkConfigSpec struct {
4848
PodNetwork string `json:"podNetwork"`
4949
// name of the requesting cx pod
5050
PodName string `json:"podName,omitempty"`
51-
// list of IB MACs to use for a pod
51+
// MACs of the IB devices to use for a pod
5252
// +kubebuilder:validation:Optional
5353
IBMACs []net.HardwareAddr `json:"IBMACs,omitempty"`
5454
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
of PodNetworkConfig
5858
properties:
5959
IBMACs:
60-
description: list of IB MACs to use for a pod
60+
description: MACs 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)