Skip to content

Commit ee833a7

Browse files
Update crd/multitenancy/api/v1alpha1/multitenantpodnetworkconfig.go
Co-authored-by: Copilot <[email protected]> Signed-off-by: shreyashastantram <[email protected]>
1 parent 405f148 commit ee833a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
// MAC addresses of the IB devices to use for a pod
4949
// +kubebuilder:validation:Optional
5050
IBMACAddresses []string `json:"IBMACAddresses,omitempty"`
51-
// PodUID is the uid of the pod
51+
// PodUID is the UID of the pod
5252
PodUID string `json:"podUID,omitempty"`
5353
}
5454

0 commit comments

Comments
 (0)