From b85fc5fdb95cd33518ef9d3a8410c5c8c9b080d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Mar=C3=ADn?= Date: Thu, 1 Apr 2021 01:45:21 +0200 Subject: [PATCH] Add the object enforcing to the space CRD --- deployments/helm/k8spin-operator/crds/space.yaml | 5 +++++ deployments/kubernetes/crds/space.yaml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/deployments/helm/k8spin-operator/crds/space.yaml b/deployments/helm/k8spin-operator/crds/space.yaml index 13d3bd3..0586a3a 100644 --- a/deployments/helm/k8spin-operator/crds/space.yaml +++ b/deployments/helm/k8spin-operator/crds/space.yaml @@ -72,6 +72,11 @@ spec: type: string memory: type: string + enforcing: + type: object + properties: + runtimeClassName: + type: string allowIncomingNetwork: type: object properties: diff --git a/deployments/kubernetes/crds/space.yaml b/deployments/kubernetes/crds/space.yaml index d0f2c14..463c219 100644 --- a/deployments/kubernetes/crds/space.yaml +++ b/deployments/kubernetes/crds/space.yaml @@ -72,6 +72,11 @@ spec: type: string memory: type: string + enforcing: + type: object + properties: + runtimeClassName: + type: string allowIncomingNetwork: type: object properties: