File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
keps/sig-node/3063-dynamic-resource-allocation Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1529,10 +1529,10 @@ type ResourceClaimTemplate struct {
1529
1529
// parameters for a ResourceClass.
1530
1530
type ResourceClassParametersReference struct {
1531
1531
// APIGroup is the group for the resource being referenced.
1532
- // If APIGroup is not specified , the specified Kind must be in the core API group.
1532
+ // If APIGroup is empty , the specified Kind must be in the core API group.
1533
1533
// For any other third-party types, APIGroup is required.
1534
1534
// +optional
1535
- APIGroup * string
1535
+ APIGroup string
1536
1536
// Kind is the type of resource being referenced
1537
1537
Kind string
1538
1538
// Name is the name of resource being referenced
@@ -1548,10 +1548,10 @@ type ResourceClassParametersReference struct {
1548
1548
// as the ResourceClaim.
1549
1549
type ResourceClaimParametersReference struct {
1550
1550
// APIGroup is the group for the resource being referenced.
1551
- // If APIGroup is not specified , the specified Kind must be in the core API group.
1551
+ // If APIGroup is empty , the specified Kind must be in the core API group.
1552
1552
// For any other third-party types, APIGroup is required.
1553
1553
// +optional
1554
- APIGroup * string
1554
+ APIGroup string
1555
1555
// Kind is the type of resource being referenced
1556
1556
Kind string
1557
1557
// Name is the name of resource being referenced
You can’t perform that action at this time.
0 commit comments