# Variables
AddToScheme is a global function that registers this API group & version to a scheme.
SchemeBuilder initializes a scheme builder.
SchemeGroupVersion is group version used to register these objects.
# Structs
PodDefault is the Schema for the poddefaults API +k8s:openapi-gen=true +kubebuilder:resource:path=poddefaults +kubebuilder:rbac:groups=apps,resources=deployments,verbs=get;watch;list;update +kubebuilder:rbac:groups=,resources=events,verbs=create;patch;update +kubebuilder:informers:group=apps,version=v1,kind=Deployment.
PodDefaultList contains a list of PodDefault.
PodDefaultSpec defines the desired state of PodDefault.
PodDefaultStatus defines the observed state of PodDefault.