File tree 2 files changed +3
-3
lines changed
pkg/crd/ipamclaims/v1alpha1
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
created
39
39
type : string
40
40
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
43
43
type : string
44
44
required :
45
45
- interface
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ type IPAMClaim struct {
29
29
}
30
30
31
31
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
33
33
Network string `json:"network"`
34
34
// The pod interface name for which this allocation was created
35
35
Interface string `json:"interface"`
You can’t perform that action at this time.
0 commit comments