We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pkg
1 parent 2af849b commit e39114dCopy full SHA for e39114d
Taskfile.yaml
@@ -4,7 +4,7 @@ vars:
4
NESTED_MODULES: api
5
API_DIRS: '{{.ROOT_DIR}}/api/v1alpha1/...'
6
MANIFEST_OUT: '{{.ROOT_DIR}}/api/crds/manifests'
7
- CODE_DIRS: '{{.ROOT_DIR}}/cmd/... {{.ROOT_DIR}}/internal/... {{.ROOT_DIR}}/api/v1alpha1/...'
+ CODE_DIRS: '{{.ROOT_DIR}}/cmd/... {{.ROOT_DIR}}/internal/... {{.ROOT_DIR}}/api/v1alpha1/... {{.ROOT_DIR}}/pkg/...'
8
COMPONENTS: 'cluster-provider-kind'
9
REPO_NAME: 'https://github.com/openmcp-project/cluster-provider-kind'
10
GENERATE_DOCS_INDEX: "false"
0 commit comments