Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add disable inheritance api #927

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions config/crd/bases/toolchain.dev.openshift.com_spaces.yaml
Original file line number Diff line number Diff line change
@@ -48,6 +48,12 @@ spec:
spec:
description: SpaceSpec 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
parentSpace:
description: "ParentSpace holds the name of the context (Space) from
which this space was created (requested), enabling hierarchy relationships
Loading