diff --git a/apis/v1/object_reference_types.go b/apis/v1/object_reference_types.go index 421572aceb..447a78c878 100644 --- a/apis/v1/object_reference_types.go +++ b/apis/v1/object_reference_types.go @@ -27,6 +27,7 @@ package v1 type LocalObjectReference struct { // Group is the group of the referent. For example, "gateway.networking.k8s.io". // When unspecified or empty string, core API group is inferred. + // +optional Group Group `json:"group"` // Kind is kind of the referent. For example "HTTPRoute" or "Service".