Skip to content

Commit

Permalink
add yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
mmulholla committed Nov 13, 2023
1 parent 902693d commit f392d92
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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
Expand Up @@ -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
Expand Down
25 changes: 25 additions & 0 deletions config/crd/bases/toolchain.dev.openshift.com_toolchainconfigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,18 @@ spec:
description: Defines the flag that determines whether
to deploy the Webhook
type: boolean
secret:
description: Defines all secrets related to webhook configuration
properties:
ref:
description: Reference is the name of the secret resource
to look up
type: string
virtualMachineAccessKey:
description: The key in the secret values map that
contains a comma-separated list of SSH keys
type: string
type: object
type: object
type: object
specificPerMemberCluster:
Expand Down Expand Up @@ -759,6 +771,19 @@ spec:
description: Defines the flag that determines whether
to deploy the Webhook
type: boolean
secret:
description: Defines all secrets related to webhook
configuration
properties:
ref:
description: Reference is the name of the secret
resource to look up
type: string
virtualMachineAccessKey:
description: The key in the secret values map that
contains a comma-separated list of SSH keys
type: string
type: object
type: object
type: object
description: A map of cluster-specific member operator configurations
Expand Down

0 comments on commit f392d92

Please sign in to comment.