From 2fc1c05598394a54f52093194de89f243bde3656 Mon Sep 17 00:00:00 2001 From: Martin Mulholland <71444914+mmulholla@users.noreply.github.com> Date: Thu, 9 Nov 2023 21:33:13 -0500 Subject: [PATCH] add disable inheritance api (#500) Co-authored-by: Alexey Kazakov --- .../bases/toolchain.dev.openshift.com_spacerequests.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/crd/bases/toolchain.dev.openshift.com_spacerequests.yaml b/config/crd/bases/toolchain.dev.openshift.com_spacerequests.yaml index 6cd7ca8a..b187c6ef 100644 --- a/config/crd/bases/toolchain.dev.openshift.com_spacerequests.yaml +++ b/config/crd/bases/toolchain.dev.openshift.com_spacerequests.yaml @@ -48,6 +48,12 @@ spec: spec: description: SpaceRequestSpec defines the desired state of Space properties: + disableInheritance: + description: "DisableInheritance indicates whether or not SpaceBindings + from the parent-spaces are automatically inherited to all sub-spaces + in the tree. \n Set to True to disable SpaceBinding inheritance + from the parent-spaces. Default is False." + type: boolean targetClusterRoles: description: TargetClusterRoles one or more label keys that define a set of clusters where the Space can be provisioned. The target