// Package v1 contains API Schema definitions for the gateway v1 API group. // These types document the CRD shape; the gateway itself uses the dynamic // REST loader (no typed client, no scheme registration). // // +kubebuilder:object:generate=true // +groupName=gateway.riotpiao.com package v1 // GroupVersion constants for the CRD. const ( Group = "gateway.riotpiao.com" Version = "v1" )