Files
homelab-frontend/apis/gateway/v1/groupversion_info.go
T

14 lines
395 B
Go
Raw Normal View History

// 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"
)