2026-08-26 15:49:34 -07:00
|
|
|
// 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).
|
|
|
|
|
//
|
2026-08-26 13:47:36 -07:00
|
|
|
// +kubebuilder:object:generate=true
|
|
|
|
|
// +groupName=gateway.riotpiao.com
|
|
|
|
|
package v1
|
|
|
|
|
|
2026-08-26 15:49:34 -07:00
|
|
|
// GroupVersion constants for the CRD.
|
|
|
|
|
const (
|
|
|
|
|
Group = "gateway.riotpiao.com"
|
|
|
|
|
Version = "v1"
|
2026-08-26 13:47:36 -07:00
|
|
|
)
|