mirror of
https://github.com/imjasonh/git-k8s
synced 2026-07-08 14:55:17 +00:00
The *.k8s.io group is protected in Kubernetes and requires an api-approved.kubernetes.io annotation. Switch to a custom domain to avoid the restriction entirely. https://claude.ai/code/session_01QfFzqKQUsxxBsiZUhuJ3pG
5 lines
177 B
Go
5 lines
177 B
Go
// Package v1alpha1 contains API Schema definitions for the git v1alpha1 API group.
|
|
//
|
|
// +k8s:deepcopy-gen=package,register
|
|
// +groupName=git-k8s.imjasonh.com
|
|
package v1alpha1
|