Skip to content

Commit 676c457

Browse files
committed
add deployment policy to project file
1 parent 4830eb6 commit 676c457

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

operator/PROJECT

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,12 @@ resources:
2626
kind: Pod
2727
path: k8s.io/api/core/v1
2828
version: v1
29+
- api:
30+
crdVersion: v1
31+
namespaced: false
32+
domain: nvidia.com
33+
group: skyhook
34+
kind: DeploymentPolicy
35+
path: github.com/NVIDIA/skyhook/operator/api/v1alpha1
36+
version: v1alpha1
2937
version: "3"

0 commit comments

Comments
 (0)