Skip to content

Commit 48c5a91

Browse files
authored
Merge pull request #5 from k8snetworkplumbingwg/clarify-network-name-docs
crd: fix network name docstring
2 parents 70e9df2 + febe222 commit 48c5a91

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

artifacts/k8s.cni.cncf.io_ipamclaims.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ spec:
3838
created
3939
type: string
4040
network:
41-
description: The network attachment definition name for which this
42-
persistent allocation was created
41+
description: The network name for which this persistent allocation
42+
was created
4343
type: string
4444
required:
4545
- interface

pkg/crd/ipamclaims/v1alpha1/types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type IPAMClaim struct {
2929
}
3030

3131
type IPAMClaimSpec struct {
32-
// The network attachment definition name for which this persistent allocation was created
32+
// The network name for which this persistent allocation was created
3333
Network string `json:"network"`
3434
// The pod interface name for which this allocation was created
3535
Interface string `json:"interface"`

0 commit comments

Comments
 (0)