# Functions
NewAPIScaffolder returns a new Scaffolder for API/controller creation operations.
NewEditScaffolder returns a new Scaffolder for configuration edit operations.
NewInitScaffolder returns a new Scaffolder for project initialization operations.
NewWebhookScaffolder returns a new Scaffolder for v2 webhook creation operations.
# Constants
ControllerRuntimeVersion is the kubernetes-sigs/controller-runtime version to be used in the project.
ControllerToolsVersion is the kubernetes-sigs/controller-tools version to be used in the project.
KustomizeVersion is the kubernetes-sigs/kustomize version to be used in the project @Deprecate: KustomizeVersion came from the Kustomize plugin since go/v3 Go/v2 plugin exist only to ensure the backwards compatibility with the old scaffold produced with kubebuilder >= 2.0.0 < 3.0.0.