Skip to content

Commit

Permalink
finalize multigroup migration
Browse files Browse the repository at this point in the history
  • Loading branch information
clamoriniere committed Mar 21, 2024
1 parent 7de5f33 commit 528ad29
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN go mod download

# Copy the go source
COPY main.go main.go
COPY api/ api/
COPY apis/ apis/
COPY controllers/ controllers/
COPY pkg/ pkg/
COPY third_party/ third_party/
Expand Down
22 changes: 15 additions & 7 deletions PROJECT
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
domain: datadoghq.com
layout: go.kubebuilder.io/v2
layout:
- go.kubebuilder.io/v3
multigroup: true
plugins:
manifests.sdk.operatorframework.io/v2: {}
scorecard.sdk.operatorframework.io/v2: {}
projectName: watermarkpodautoscaler
repo: github.com/DataDog/watermarkpodautoscaler
resources:
-
# TODO(user): Uncomment the below line if this resource implements a controller, else delete it.
controller: true
- controller: true
domain: datadoghq.com
group: datadoghq
kind: WatermarkPodAutoscaler
# TODO(user): Update the package path for your API if the below value is incorrect.
path: github.com/DataDog/watermarkpodautoscaler/apis/datadoghq/v1alpha1
version: v1alpha1
- api:
crdVersion: v1
namespaced: true
domain: datadoghq.com
group: datadoghq
kind: RecommendWatermarkPodAutoscaler
path: github.com/DataDog/watermarkpodautoscaler/api/v1alpha1
version: v1alpha1
version: "3"
plugins:
go.sdk.operatorframework.io/v2-alpha: {}

0 comments on commit 528ad29

Please sign in to comment.