File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ type AutoRemediation struct {
111111type AISpec struct {
112112 AutoRemediation AutoRemediation `json:"autoRemediation,omitempty"`
113113 // +kubebuilder:default:=openai
114- // +kubebuilder:validation:Enum=ibmwatsonxai;openai;localai;azureopenai;amazonbedrock;cohere;amazonsagemaker;google;googlevertexai
114+ // +kubebuilder:validation:Enum=ibmwatsonxai;openai;localai;azureopenai;amazonbedrock;cohere;amazonsagemaker;google;googlevertexai;customrest
115115 Backend string `json:"backend"`
116116 BackOff * BackOff `json:"backOff,omitempty"`
117117 BaseUrl string `json:"baseUrl,omitempty"`
Original file line number Diff line number Diff line change 9494 - amazonsagemaker
9595 - google
9696 - googlevertexai
97+ - customrest
9798 type : string
9899 baseUrl :
99100 type : string
Original file line number Diff line number Diff line change 9292 - amazonsagemaker
9393 - google
9494 - googlevertexai
95+ - customrest
9596 type : string
9697 baseUrl :
9798 type : string
You can’t perform that action at this time.
0 commit comments