From 555f50a80d0c5d05d31f2b48bc50608de517e0f4 Mon Sep 17 00:00:00 2001 From: kerthcet Date: Thu, 17 Apr 2025 18:15:02 +0800 Subject: [PATCH] Add default to configname Signed-off-by: kerthcet --- api/core/v1alpha1/zz_generated.deepcopy.go | 2 +- api/inference/v1alpha1/config_types.go | 1 + api/inference/v1alpha1/zz_generated.deepcopy.go | 2 +- chart/crds/playground-crd.yaml | 1 + client-go/applyconfiguration/core/v1alpha1/flavor.go | 3 ++- client-go/applyconfiguration/core/v1alpha1/inferenceconfig.go | 3 ++- client-go/applyconfiguration/core/v1alpha1/modelclaim.go | 3 ++- client-go/applyconfiguration/core/v1alpha1/modelclaims.go | 3 ++- client-go/applyconfiguration/core/v1alpha1/modelhub.go | 3 ++- client-go/applyconfiguration/core/v1alpha1/modelref.go | 3 ++- client-go/applyconfiguration/core/v1alpha1/modelsource.go | 3 ++- client-go/applyconfiguration/core/v1alpha1/modelspec.go | 3 ++- client-go/applyconfiguration/core/v1alpha1/modelstatus.go | 3 ++- client-go/applyconfiguration/core/v1alpha1/openmodel.go | 3 ++- .../inference/v1alpha1/backendruntimeconfig.go | 3 ++- .../applyconfiguration/inference/v1alpha1/elasticconfig.go | 3 ++- client-go/applyconfiguration/inference/v1alpha1/hpatrigger.go | 3 ++- client-go/applyconfiguration/inference/v1alpha1/playground.go | 3 ++- .../applyconfiguration/inference/v1alpha1/playgroundspec.go | 3 ++- .../applyconfiguration/inference/v1alpha1/playgroundstatus.go | 3 ++- .../inference/v1alpha1/resourcerequirements.go | 3 ++- .../applyconfiguration/inference/v1alpha1/scaletrigger.go | 3 ++- client-go/applyconfiguration/inference/v1alpha1/service.go | 3 ++- client-go/applyconfiguration/inference/v1alpha1/servicespec.go | 3 ++- .../applyconfiguration/inference/v1alpha1/servicestatus.go | 3 ++- client-go/applyconfiguration/internal/internal.go | 3 ++- client-go/applyconfiguration/utils.go | 3 ++- client-go/clientset/versioned/clientset.go | 3 ++- client-go/clientset/versioned/fake/clientset_generated.go | 3 ++- client-go/clientset/versioned/fake/doc.go | 3 ++- client-go/clientset/versioned/fake/register.go | 3 ++- client-go/clientset/versioned/scheme/doc.go | 3 ++- client-go/clientset/versioned/scheme/register.go | 3 ++- .../clientset/versioned/typed/core/v1alpha1/core_client.go | 3 ++- client-go/clientset/versioned/typed/core/v1alpha1/doc.go | 3 ++- client-go/clientset/versioned/typed/core/v1alpha1/fake/doc.go | 3 ++- .../versioned/typed/core/v1alpha1/fake/fake_core_client.go | 3 ++- .../versioned/typed/core/v1alpha1/fake/fake_openmodel.go | 3 ++- .../versioned/typed/core/v1alpha1/generated_expansion.go | 3 ++- client-go/clientset/versioned/typed/core/v1alpha1/openmodel.go | 3 ++- client-go/clientset/versioned/typed/inference/v1alpha1/doc.go | 3 ++- .../clientset/versioned/typed/inference/v1alpha1/fake/doc.go | 3 ++- .../typed/inference/v1alpha1/fake/fake_inference_client.go | 3 ++- .../versioned/typed/inference/v1alpha1/fake/fake_playground.go | 3 ++- .../versioned/typed/inference/v1alpha1/fake/fake_service.go | 3 ++- .../versioned/typed/inference/v1alpha1/generated_expansion.go | 3 ++- .../versioned/typed/inference/v1alpha1/inference_client.go | 3 ++- .../clientset/versioned/typed/inference/v1alpha1/playground.go | 3 ++- .../clientset/versioned/typed/inference/v1alpha1/service.go | 3 ++- client-go/informers/externalversions/core/interface.go | 3 ++- .../informers/externalversions/core/v1alpha1/interface.go | 3 ++- .../informers/externalversions/core/v1alpha1/openmodel.go | 3 ++- client-go/informers/externalversions/factory.go | 3 ++- client-go/informers/externalversions/generic.go | 3 ++- client-go/informers/externalversions/inference/interface.go | 3 ++- .../informers/externalversions/inference/v1alpha1/interface.go | 3 ++- .../externalversions/inference/v1alpha1/playground.go | 3 ++- .../informers/externalversions/inference/v1alpha1/service.go | 3 ++- .../externalversions/internalinterfaces/factory_interfaces.go | 3 ++- client-go/listers/core/v1alpha1/expansion_generated.go | 3 ++- client-go/listers/core/v1alpha1/openmodel.go | 3 ++- client-go/listers/inference/v1alpha1/expansion_generated.go | 3 ++- client-go/listers/inference/v1alpha1/playground.go | 3 ++- client-go/listers/inference/v1alpha1/service.go | 3 ++- config/crd/bases/inference.llmaz.io_playgrounds.yaml | 1 + 65 files changed, 125 insertions(+), 62 deletions(-) diff --git a/api/core/v1alpha1/zz_generated.deepcopy.go b/api/core/v1alpha1/zz_generated.deepcopy.go index ec37530d..e36f8726 100644 --- a/api/core/v1alpha1/zz_generated.deepcopy.go +++ b/api/core/v1alpha1/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ //go:build !ignore_autogenerated /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/api/inference/v1alpha1/config_types.go b/api/inference/v1alpha1/config_types.go index a51a2314..de720569 100644 --- a/api/inference/v1alpha1/config_types.go +++ b/api/inference/v1alpha1/config_types.go @@ -42,6 +42,7 @@ type BackendRuntimeConfig struct { // ConfigName represents the recommended configuration name for the backend, // It will be inferred from the models in the runtime if not specified, e.g. default, // speculative-decoding. + // +kubebuilder:default=default ConfigName *string `json:"configName,omitempty"` // Args defined here will "append" the args defined in the recommendedConfig, // either explicitly configured in configName or inferred in the runtime. diff --git a/api/inference/v1alpha1/zz_generated.deepcopy.go b/api/inference/v1alpha1/zz_generated.deepcopy.go index 3100f603..68da67c1 100644 --- a/api/inference/v1alpha1/zz_generated.deepcopy.go +++ b/api/inference/v1alpha1/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ //go:build !ignore_autogenerated /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/chart/crds/playground-crd.yaml b/chart/crds/playground-crd.yaml index 175474b9..54a9b037 100644 --- a/chart/crds/playground-crd.yaml +++ b/chart/crds/playground-crd.yaml @@ -58,6 +58,7 @@ spec: the hood, e.g. vLLM. type: string configName: + default: default description: |- ConfigName represents the recommended configuration name for the backend, It will be inferred from the models in the runtime if not specified, e.g. default, diff --git a/client-go/applyconfiguration/core/v1alpha1/flavor.go b/client-go/applyconfiguration/core/v1alpha1/flavor.go index 89f2d0a9..72316acc 100644 --- a/client-go/applyconfiguration/core/v1alpha1/flavor.go +++ b/client-go/applyconfiguration/core/v1alpha1/flavor.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by applyconfiguration-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/applyconfiguration/core/v1alpha1/inferenceconfig.go b/client-go/applyconfiguration/core/v1alpha1/inferenceconfig.go index 27843928..f5ac207b 100644 --- a/client-go/applyconfiguration/core/v1alpha1/inferenceconfig.go +++ b/client-go/applyconfiguration/core/v1alpha1/inferenceconfig.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by applyconfiguration-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/applyconfiguration/core/v1alpha1/modelclaim.go b/client-go/applyconfiguration/core/v1alpha1/modelclaim.go index 073dce2d..c4411821 100644 --- a/client-go/applyconfiguration/core/v1alpha1/modelclaim.go +++ b/client-go/applyconfiguration/core/v1alpha1/modelclaim.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by applyconfiguration-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/applyconfiguration/core/v1alpha1/modelclaims.go b/client-go/applyconfiguration/core/v1alpha1/modelclaims.go index 5fc17e61..b7d490ac 100644 --- a/client-go/applyconfiguration/core/v1alpha1/modelclaims.go +++ b/client-go/applyconfiguration/core/v1alpha1/modelclaims.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by applyconfiguration-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/applyconfiguration/core/v1alpha1/modelhub.go b/client-go/applyconfiguration/core/v1alpha1/modelhub.go index a8f8316b..1d5a51b3 100644 --- a/client-go/applyconfiguration/core/v1alpha1/modelhub.go +++ b/client-go/applyconfiguration/core/v1alpha1/modelhub.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by applyconfiguration-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/applyconfiguration/core/v1alpha1/modelref.go b/client-go/applyconfiguration/core/v1alpha1/modelref.go index 795e49be..2b98cc56 100644 --- a/client-go/applyconfiguration/core/v1alpha1/modelref.go +++ b/client-go/applyconfiguration/core/v1alpha1/modelref.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by applyconfiguration-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/applyconfiguration/core/v1alpha1/modelsource.go b/client-go/applyconfiguration/core/v1alpha1/modelsource.go index e1a72ab1..c09264a0 100644 --- a/client-go/applyconfiguration/core/v1alpha1/modelsource.go +++ b/client-go/applyconfiguration/core/v1alpha1/modelsource.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by applyconfiguration-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/applyconfiguration/core/v1alpha1/modelspec.go b/client-go/applyconfiguration/core/v1alpha1/modelspec.go index da390998..da4b6107 100644 --- a/client-go/applyconfiguration/core/v1alpha1/modelspec.go +++ b/client-go/applyconfiguration/core/v1alpha1/modelspec.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by applyconfiguration-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/applyconfiguration/core/v1alpha1/modelstatus.go b/client-go/applyconfiguration/core/v1alpha1/modelstatus.go index 9e98f9a1..df66394f 100644 --- a/client-go/applyconfiguration/core/v1alpha1/modelstatus.go +++ b/client-go/applyconfiguration/core/v1alpha1/modelstatus.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by applyconfiguration-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/applyconfiguration/core/v1alpha1/openmodel.go b/client-go/applyconfiguration/core/v1alpha1/openmodel.go index ceee5247..689501ca 100644 --- a/client-go/applyconfiguration/core/v1alpha1/openmodel.go +++ b/client-go/applyconfiguration/core/v1alpha1/openmodel.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by applyconfiguration-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/applyconfiguration/inference/v1alpha1/backendruntimeconfig.go b/client-go/applyconfiguration/inference/v1alpha1/backendruntimeconfig.go index 46ba2133..b94dcbe9 100644 --- a/client-go/applyconfiguration/inference/v1alpha1/backendruntimeconfig.go +++ b/client-go/applyconfiguration/inference/v1alpha1/backendruntimeconfig.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by applyconfiguration-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/applyconfiguration/inference/v1alpha1/elasticconfig.go b/client-go/applyconfiguration/inference/v1alpha1/elasticconfig.go index 0778d249..3d0681aa 100644 --- a/client-go/applyconfiguration/inference/v1alpha1/elasticconfig.go +++ b/client-go/applyconfiguration/inference/v1alpha1/elasticconfig.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by applyconfiguration-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/applyconfiguration/inference/v1alpha1/hpatrigger.go b/client-go/applyconfiguration/inference/v1alpha1/hpatrigger.go index d4432c34..ea44d1bb 100644 --- a/client-go/applyconfiguration/inference/v1alpha1/hpatrigger.go +++ b/client-go/applyconfiguration/inference/v1alpha1/hpatrigger.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by applyconfiguration-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/applyconfiguration/inference/v1alpha1/playground.go b/client-go/applyconfiguration/inference/v1alpha1/playground.go index eea84a4a..68af53ea 100644 --- a/client-go/applyconfiguration/inference/v1alpha1/playground.go +++ b/client-go/applyconfiguration/inference/v1alpha1/playground.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by applyconfiguration-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/applyconfiguration/inference/v1alpha1/playgroundspec.go b/client-go/applyconfiguration/inference/v1alpha1/playgroundspec.go index 1d96601f..9a6416a3 100644 --- a/client-go/applyconfiguration/inference/v1alpha1/playgroundspec.go +++ b/client-go/applyconfiguration/inference/v1alpha1/playgroundspec.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by applyconfiguration-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/applyconfiguration/inference/v1alpha1/playgroundstatus.go b/client-go/applyconfiguration/inference/v1alpha1/playgroundstatus.go index 018e48e9..5929399a 100644 --- a/client-go/applyconfiguration/inference/v1alpha1/playgroundstatus.go +++ b/client-go/applyconfiguration/inference/v1alpha1/playgroundstatus.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by applyconfiguration-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/applyconfiguration/inference/v1alpha1/resourcerequirements.go b/client-go/applyconfiguration/inference/v1alpha1/resourcerequirements.go index ec0fee76..29dfdf28 100644 --- a/client-go/applyconfiguration/inference/v1alpha1/resourcerequirements.go +++ b/client-go/applyconfiguration/inference/v1alpha1/resourcerequirements.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by applyconfiguration-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/applyconfiguration/inference/v1alpha1/scaletrigger.go b/client-go/applyconfiguration/inference/v1alpha1/scaletrigger.go index b4123a60..0df85fc5 100644 --- a/client-go/applyconfiguration/inference/v1alpha1/scaletrigger.go +++ b/client-go/applyconfiguration/inference/v1alpha1/scaletrigger.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by applyconfiguration-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/applyconfiguration/inference/v1alpha1/service.go b/client-go/applyconfiguration/inference/v1alpha1/service.go index 28996a1e..e73649b5 100644 --- a/client-go/applyconfiguration/inference/v1alpha1/service.go +++ b/client-go/applyconfiguration/inference/v1alpha1/service.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by applyconfiguration-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/applyconfiguration/inference/v1alpha1/servicespec.go b/client-go/applyconfiguration/inference/v1alpha1/servicespec.go index 04b95f4f..9d11f78e 100644 --- a/client-go/applyconfiguration/inference/v1alpha1/servicespec.go +++ b/client-go/applyconfiguration/inference/v1alpha1/servicespec.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by applyconfiguration-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/applyconfiguration/inference/v1alpha1/servicestatus.go b/client-go/applyconfiguration/inference/v1alpha1/servicestatus.go index 94ca9240..5760a56f 100644 --- a/client-go/applyconfiguration/inference/v1alpha1/servicestatus.go +++ b/client-go/applyconfiguration/inference/v1alpha1/servicestatus.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by applyconfiguration-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/applyconfiguration/internal/internal.go b/client-go/applyconfiguration/internal/internal.go index 03e0b66a..3de54372 100644 --- a/client-go/applyconfiguration/internal/internal.go +++ b/client-go/applyconfiguration/internal/internal.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by applyconfiguration-gen. DO NOT EDIT. package internal diff --git a/client-go/applyconfiguration/utils.go b/client-go/applyconfiguration/utils.go index 736042e8..a8aed5e6 100644 --- a/client-go/applyconfiguration/utils.go +++ b/client-go/applyconfiguration/utils.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by applyconfiguration-gen. DO NOT EDIT. package applyconfiguration diff --git a/client-go/clientset/versioned/clientset.go b/client-go/clientset/versioned/clientset.go index 9b5f2d60..af8ccec2 100644 --- a/client-go/clientset/versioned/clientset.go +++ b/client-go/clientset/versioned/clientset.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by client-gen. DO NOT EDIT. package versioned diff --git a/client-go/clientset/versioned/fake/clientset_generated.go b/client-go/clientset/versioned/fake/clientset_generated.go index 824cd99e..824a1902 100644 --- a/client-go/clientset/versioned/fake/clientset_generated.go +++ b/client-go/clientset/versioned/fake/clientset_generated.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by client-gen. DO NOT EDIT. package fake diff --git a/client-go/clientset/versioned/fake/doc.go b/client-go/clientset/versioned/fake/doc.go index 0b1c3978..266551c2 100644 --- a/client-go/clientset/versioned/fake/doc.go +++ b/client-go/clientset/versioned/fake/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by client-gen. DO NOT EDIT. // This package has the automatically generated fake clientset. diff --git a/client-go/clientset/versioned/fake/register.go b/client-go/clientset/versioned/fake/register.go index 0c821f7d..5f05e817 100644 --- a/client-go/clientset/versioned/fake/register.go +++ b/client-go/clientset/versioned/fake/register.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by client-gen. DO NOT EDIT. package fake diff --git a/client-go/clientset/versioned/scheme/doc.go b/client-go/clientset/versioned/scheme/doc.go index 115a8748..c7ba9855 100644 --- a/client-go/clientset/versioned/scheme/doc.go +++ b/client-go/clientset/versioned/scheme/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by client-gen. DO NOT EDIT. // This package contains the scheme of the automatically generated clientset. diff --git a/client-go/clientset/versioned/scheme/register.go b/client-go/clientset/versioned/scheme/register.go index be808107..2a411e11 100644 --- a/client-go/clientset/versioned/scheme/register.go +++ b/client-go/clientset/versioned/scheme/register.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by client-gen. DO NOT EDIT. package scheme diff --git a/client-go/clientset/versioned/typed/core/v1alpha1/core_client.go b/client-go/clientset/versioned/typed/core/v1alpha1/core_client.go index 2972dea8..f8d6ab02 100644 --- a/client-go/clientset/versioned/typed/core/v1alpha1/core_client.go +++ b/client-go/clientset/versioned/typed/core/v1alpha1/core_client.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by client-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/clientset/versioned/typed/core/v1alpha1/doc.go b/client-go/clientset/versioned/typed/core/v1alpha1/doc.go index 5f5ba404..aa499c2f 100644 --- a/client-go/clientset/versioned/typed/core/v1alpha1/doc.go +++ b/client-go/clientset/versioned/typed/core/v1alpha1/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by client-gen. DO NOT EDIT. // This package has the automatically generated typed clients. diff --git a/client-go/clientset/versioned/typed/core/v1alpha1/fake/doc.go b/client-go/clientset/versioned/typed/core/v1alpha1/fake/doc.go index 08459ec6..4c8adf3f 100644 --- a/client-go/clientset/versioned/typed/core/v1alpha1/fake/doc.go +++ b/client-go/clientset/versioned/typed/core/v1alpha1/fake/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by client-gen. DO NOT EDIT. // Package fake has the automatically generated clients. diff --git a/client-go/clientset/versioned/typed/core/v1alpha1/fake/fake_core_client.go b/client-go/clientset/versioned/typed/core/v1alpha1/fake/fake_core_client.go index b0cb10ce..41ff345a 100644 --- a/client-go/clientset/versioned/typed/core/v1alpha1/fake/fake_core_client.go +++ b/client-go/clientset/versioned/typed/core/v1alpha1/fake/fake_core_client.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by client-gen. DO NOT EDIT. package fake diff --git a/client-go/clientset/versioned/typed/core/v1alpha1/fake/fake_openmodel.go b/client-go/clientset/versioned/typed/core/v1alpha1/fake/fake_openmodel.go index 8169c1b7..d50de3c1 100644 --- a/client-go/clientset/versioned/typed/core/v1alpha1/fake/fake_openmodel.go +++ b/client-go/clientset/versioned/typed/core/v1alpha1/fake/fake_openmodel.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by client-gen. DO NOT EDIT. package fake diff --git a/client-go/clientset/versioned/typed/core/v1alpha1/generated_expansion.go b/client-go/clientset/versioned/typed/core/v1alpha1/generated_expansion.go index ef65753b..afa25e04 100644 --- a/client-go/clientset/versioned/typed/core/v1alpha1/generated_expansion.go +++ b/client-go/clientset/versioned/typed/core/v1alpha1/generated_expansion.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by client-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/clientset/versioned/typed/core/v1alpha1/openmodel.go b/client-go/clientset/versioned/typed/core/v1alpha1/openmodel.go index ccbf2298..6fe7143b 100644 --- a/client-go/clientset/versioned/typed/core/v1alpha1/openmodel.go +++ b/client-go/clientset/versioned/typed/core/v1alpha1/openmodel.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by client-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/clientset/versioned/typed/inference/v1alpha1/doc.go b/client-go/clientset/versioned/typed/inference/v1alpha1/doc.go index 5f5ba404..aa499c2f 100644 --- a/client-go/clientset/versioned/typed/inference/v1alpha1/doc.go +++ b/client-go/clientset/versioned/typed/inference/v1alpha1/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by client-gen. DO NOT EDIT. // This package has the automatically generated typed clients. diff --git a/client-go/clientset/versioned/typed/inference/v1alpha1/fake/doc.go b/client-go/clientset/versioned/typed/inference/v1alpha1/fake/doc.go index 08459ec6..4c8adf3f 100644 --- a/client-go/clientset/versioned/typed/inference/v1alpha1/fake/doc.go +++ b/client-go/clientset/versioned/typed/inference/v1alpha1/fake/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by client-gen. DO NOT EDIT. // Package fake has the automatically generated clients. diff --git a/client-go/clientset/versioned/typed/inference/v1alpha1/fake/fake_inference_client.go b/client-go/clientset/versioned/typed/inference/v1alpha1/fake/fake_inference_client.go index 9597c51f..5300cb71 100644 --- a/client-go/clientset/versioned/typed/inference/v1alpha1/fake/fake_inference_client.go +++ b/client-go/clientset/versioned/typed/inference/v1alpha1/fake/fake_inference_client.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by client-gen. DO NOT EDIT. package fake diff --git a/client-go/clientset/versioned/typed/inference/v1alpha1/fake/fake_playground.go b/client-go/clientset/versioned/typed/inference/v1alpha1/fake/fake_playground.go index f6b0b99b..1e262d74 100644 --- a/client-go/clientset/versioned/typed/inference/v1alpha1/fake/fake_playground.go +++ b/client-go/clientset/versioned/typed/inference/v1alpha1/fake/fake_playground.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by client-gen. DO NOT EDIT. package fake diff --git a/client-go/clientset/versioned/typed/inference/v1alpha1/fake/fake_service.go b/client-go/clientset/versioned/typed/inference/v1alpha1/fake/fake_service.go index 600d8e71..570835fb 100644 --- a/client-go/clientset/versioned/typed/inference/v1alpha1/fake/fake_service.go +++ b/client-go/clientset/versioned/typed/inference/v1alpha1/fake/fake_service.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by client-gen. DO NOT EDIT. package fake diff --git a/client-go/clientset/versioned/typed/inference/v1alpha1/generated_expansion.go b/client-go/clientset/versioned/typed/inference/v1alpha1/generated_expansion.go index 259c82a0..3d8b6acf 100644 --- a/client-go/clientset/versioned/typed/inference/v1alpha1/generated_expansion.go +++ b/client-go/clientset/versioned/typed/inference/v1alpha1/generated_expansion.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by client-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/clientset/versioned/typed/inference/v1alpha1/inference_client.go b/client-go/clientset/versioned/typed/inference/v1alpha1/inference_client.go index b6a24a47..3113fc6f 100644 --- a/client-go/clientset/versioned/typed/inference/v1alpha1/inference_client.go +++ b/client-go/clientset/versioned/typed/inference/v1alpha1/inference_client.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by client-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/clientset/versioned/typed/inference/v1alpha1/playground.go b/client-go/clientset/versioned/typed/inference/v1alpha1/playground.go index 0b94af00..137c6f7c 100644 --- a/client-go/clientset/versioned/typed/inference/v1alpha1/playground.go +++ b/client-go/clientset/versioned/typed/inference/v1alpha1/playground.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by client-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/clientset/versioned/typed/inference/v1alpha1/service.go b/client-go/clientset/versioned/typed/inference/v1alpha1/service.go index 793700d0..b4f79de9 100644 --- a/client-go/clientset/versioned/typed/inference/v1alpha1/service.go +++ b/client-go/clientset/versioned/typed/inference/v1alpha1/service.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by client-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/informers/externalversions/core/interface.go b/client-go/informers/externalversions/core/interface.go index de0d7136..1eb9adaa 100644 --- a/client-go/informers/externalversions/core/interface.go +++ b/client-go/informers/externalversions/core/interface.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by informer-gen. DO NOT EDIT. package core diff --git a/client-go/informers/externalversions/core/v1alpha1/interface.go b/client-go/informers/externalversions/core/v1alpha1/interface.go index 9b32303c..c4a4f4ee 100644 --- a/client-go/informers/externalversions/core/v1alpha1/interface.go +++ b/client-go/informers/externalversions/core/v1alpha1/interface.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by informer-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/informers/externalversions/core/v1alpha1/openmodel.go b/client-go/informers/externalversions/core/v1alpha1/openmodel.go index 93bf7010..32cb65b0 100644 --- a/client-go/informers/externalversions/core/v1alpha1/openmodel.go +++ b/client-go/informers/externalversions/core/v1alpha1/openmodel.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by informer-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/informers/externalversions/factory.go b/client-go/informers/externalversions/factory.go index 2178aa2a..ce8a7437 100644 --- a/client-go/informers/externalversions/factory.go +++ b/client-go/informers/externalversions/factory.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by informer-gen. DO NOT EDIT. package externalversions diff --git a/client-go/informers/externalversions/generic.go b/client-go/informers/externalversions/generic.go index 2c11b0c3..48fc86f6 100644 --- a/client-go/informers/externalversions/generic.go +++ b/client-go/informers/externalversions/generic.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by informer-gen. DO NOT EDIT. package externalversions diff --git a/client-go/informers/externalversions/inference/interface.go b/client-go/informers/externalversions/inference/interface.go index 8108d74e..99fadabb 100644 --- a/client-go/informers/externalversions/inference/interface.go +++ b/client-go/informers/externalversions/inference/interface.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by informer-gen. DO NOT EDIT. package inference diff --git a/client-go/informers/externalversions/inference/v1alpha1/interface.go b/client-go/informers/externalversions/inference/v1alpha1/interface.go index 45e009ed..424bbdec 100644 --- a/client-go/informers/externalversions/inference/v1alpha1/interface.go +++ b/client-go/informers/externalversions/inference/v1alpha1/interface.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by informer-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/informers/externalversions/inference/v1alpha1/playground.go b/client-go/informers/externalversions/inference/v1alpha1/playground.go index 5a77fe86..b586d732 100644 --- a/client-go/informers/externalversions/inference/v1alpha1/playground.go +++ b/client-go/informers/externalversions/inference/v1alpha1/playground.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by informer-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/informers/externalversions/inference/v1alpha1/service.go b/client-go/informers/externalversions/inference/v1alpha1/service.go index 13885179..3822a9d4 100644 --- a/client-go/informers/externalversions/inference/v1alpha1/service.go +++ b/client-go/informers/externalversions/inference/v1alpha1/service.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by informer-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/informers/externalversions/internalinterfaces/factory_interfaces.go b/client-go/informers/externalversions/internalinterfaces/factory_interfaces.go index 0c8f2b7d..6b909231 100644 --- a/client-go/informers/externalversions/internalinterfaces/factory_interfaces.go +++ b/client-go/informers/externalversions/internalinterfaces/factory_interfaces.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by informer-gen. DO NOT EDIT. package internalinterfaces diff --git a/client-go/listers/core/v1alpha1/expansion_generated.go b/client-go/listers/core/v1alpha1/expansion_generated.go index daad4dc9..ba90f1de 100644 --- a/client-go/listers/core/v1alpha1/expansion_generated.go +++ b/client-go/listers/core/v1alpha1/expansion_generated.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by lister-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/listers/core/v1alpha1/openmodel.go b/client-go/listers/core/v1alpha1/openmodel.go index b4b3f43c..95befe40 100644 --- a/client-go/listers/core/v1alpha1/openmodel.go +++ b/client-go/listers/core/v1alpha1/openmodel.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by lister-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/listers/inference/v1alpha1/expansion_generated.go b/client-go/listers/inference/v1alpha1/expansion_generated.go index 03f27d8c..d8aabe96 100644 --- a/client-go/listers/inference/v1alpha1/expansion_generated.go +++ b/client-go/listers/inference/v1alpha1/expansion_generated.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by lister-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/listers/inference/v1alpha1/playground.go b/client-go/listers/inference/v1alpha1/playground.go index 83903d40..cb4f4fbb 100644 --- a/client-go/listers/inference/v1alpha1/playground.go +++ b/client-go/listers/inference/v1alpha1/playground.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by lister-gen. DO NOT EDIT. package v1alpha1 diff --git a/client-go/listers/inference/v1alpha1/service.go b/client-go/listers/inference/v1alpha1/service.go index 86fa0dc8..ed17d0b2 100644 --- a/client-go/listers/inference/v1alpha1/service.go +++ b/client-go/listers/inference/v1alpha1/service.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The InftyAI Team. +Copyright 2025 The InftyAI Team. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ + // Code generated by lister-gen. DO NOT EDIT. package v1alpha1 diff --git a/config/crd/bases/inference.llmaz.io_playgrounds.yaml b/config/crd/bases/inference.llmaz.io_playgrounds.yaml index 00ec2e20..e5854951 100644 --- a/config/crd/bases/inference.llmaz.io_playgrounds.yaml +++ b/config/crd/bases/inference.llmaz.io_playgrounds.yaml @@ -59,6 +59,7 @@ spec: the hood, e.g. vLLM. type: string configName: + default: default description: |- ConfigName represents the recommended configuration name for the backend, It will be inferred from the models in the runtime if not specified, e.g. default,