Skip to content

Commit

Permalink
update apiref.doc
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Ilario <filario@redhat.com>
  • Loading branch information
filariow committed Jun 27, 2024
1 parent 15690c7 commit 17ec63b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions api/v1alpha1/docs/apiref.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,10 @@ HostConfig contains all configuration parameters of the host operator
| *`toolchainStatus`* __xref:{anchor_prefix}-github-com-codeready-toolchain-api-api-v1alpha1-toolchainstatusconfig[$$ToolchainStatusConfig$$]__ | Keeps parameters concerned with the toolchainstatus + | |
| *`users`* __xref:{anchor_prefix}-github-com-codeready-toolchain-api-api-v1alpha1-usersconfig[$$UsersConfig$$]__ | Keeps parameters concerned with user management + | |
| *`spaceConfig`* __xref:{anchor_prefix}-github-com-codeready-toolchain-api-api-v1alpha1-spaceconfig[$$SpaceConfig$$]__ | Keeps parameters necessary for configuring Space provisioning functionality + | |
| *`publicViewerConfig`* __xref:{anchor_prefix}-github-com-codeready-toolchain-api-api-v1alpha1-publicviewerconfiguration[$$PublicViewerConfiguration$$]__ | Contains the PublicViewer configuration. +
IMPORTANT: To provide a consistent User-Experience, each user +
the space has been directly shared with should have at least +
the same permissions the kubesaw-authenticated user has. + | |
|===


Expand Down Expand Up @@ -1986,6 +1990,27 @@ Supported condition types: ConditionReady + | |
|===


[id="{anchor_prefix}-github-com-codeready-toolchain-api-api-v1alpha1-publicviewerconfiguration"]
==== PublicViewerConfiguration



Configuration to enable the PublicViewer support



.Appears In:
****
- xref:{anchor_prefix}-github-com-codeready-toolchain-api-api-v1alpha1-hostconfig[$$HostConfig$$]
****

[cols="20a,50a,15a,15a", options="header"]
|===
| Field | Description | Default | Validation
| *`enabled`* __boolean__ | Defines whether the PublicViewer support should be enabled or not + | false |
|===


[id="{anchor_prefix}-github-com-codeready-toolchain-api-api-v1alpha1-registrationserviceanalyticsconfig"]
==== RegistrationServiceAnalyticsConfig

Expand Down

0 comments on commit 17ec63b

Please sign in to comment.