From 536f82d3e41ba52929bc8202237204be6d50ae21 Mon Sep 17 00:00:00 2001 From: Dmitry Rakitin Date: Wed, 25 Sep 2024 16:40:22 +0200 Subject: [PATCH] chore(gen): remove copyright year chore(gen): set 2024 copyright year Signed-off-by: Isteb4k --- api/client/generated/clientset/versioned/clientset.go | 3 ++- .../generated/clientset/versioned/fake/clientset_generated.go | 3 ++- api/client/generated/clientset/versioned/fake/doc.go | 3 ++- api/client/generated/clientset/versioned/fake/register.go | 3 ++- api/client/generated/clientset/versioned/scheme/doc.go | 3 ++- api/client/generated/clientset/versioned/scheme/register.go | 3 ++- .../versioned/typed/core/v1alpha2/clustervirtualimage.go | 3 ++- .../clientset/versioned/typed/core/v1alpha2/core_client.go | 3 ++- .../generated/clientset/versioned/typed/core/v1alpha2/doc.go | 3 ++- .../clientset/versioned/typed/core/v1alpha2/fake/doc.go | 3 ++- .../typed/core/v1alpha2/fake/fake_clustervirtualimage.go | 3 ++- .../versioned/typed/core/v1alpha2/fake/fake_core_client.go | 3 ++- .../versioned/typed/core/v1alpha2/fake/fake_virtualdisk.go | 3 ++- .../typed/core/v1alpha2/fake/fake_virtualdisksnapshot.go | 3 ++- .../versioned/typed/core/v1alpha2/fake/fake_virtualimage.go | 3 ++- .../versioned/typed/core/v1alpha2/fake/fake_virtualmachine.go | 3 ++- .../v1alpha2/fake/fake_virtualmachineblockdeviceattachment.go | 3 ++- .../typed/core/v1alpha2/fake/fake_virtualmachineclass.go | 3 ++- .../typed/core/v1alpha2/fake/fake_virtualmachineipaddress.go | 3 ++- .../core/v1alpha2/fake/fake_virtualmachineipaddresslease.go | 3 ++- .../typed/core/v1alpha2/fake/fake_virtualmachineoperation.go | 3 ++- .../versioned/typed/core/v1alpha2/generated_expansion.go | 3 ++- .../clientset/versioned/typed/core/v1alpha2/virtualdisk.go | 3 ++- .../versioned/typed/core/v1alpha2/virtualdisksnapshot.go | 3 ++- .../clientset/versioned/typed/core/v1alpha2/virtualimage.go | 3 ++- .../clientset/versioned/typed/core/v1alpha2/virtualmachine.go | 3 ++- .../core/v1alpha2/virtualmachineblockdeviceattachment.go | 3 ++- .../versioned/typed/core/v1alpha2/virtualmachineclass.go | 3 ++- .../versioned/typed/core/v1alpha2/virtualmachineipaddress.go | 3 ++- .../typed/core/v1alpha2/virtualmachineipaddresslease.go | 3 ++- .../versioned/typed/core/v1alpha2/virtualmachineoperation.go | 3 ++- .../generated/informers/externalversions/core/interface.go | 3 ++- .../externalversions/core/v1alpha2/clustervirtualimage.go | 3 ++- .../informers/externalversions/core/v1alpha2/interface.go | 3 ++- .../informers/externalversions/core/v1alpha2/virtualdisk.go | 3 ++- .../externalversions/core/v1alpha2/virtualdisksnapshot.go | 3 ++- .../informers/externalversions/core/v1alpha2/virtualimage.go | 3 ++- .../externalversions/core/v1alpha2/virtualmachine.go | 3 ++- .../core/v1alpha2/virtualmachineblockdeviceattachment.go | 3 ++- .../externalversions/core/v1alpha2/virtualmachineclass.go | 3 ++- .../externalversions/core/v1alpha2/virtualmachineipaddress.go | 3 ++- .../core/v1alpha2/virtualmachineipaddresslease.go | 3 ++- .../externalversions/core/v1alpha2/virtualmachineoperation.go | 3 ++- api/client/generated/informers/externalversions/factory.go | 3 ++- api/client/generated/informers/externalversions/generic.go | 3 ++- .../externalversions/internalinterfaces/factory_interfaces.go | 3 ++- .../generated/listers/core/v1alpha2/clustervirtualimage.go | 3 ++- .../generated/listers/core/v1alpha2/expansion_generated.go | 3 ++- api/client/generated/listers/core/v1alpha2/virtualdisk.go | 3 ++- .../generated/listers/core/v1alpha2/virtualdisksnapshot.go | 3 ++- api/client/generated/listers/core/v1alpha2/virtualimage.go | 3 ++- api/client/generated/listers/core/v1alpha2/virtualmachine.go | 3 ++- .../core/v1alpha2/virtualmachineblockdeviceattachment.go | 3 ++- .../generated/listers/core/v1alpha2/virtualmachineclass.go | 3 ++- .../listers/core/v1alpha2/virtualmachineipaddress.go | 3 ++- .../listers/core/v1alpha2/virtualmachineipaddresslease.go | 3 ++- .../listers/core/v1alpha2/virtualmachineoperation.go | 3 ++- api/core/v1alpha2/zz_generated.deepcopy.go | 3 ++- .../apiserver/api/generated/openapi/zz_generated.openapi.go | 3 ++- api/scripts/boilerplate.go.txt | 4 ++-- api/subresources/v1alpha2/zz_generated.conversion.go | 3 ++- api/subresources/v1alpha2/zz_generated.deepcopy.go | 3 ++- api/subresources/zz_generated.deepcopy.go | 3 ++- 63 files changed, 126 insertions(+), 64 deletions(-) diff --git a/api/client/generated/clientset/versioned/clientset.go b/api/client/generated/clientset/versioned/clientset.go index 2f19fc36d..7935ad4d9 100644 --- a/api/client/generated/clientset/versioned/clientset.go +++ b/api/client/generated/clientset/versioned/clientset.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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/api/client/generated/clientset/versioned/fake/clientset_generated.go b/api/client/generated/clientset/versioned/fake/clientset_generated.go index 7174b7eda..216fb839d 100644 --- a/api/client/generated/clientset/versioned/fake/clientset_generated.go +++ b/api/client/generated/clientset/versioned/fake/clientset_generated.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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/api/client/generated/clientset/versioned/fake/doc.go b/api/client/generated/clientset/versioned/fake/doc.go index d8515d480..02d5306e2 100644 --- a/api/client/generated/clientset/versioned/fake/doc.go +++ b/api/client/generated/clientset/versioned/fake/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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/api/client/generated/clientset/versioned/fake/register.go b/api/client/generated/clientset/versioned/fake/register.go index 32a202238..1edca93ed 100644 --- a/api/client/generated/clientset/versioned/fake/register.go +++ b/api/client/generated/clientset/versioned/fake/register.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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/api/client/generated/clientset/versioned/scheme/doc.go b/api/client/generated/clientset/versioned/scheme/doc.go index d6e8bb29d..36bee1f6d 100644 --- a/api/client/generated/clientset/versioned/scheme/doc.go +++ b/api/client/generated/clientset/versioned/scheme/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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/api/client/generated/clientset/versioned/scheme/register.go b/api/client/generated/clientset/versioned/scheme/register.go index 765317ea1..e4dd8c01b 100644 --- a/api/client/generated/clientset/versioned/scheme/register.go +++ b/api/client/generated/clientset/versioned/scheme/register.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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/api/client/generated/clientset/versioned/typed/core/v1alpha2/clustervirtualimage.go b/api/client/generated/clientset/versioned/typed/core/v1alpha2/clustervirtualimage.go index 992e0aa75..a1b9bd2f1 100644 --- a/api/client/generated/clientset/versioned/typed/core/v1alpha2/clustervirtualimage.go +++ b/api/client/generated/clientset/versioned/typed/core/v1alpha2/clustervirtualimage.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/clientset/versioned/typed/core/v1alpha2/core_client.go b/api/client/generated/clientset/versioned/typed/core/v1alpha2/core_client.go index 85a392296..1b3542d11 100644 --- a/api/client/generated/clientset/versioned/typed/core/v1alpha2/core_client.go +++ b/api/client/generated/clientset/versioned/typed/core/v1alpha2/core_client.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/clientset/versioned/typed/core/v1alpha2/doc.go b/api/client/generated/clientset/versioned/typed/core/v1alpha2/doc.go index 0393a6e71..50c09db18 100644 --- a/api/client/generated/clientset/versioned/typed/core/v1alpha2/doc.go +++ b/api/client/generated/clientset/versioned/typed/core/v1alpha2/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/doc.go b/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/doc.go index 745c15a66..302a81400 100644 --- a/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/doc.go +++ b/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_clustervirtualimage.go b/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_clustervirtualimage.go index d337e1b3b..ab11d1fdb 100644 --- a/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_clustervirtualimage.go +++ b/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_clustervirtualimage.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_core_client.go b/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_core_client.go index a0a9c895e..4daebc122 100644 --- a/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_core_client.go +++ b/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_core_client.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualdisk.go b/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualdisk.go index 6b5dc66b1..d04044c83 100644 --- a/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualdisk.go +++ b/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualdisk.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualdisksnapshot.go b/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualdisksnapshot.go index ea813e7cd..26e02f7a2 100644 --- a/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualdisksnapshot.go +++ b/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualdisksnapshot.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualimage.go b/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualimage.go index dcf0b64ba..20e740a6d 100644 --- a/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualimage.go +++ b/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualimage.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualmachine.go b/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualmachine.go index 2e7d14bfd..c7025395b 100644 --- a/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualmachine.go +++ b/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualmachine.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualmachineblockdeviceattachment.go b/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualmachineblockdeviceattachment.go index c03683ae2..5e39da5cd 100644 --- a/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualmachineblockdeviceattachment.go +++ b/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualmachineblockdeviceattachment.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualmachineclass.go b/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualmachineclass.go index b9dd855b4..a0a33f168 100644 --- a/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualmachineclass.go +++ b/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualmachineclass.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualmachineipaddress.go b/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualmachineipaddress.go index 1a0777293..2d883faa8 100644 --- a/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualmachineipaddress.go +++ b/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualmachineipaddress.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualmachineipaddresslease.go b/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualmachineipaddresslease.go index f100b9ffa..3aab48050 100644 --- a/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualmachineipaddresslease.go +++ b/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualmachineipaddresslease.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualmachineoperation.go b/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualmachineoperation.go index 5f8cebdf0..13f821e23 100644 --- a/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualmachineoperation.go +++ b/api/client/generated/clientset/versioned/typed/core/v1alpha2/fake/fake_virtualmachineoperation.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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/api/client/generated/clientset/versioned/typed/core/v1alpha2/generated_expansion.go b/api/client/generated/clientset/versioned/typed/core/v1alpha2/generated_expansion.go index 3eb448f15..6e1144d6f 100644 --- a/api/client/generated/clientset/versioned/typed/core/v1alpha2/generated_expansion.go +++ b/api/client/generated/clientset/versioned/typed/core/v1alpha2/generated_expansion.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualdisk.go b/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualdisk.go index 925c71daf..cfdf09b11 100644 --- a/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualdisk.go +++ b/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualdisk.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualdisksnapshot.go b/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualdisksnapshot.go index 17a647690..b0513b3eb 100644 --- a/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualdisksnapshot.go +++ b/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualdisksnapshot.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualimage.go b/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualimage.go index 6d1a96925..8590b8938 100644 --- a/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualimage.go +++ b/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualimage.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualmachine.go b/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualmachine.go index ff17be929..a08c52386 100644 --- a/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualmachine.go +++ b/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualmachine.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualmachineblockdeviceattachment.go b/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualmachineblockdeviceattachment.go index 556828024..bb8e5ec57 100644 --- a/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualmachineblockdeviceattachment.go +++ b/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualmachineblockdeviceattachment.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualmachineclass.go b/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualmachineclass.go index e69da5770..dab458274 100644 --- a/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualmachineclass.go +++ b/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualmachineclass.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualmachineipaddress.go b/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualmachineipaddress.go index 0302916e3..6d84ee866 100644 --- a/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualmachineipaddress.go +++ b/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualmachineipaddress.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualmachineipaddresslease.go b/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualmachineipaddresslease.go index c227711ae..de3608cd2 100644 --- a/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualmachineipaddresslease.go +++ b/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualmachineipaddresslease.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualmachineoperation.go b/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualmachineoperation.go index cfe37bdb2..bff94d40f 100644 --- a/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualmachineoperation.go +++ b/api/client/generated/clientset/versioned/typed/core/v1alpha2/virtualmachineoperation.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/informers/externalversions/core/interface.go b/api/client/generated/informers/externalversions/core/interface.go index 0935184de..1364a78eb 100644 --- a/api/client/generated/informers/externalversions/core/interface.go +++ b/api/client/generated/informers/externalversions/core/interface.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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/api/client/generated/informers/externalversions/core/v1alpha2/clustervirtualimage.go b/api/client/generated/informers/externalversions/core/v1alpha2/clustervirtualimage.go index aab644c55..234448781 100644 --- a/api/client/generated/informers/externalversions/core/v1alpha2/clustervirtualimage.go +++ b/api/client/generated/informers/externalversions/core/v1alpha2/clustervirtualimage.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/informers/externalversions/core/v1alpha2/interface.go b/api/client/generated/informers/externalversions/core/v1alpha2/interface.go index e4ad41bdc..fcbb5eed4 100644 --- a/api/client/generated/informers/externalversions/core/v1alpha2/interface.go +++ b/api/client/generated/informers/externalversions/core/v1alpha2/interface.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/informers/externalversions/core/v1alpha2/virtualdisk.go b/api/client/generated/informers/externalversions/core/v1alpha2/virtualdisk.go index 0cd4af03b..1cd2fcd9e 100644 --- a/api/client/generated/informers/externalversions/core/v1alpha2/virtualdisk.go +++ b/api/client/generated/informers/externalversions/core/v1alpha2/virtualdisk.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/informers/externalversions/core/v1alpha2/virtualdisksnapshot.go b/api/client/generated/informers/externalversions/core/v1alpha2/virtualdisksnapshot.go index b6aa52b63..8a7c30c42 100644 --- a/api/client/generated/informers/externalversions/core/v1alpha2/virtualdisksnapshot.go +++ b/api/client/generated/informers/externalversions/core/v1alpha2/virtualdisksnapshot.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/informers/externalversions/core/v1alpha2/virtualimage.go b/api/client/generated/informers/externalversions/core/v1alpha2/virtualimage.go index 95fd99b9c..a4c2fd41a 100644 --- a/api/client/generated/informers/externalversions/core/v1alpha2/virtualimage.go +++ b/api/client/generated/informers/externalversions/core/v1alpha2/virtualimage.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/informers/externalversions/core/v1alpha2/virtualmachine.go b/api/client/generated/informers/externalversions/core/v1alpha2/virtualmachine.go index 09b892c07..3b9aa915a 100644 --- a/api/client/generated/informers/externalversions/core/v1alpha2/virtualmachine.go +++ b/api/client/generated/informers/externalversions/core/v1alpha2/virtualmachine.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/informers/externalversions/core/v1alpha2/virtualmachineblockdeviceattachment.go b/api/client/generated/informers/externalversions/core/v1alpha2/virtualmachineblockdeviceattachment.go index 1d66cc99c..48774d369 100644 --- a/api/client/generated/informers/externalversions/core/v1alpha2/virtualmachineblockdeviceattachment.go +++ b/api/client/generated/informers/externalversions/core/v1alpha2/virtualmachineblockdeviceattachment.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/informers/externalversions/core/v1alpha2/virtualmachineclass.go b/api/client/generated/informers/externalversions/core/v1alpha2/virtualmachineclass.go index 2a2cbc9f8..a0d66cfb1 100644 --- a/api/client/generated/informers/externalversions/core/v1alpha2/virtualmachineclass.go +++ b/api/client/generated/informers/externalversions/core/v1alpha2/virtualmachineclass.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/informers/externalversions/core/v1alpha2/virtualmachineipaddress.go b/api/client/generated/informers/externalversions/core/v1alpha2/virtualmachineipaddress.go index 9f8dec84c..cdb5e4ab6 100644 --- a/api/client/generated/informers/externalversions/core/v1alpha2/virtualmachineipaddress.go +++ b/api/client/generated/informers/externalversions/core/v1alpha2/virtualmachineipaddress.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/informers/externalversions/core/v1alpha2/virtualmachineipaddresslease.go b/api/client/generated/informers/externalversions/core/v1alpha2/virtualmachineipaddresslease.go index ca3c17d22..ac7c03ad2 100644 --- a/api/client/generated/informers/externalversions/core/v1alpha2/virtualmachineipaddresslease.go +++ b/api/client/generated/informers/externalversions/core/v1alpha2/virtualmachineipaddresslease.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/informers/externalversions/core/v1alpha2/virtualmachineoperation.go b/api/client/generated/informers/externalversions/core/v1alpha2/virtualmachineoperation.go index 0076213f6..5a61d9dcc 100644 --- a/api/client/generated/informers/externalversions/core/v1alpha2/virtualmachineoperation.go +++ b/api/client/generated/informers/externalversions/core/v1alpha2/virtualmachineoperation.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/informers/externalversions/factory.go b/api/client/generated/informers/externalversions/factory.go index bd75c4ec2..1eb87ee20 100644 --- a/api/client/generated/informers/externalversions/factory.go +++ b/api/client/generated/informers/externalversions/factory.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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/api/client/generated/informers/externalversions/generic.go b/api/client/generated/informers/externalversions/generic.go index 715f77b05..5dbc8dfe0 100644 --- a/api/client/generated/informers/externalversions/generic.go +++ b/api/client/generated/informers/externalversions/generic.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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/api/client/generated/informers/externalversions/internalinterfaces/factory_interfaces.go b/api/client/generated/informers/externalversions/internalinterfaces/factory_interfaces.go index aadd73ea1..3331d10a2 100644 --- a/api/client/generated/informers/externalversions/internalinterfaces/factory_interfaces.go +++ b/api/client/generated/informers/externalversions/internalinterfaces/factory_interfaces.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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/api/client/generated/listers/core/v1alpha2/clustervirtualimage.go b/api/client/generated/listers/core/v1alpha2/clustervirtualimage.go index 45f969e4d..b6677947f 100644 --- a/api/client/generated/listers/core/v1alpha2/clustervirtualimage.go +++ b/api/client/generated/listers/core/v1alpha2/clustervirtualimage.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/listers/core/v1alpha2/expansion_generated.go b/api/client/generated/listers/core/v1alpha2/expansion_generated.go index 85471e5df..71132e318 100644 --- a/api/client/generated/listers/core/v1alpha2/expansion_generated.go +++ b/api/client/generated/listers/core/v1alpha2/expansion_generated.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/listers/core/v1alpha2/virtualdisk.go b/api/client/generated/listers/core/v1alpha2/virtualdisk.go index a19118517..3ff526440 100644 --- a/api/client/generated/listers/core/v1alpha2/virtualdisk.go +++ b/api/client/generated/listers/core/v1alpha2/virtualdisk.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/listers/core/v1alpha2/virtualdisksnapshot.go b/api/client/generated/listers/core/v1alpha2/virtualdisksnapshot.go index ac2e910fd..fee70d20b 100644 --- a/api/client/generated/listers/core/v1alpha2/virtualdisksnapshot.go +++ b/api/client/generated/listers/core/v1alpha2/virtualdisksnapshot.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/listers/core/v1alpha2/virtualimage.go b/api/client/generated/listers/core/v1alpha2/virtualimage.go index 48248c922..fbf7a6f30 100644 --- a/api/client/generated/listers/core/v1alpha2/virtualimage.go +++ b/api/client/generated/listers/core/v1alpha2/virtualimage.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/listers/core/v1alpha2/virtualmachine.go b/api/client/generated/listers/core/v1alpha2/virtualmachine.go index 1a09a9c6c..0203bad81 100644 --- a/api/client/generated/listers/core/v1alpha2/virtualmachine.go +++ b/api/client/generated/listers/core/v1alpha2/virtualmachine.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/listers/core/v1alpha2/virtualmachineblockdeviceattachment.go b/api/client/generated/listers/core/v1alpha2/virtualmachineblockdeviceattachment.go index 9fe1561eb..31ca7ce27 100644 --- a/api/client/generated/listers/core/v1alpha2/virtualmachineblockdeviceattachment.go +++ b/api/client/generated/listers/core/v1alpha2/virtualmachineblockdeviceattachment.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/listers/core/v1alpha2/virtualmachineclass.go b/api/client/generated/listers/core/v1alpha2/virtualmachineclass.go index 717c69381..015b7b8fb 100644 --- a/api/client/generated/listers/core/v1alpha2/virtualmachineclass.go +++ b/api/client/generated/listers/core/v1alpha2/virtualmachineclass.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/listers/core/v1alpha2/virtualmachineipaddress.go b/api/client/generated/listers/core/v1alpha2/virtualmachineipaddress.go index 058273bef..79adb0d2c 100644 --- a/api/client/generated/listers/core/v1alpha2/virtualmachineipaddress.go +++ b/api/client/generated/listers/core/v1alpha2/virtualmachineipaddress.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/listers/core/v1alpha2/virtualmachineipaddresslease.go b/api/client/generated/listers/core/v1alpha2/virtualmachineipaddresslease.go index 8a5ed1042..e6a2716d6 100644 --- a/api/client/generated/listers/core/v1alpha2/virtualmachineipaddresslease.go +++ b/api/client/generated/listers/core/v1alpha2/virtualmachineipaddresslease.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/client/generated/listers/core/v1alpha2/virtualmachineoperation.go b/api/client/generated/listers/core/v1alpha2/virtualmachineoperation.go index f69bedc7e..bf0a61e5e 100644 --- a/api/client/generated/listers/core/v1alpha2/virtualmachineoperation.go +++ b/api/client/generated/listers/core/v1alpha2/virtualmachineoperation.go @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC 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 v1alpha2 diff --git a/api/core/v1alpha2/zz_generated.deepcopy.go b/api/core/v1alpha2/zz_generated.deepcopy.go index 57d8adb66..50ae04cd5 100644 --- a/api/core/v1alpha2/zz_generated.deepcopy.go +++ b/api/core/v1alpha2/zz_generated.deepcopy.go @@ -2,7 +2,7 @@ // +build !ignore_autogenerated /* -Copyright 2022 Flant JSC +Copyright Flant JSC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -16,6 +16,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 deepcopy-gen. DO NOT EDIT. package v1alpha2 diff --git a/api/pkg/apiserver/api/generated/openapi/zz_generated.openapi.go b/api/pkg/apiserver/api/generated/openapi/zz_generated.openapi.go index 78fd93ce8..3658802ca 100644 --- a/api/pkg/apiserver/api/generated/openapi/zz_generated.openapi.go +++ b/api/pkg/apiserver/api/generated/openapi/zz_generated.openapi.go @@ -2,7 +2,7 @@ // +build !ignore_autogenerated /* -Copyright 2022 Flant JSC +Copyright Flant JSC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -16,6 +16,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 openapi-gen. DO NOT EDIT. // This file was autogenerated by openapi-gen. Do not edit it manually! diff --git a/api/scripts/boilerplate.go.txt b/api/scripts/boilerplate.go.txt index 49f804a5b..b8911cc97 100644 --- a/api/scripts/boilerplate.go.txt +++ b/api/scripts/boilerplate.go.txt @@ -1,5 +1,5 @@ /* -Copyright 2022 Flant JSC +Copyright Flant JSC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -12,4 +12,4 @@ distributed under the License is distributed on an "AS IS" BASIS, 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. -*/ \ No newline at end of file +*/ diff --git a/api/subresources/v1alpha2/zz_generated.conversion.go b/api/subresources/v1alpha2/zz_generated.conversion.go index 575db04a4..7c708d573 100644 --- a/api/subresources/v1alpha2/zz_generated.conversion.go +++ b/api/subresources/v1alpha2/zz_generated.conversion.go @@ -2,7 +2,7 @@ // +build !ignore_autogenerated /* -Copyright 2022 Flant JSC +Copyright Flant JSC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -16,6 +16,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 conversion-gen. DO NOT EDIT. package v1alpha2 diff --git a/api/subresources/v1alpha2/zz_generated.deepcopy.go b/api/subresources/v1alpha2/zz_generated.deepcopy.go index 4c52d8567..4ea3bebee 100644 --- a/api/subresources/v1alpha2/zz_generated.deepcopy.go +++ b/api/subresources/v1alpha2/zz_generated.deepcopy.go @@ -2,7 +2,7 @@ // +build !ignore_autogenerated /* -Copyright 2022 Flant JSC +Copyright Flant JSC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -16,6 +16,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 deepcopy-gen. DO NOT EDIT. package v1alpha2 diff --git a/api/subresources/zz_generated.deepcopy.go b/api/subresources/zz_generated.deepcopy.go index 1e9627216..3e68e8a95 100644 --- a/api/subresources/zz_generated.deepcopy.go +++ b/api/subresources/zz_generated.deepcopy.go @@ -2,7 +2,7 @@ // +build !ignore_autogenerated /* -Copyright 2022 Flant JSC +Copyright Flant JSC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -16,6 +16,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 deepcopy-gen. DO NOT EDIT. package subresources