@@ -15,10 +15,6 @@ type MemberOperatorConfigSpec struct {
1515 // +optional
1616 Autoscaler AutoscalerConfig `json:"autoscaler,omitempty"`
1717
18- // Keeps parameters concerned with Che/CRW
19- // +optional
20- Che CheConfig `json:"che,omitempty"`
21-
2218 // Keeps parameters concerned with the console
2319 // +optional
2420 Console ConsoleConfig `json:"console,omitempty"`
@@ -72,50 +68,6 @@ type AutoscalerConfig struct {
7268 BufferReplicas * int `json:"bufferReplicas,omitempty"`
7369}
7470
75- // Defines all parameters concerned with Che
76- // +k8s:openapi-gen=true
77- type CheConfig struct {
78- // Defines the Che/CRW Keycloak route name
79- // +optional
80- KeycloakRouteName * string `json:"keycloakRouteName,omitempty"`
81-
82- // Defines the Che/CRW route name
83- // +optional
84- RouteName * string `json:"routeName,omitempty"`
85-
86- // Defines the Che/CRW operator namespace
87- // +optional
88- Namespace * string `json:"namespace,omitempty"`
89-
90- // Defines a flag that indicates whether the Che/CRW operator is required to be installed on the cluster. May be used in monitoring.
91- // +optional
92- Required * bool `json:"required,omitempty"`
93-
94- // Defines a flag to turn the Che user deletion logic on/off
95- // +optional
96- UserDeletionEnabled * bool `json:"userDeletionEnabled,omitempty"`
97-
98- // Defines all secrets related to Che configuration
99- // +optional
100- Secret CheSecret `json:"secret,omitempty"`
101- }
102-
103- // Defines all secrets related to Che configuration
104- // +k8s:openapi-gen=true
105- type CheSecret struct {
106- // The reference to the secret that is expected to contain the keys below
107- // +optional
108- ToolchainSecret `json:",inline"`
109-
110- // The key for the Che admin username in the secret values map
111- // +optional
112- CheAdminUsernameKey * string `json:"cheAdminUsernameKey,omitempty"`
113-
114- // The key for the Che admin password in the secret values map
115- // +optional
116- CheAdminPasswordKey * string `json:"cheAdminPasswordKey,omitempty"`
117- }
118-
11971// Defines all parameters concerned with the console
12072// +k8s:openapi-gen=true
12173type ConsoleConfig struct {
0 commit comments