Skip to content

Commit

Permalink
updating test-cel
Browse files Browse the repository at this point in the history
Signed-off-by: Choo <achoo30@bloomberg.net>
  • Loading branch information
aabchoo committed Dec 12, 2024
1 parent 0e466ba commit 89ee946
Show file tree
Hide file tree
Showing 6 changed files with 214 additions and 191 deletions.
7 changes: 5 additions & 2 deletions api/v1alpha1/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,14 @@ const (
// +kubebuilder:object:root=true

// LLMProviderPolicy specifies the provider specific configuration.
//
// This is a provider specific-configuration, e.g.AWS Bedrock, Azure etc.
type LLMProviderPolicy struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Spec LLMProviderPolicySpec `json:"spec,omitempty"`
}

// LLMProviderPolicySpec specifies a provider (e.g.AWS Bedrock, Azure etc.) specific-configuration like auth
type LLMProviderPolicySpec struct {
// BackendRefs lists the LLMBackends that this provider policy will apply
// The namespace is "local", i.e. the same namespace as the LLMRoute.
//
Expand Down
40 changes: 28 additions & 12 deletions api/v1alpha1/zz_generated.deepcopy.go

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

Loading

0 comments on commit 89ee946

Please sign in to comment.