Skip to content

Commit

Permalink
remove webConsolePlugin from ToolchainClusterConfig (#438)
Browse files Browse the repository at this point in the history
Pendo has been decommisioned, we don't need this plugin anymore

Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
  • Loading branch information
xcoulon authored Aug 1, 2024
1 parent ba5a222 commit ed4387f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 81 deletions.
24 changes: 0 additions & 24 deletions api/v1alpha1/docs/apiref.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,6 @@ MemberOperatorConfigSpec contains all configuration parameters of the member ope
| *`memberStatus`* __xref:{anchor_prefix}-github-com-codeready-toolchain-api-api-v1alpha1-memberstatusconfig[$$MemberStatusConfig$$]__ | Keeps parameters concerned with member status + | |
| *`toolchainCluster`* __xref:{anchor_prefix}-github-com-codeready-toolchain-api-api-v1alpha1-toolchainclusterconfig[$$ToolchainClusterConfig$$]__ | Keeps parameters concerned with the toolchaincluster + | |
| *`webhook`* __xref:{anchor_prefix}-github-com-codeready-toolchain-api-api-v1alpha1-webhookconfig[$$WebhookConfig$$]__ | Keeps parameters concerned with the webhook + | |
| *`webConsolePlugin`* __xref:{anchor_prefix}-github-com-codeready-toolchain-api-api-v1alpha1-webconsoleplugin[$$WebConsolePlugin$$]__ | WebConsolePlugin is used to configure the Web Console Plugin parameters + | |
|===


Expand Down Expand Up @@ -3903,29 +3902,6 @@ username has a forbidden suffix, then the username compliance suffix is added to
|===


[id="{anchor_prefix}-github-com-codeready-toolchain-api-api-v1alpha1-webconsoleplugin"]
==== WebConsolePlugin



WebConsolePlugin defines the configuration parameters relating to the Web Console Plugin



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

[cols="20a,50a,15a,15a", options="header"]
|===
| Field | Description | Default | Validation
| *`deploy`* __boolean__ | Deploy determines whether the plugin will be deployed or not + | |
| *`pendoKey`* __string__ | PendoKey is the key value used to interact with the Pendo API + | |
| *`pendoHost`* __string__ | PendoHost allows a host URL to be configured instead of communicating directly with the Pendo domain + | |
|===


[id="{anchor_prefix}-github-com-codeready-toolchain-api-api-v1alpha1-webhookconfig"]
==== WebhookConfig

Expand Down
18 changes: 0 additions & 18 deletions api/v1alpha1/memberoperatorconfig_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ type MemberOperatorConfigSpec struct {
// Keeps parameters concerned with the webhook
// +optional
Webhook WebhookConfig `json:"webhook,omitempty"`

// WebConsolePlugin is used to configure the Web Console Plugin parameters
// +optional
WebConsolePlugin WebConsolePlugin `json:"webConsolePlugin,omitempty"`
}

// Defines all parameters concerned with the autoscaler
Expand Down Expand Up @@ -177,20 +173,6 @@ type WebhookSecret struct {
VirtualMachineAccessKey *string `json:"virtualMachineAccessKey,omitempty"`
}

// WebConsolePlugin defines the configuration parameters relating to the Web Console Plugin
type WebConsolePlugin struct {
// Deploy determines whether the plugin will be deployed or not
Deploy *bool `json:"deploy,omitempty"`

// PendoKey is the key value used to interact with the Pendo API
// +optional
PendoKey *string `json:"pendoKey,omitempty"`

// PendoHost allows a host URL to be configured instead of communicating directly with the Pendo domain
// +optional
PendoHost *string `json:"pendoHost,omitempty"`
}

// Defines all parameters concerned with member status
// +k8s:openapi-gen=true
type MemberStatusConfig struct {
Expand Down
31 changes: 0 additions & 31 deletions api/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 1 addition & 8 deletions api/v1alpha1/zz_generated.openapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ed4387f

Please sign in to comment.