From 39ee345b1444debc3d94b52e2a54465b3161f15d Mon Sep 17 00:00:00 2001 From: Kellen Swain Date: Mon, 6 Jan 2025 22:36:52 +0000 Subject: [PATCH] Updating non-generated docs/ minor formatting --- api/v1alpha1/groupversion_info.go | 2 +- api/v1alpha1/inferencemodel_types.go | 2 +- api/v1alpha1/inferencepool_types.go | 4 ++-- test/e2e/e2e_suite_test.go | 2 +- test/e2e/e2e_test.go | 2 +- test/utils/utils.go | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/v1alpha1/groupversion_info.go b/api/v1alpha1/groupversion_info.go index 7ff9c399..8c0a449f 100644 --- a/api/v1alpha1/groupversion_info.go +++ b/api/v1alpha1/groupversion_info.go @@ -1,5 +1,5 @@ /* -Copyright 2024. +Copyright 2024 The Kubernetes Authors. 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/v1alpha1/inferencemodel_types.go b/api/v1alpha1/inferencemodel_types.go index 8e81b4e8..63103181 100644 --- a/api/v1alpha1/inferencemodel_types.go +++ b/api/v1alpha1/inferencemodel_types.go @@ -1,5 +1,5 @@ /* -Copyright 2024. +Copyright 2024 The Kubernetes Authors. 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/v1alpha1/inferencepool_types.go b/api/v1alpha1/inferencepool_types.go index 666d0ac1..852c7267 100644 --- a/api/v1alpha1/inferencepool_types.go +++ b/api/v1alpha1/inferencepool_types.go @@ -1,5 +1,5 @@ /* -Copyright 2024. +Copyright 2024 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -63,7 +63,7 @@ type InferencePoolSpec struct { TargetPortNumber int32 `json:"targetPortNumber"` } -// Originally copied from: https://github.com/kubernetes-sigs/gateway-api/blob/99a3934c6bc1ce0874f3a4c5f20cafd8977ffcb4/apis/v1/shared_types.go#L694-L731 +// LabelKey was originally copied from: https://github.com/kubernetes-sigs/gateway-api/blob/99a3934c6bc1ce0874f3a4c5f20cafd8977ffcb4/apis/v1/shared_types.go#L694-L731 // Duplicated as to not take an unexpected dependency on gw's API. // // LabelKey is the key of a label. This is used for validation diff --git a/test/e2e/e2e_suite_test.go b/test/e2e/e2e_suite_test.go index 076a0573..2da01a9c 100644 --- a/test/e2e/e2e_suite_test.go +++ b/test/e2e/e2e_suite_test.go @@ -1,5 +1,5 @@ /* -Copyright 2024. +Copyright 2024 The Kubernetes Authors. 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/test/e2e/e2e_test.go b/test/e2e/e2e_test.go index 54547c04..413c15c6 100644 --- a/test/e2e/e2e_test.go +++ b/test/e2e/e2e_test.go @@ -1,5 +1,5 @@ /* -Copyright 2024. +Copyright 2024 The Kubernetes Authors. 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/test/utils/utils.go b/test/utils/utils.go index 23fea11a..1f96382e 100644 --- a/test/utils/utils.go +++ b/test/utils/utils.go @@ -1,5 +1,5 @@ /* -Copyright 2024. +Copyright 2024 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.