Skip to content

Commit

Permalink
Add the object enforcing to the space CRD
Browse files Browse the repository at this point in the history
  • Loading branch information
jesmg authored and angelbarrera92 committed Apr 24, 2021
1 parent 6b75df6 commit b85fc5f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deployments/helm/k8spin-operator/crds/space.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ spec:
type: string
memory:
type: string
enforcing:
type: object
properties:
runtimeClassName:
type: string
allowIncomingNetwork:
type: object
properties:
Expand Down
5 changes: 5 additions & 0 deletions deployments/kubernetes/crds/space.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ spec:
type: string
memory:
type: string
enforcing:
type: object
properties:
runtimeClassName:
type: string
allowIncomingNetwork:
type: object
properties:
Expand Down

0 comments on commit b85fc5f

Please sign in to comment.