From 19ce98b5706937c124c0ff8446cdcef48a04247b Mon Sep 17 00:00:00 2001 From: Mikkel Oscar Lyderik Larsen Date: Fri, 3 Jan 2025 09:49:16 +0100 Subject: [PATCH] chore(deps): update dependencies --- docs/stack_crd.yaml | 10 +++++----- docs/stackset_crd.yaml | 2 +- pkg/apis/zalando.org/v1/zz_generated.deepcopy.go | 2 +- pkg/client/clientset/versioned/clientset.go | 2 +- .../clientset/versioned/fake/clientset_generated.go | 2 +- pkg/client/clientset/versioned/fake/doc.go | 2 +- pkg/client/clientset/versioned/fake/register.go | 2 +- pkg/client/clientset/versioned/scheme/doc.go | 2 +- pkg/client/clientset/versioned/scheme/register.go | 2 +- .../clientset/versioned/typed/zalando.org/v1/doc.go | 2 +- .../versioned/typed/zalando.org/v1/fake/doc.go | 2 +- .../zalando.org/v1/fake/fake_platformcredentialsset.go | 2 +- .../versioned/typed/zalando.org/v1/fake/fake_stack.go | 2 +- .../typed/zalando.org/v1/fake/fake_stackset.go | 2 +- .../zalando.org/v1/fake/fake_zalando.org_client.go | 2 +- .../typed/zalando.org/v1/generated_expansion.go | 2 +- .../typed/zalando.org/v1/platformcredentialsset.go | 2 +- .../clientset/versioned/typed/zalando.org/v1/stack.go | 2 +- .../versioned/typed/zalando.org/v1/stackset.go | 2 +- .../typed/zalando.org/v1/zalando.org_client.go | 2 +- pkg/client/informers/externalversions/factory.go | 2 +- pkg/client/informers/externalversions/generic.go | 2 +- .../internalinterfaces/factory_interfaces.go | 2 +- .../externalversions/zalando.org/interface.go | 2 +- .../externalversions/zalando.org/v1/interface.go | 2 +- .../zalando.org/v1/platformcredentialsset.go | 2 +- .../informers/externalversions/zalando.org/v1/stack.go | 2 +- .../externalversions/zalando.org/v1/stackset.go | 2 +- .../listers/zalando.org/v1/expansion_generated.go | 2 +- .../listers/zalando.org/v1/platformcredentialsset.go | 2 +- pkg/client/listers/zalando.org/v1/stack.go | 2 +- pkg/client/listers/zalando.org/v1/stackset.go | 2 +- 32 files changed, 36 insertions(+), 36 deletions(-) diff --git a/docs/stack_crd.yaml b/docs/stack_crd.yaml index 13bb9d01..e72f5a9d 100644 --- a/docs/stack_crd.yaml +++ b/docs/stack_crd.yaml @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.16.1 + controller-gen.kubebuilder.io/version: v0.16.5 name: stacks.zalando.org spec: group: zalando.org @@ -1900,10 +1900,6 @@ spec: in PodSpec.ResourceClaims. properties: name: - description: |- - Name must match the name of one entry in pod.spec.resourceClaims of - the Pod where this field is used. It makes that resource available - inside a container. type: string request: type: string @@ -3255,6 +3251,10 @@ spec: in PodSpec.ResourceClaims. properties: name: + description: |- + Name must match the name of one entry in pod.spec.resourceClaims of + the Pod where this field is used. It makes that resource available + inside a container. type: string request: type: string diff --git a/docs/stackset_crd.yaml b/docs/stackset_crd.yaml index 0d3796ea..119ad20c 100644 --- a/docs/stackset_crd.yaml +++ b/docs/stackset_crd.yaml @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.16.1 + controller-gen.kubebuilder.io/version: v0.16.5 name: stacksets.zalando.org spec: group: zalando.org diff --git a/pkg/apis/zalando.org/v1/zz_generated.deepcopy.go b/pkg/apis/zalando.org/v1/zz_generated.deepcopy.go index bd6fd5c8..c55d3c03 100644 --- a/pkg/apis/zalando.org/v1/zz_generated.deepcopy.go +++ b/pkg/apis/zalando.org/v1/zz_generated.deepcopy.go @@ -2,7 +2,7 @@ // +build !ignore_autogenerated /* -Copyright 2024 The Kubernetes Authors. +Copyright 2025 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/pkg/client/clientset/versioned/clientset.go b/pkg/client/clientset/versioned/clientset.go index 5838d15f..213979e2 100644 --- a/pkg/client/clientset/versioned/clientset.go +++ b/pkg/client/clientset/versioned/clientset.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The Kubernetes Authors. +Copyright 2025 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/pkg/client/clientset/versioned/fake/clientset_generated.go b/pkg/client/clientset/versioned/fake/clientset_generated.go index 54cd1569..508d20f6 100644 --- a/pkg/client/clientset/versioned/fake/clientset_generated.go +++ b/pkg/client/clientset/versioned/fake/clientset_generated.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The Kubernetes Authors. +Copyright 2025 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/pkg/client/clientset/versioned/fake/doc.go b/pkg/client/clientset/versioned/fake/doc.go index c8342d4b..ac8c1ec9 100644 --- a/pkg/client/clientset/versioned/fake/doc.go +++ b/pkg/client/clientset/versioned/fake/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The Kubernetes Authors. +Copyright 2025 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/pkg/client/clientset/versioned/fake/register.go b/pkg/client/clientset/versioned/fake/register.go index 52751dd2..8471a57f 100644 --- a/pkg/client/clientset/versioned/fake/register.go +++ b/pkg/client/clientset/versioned/fake/register.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The Kubernetes Authors. +Copyright 2025 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/pkg/client/clientset/versioned/scheme/doc.go b/pkg/client/clientset/versioned/scheme/doc.go index 0fe2de91..9e531af5 100644 --- a/pkg/client/clientset/versioned/scheme/doc.go +++ b/pkg/client/clientset/versioned/scheme/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The Kubernetes Authors. +Copyright 2025 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/pkg/client/clientset/versioned/scheme/register.go b/pkg/client/clientset/versioned/scheme/register.go index 77465630..c798f986 100644 --- a/pkg/client/clientset/versioned/scheme/register.go +++ b/pkg/client/clientset/versioned/scheme/register.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The Kubernetes Authors. +Copyright 2025 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/pkg/client/clientset/versioned/typed/zalando.org/v1/doc.go b/pkg/client/clientset/versioned/typed/zalando.org/v1/doc.go index 03b25c75..a49aac71 100644 --- a/pkg/client/clientset/versioned/typed/zalando.org/v1/doc.go +++ b/pkg/client/clientset/versioned/typed/zalando.org/v1/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The Kubernetes Authors. +Copyright 2025 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/pkg/client/clientset/versioned/typed/zalando.org/v1/fake/doc.go b/pkg/client/clientset/versioned/typed/zalando.org/v1/fake/doc.go index d9bd9db2..18420d45 100644 --- a/pkg/client/clientset/versioned/typed/zalando.org/v1/fake/doc.go +++ b/pkg/client/clientset/versioned/typed/zalando.org/v1/fake/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The Kubernetes Authors. +Copyright 2025 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/pkg/client/clientset/versioned/typed/zalando.org/v1/fake/fake_platformcredentialsset.go b/pkg/client/clientset/versioned/typed/zalando.org/v1/fake/fake_platformcredentialsset.go index 4ea8986a..308189c6 100644 --- a/pkg/client/clientset/versioned/typed/zalando.org/v1/fake/fake_platformcredentialsset.go +++ b/pkg/client/clientset/versioned/typed/zalando.org/v1/fake/fake_platformcredentialsset.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The Kubernetes Authors. +Copyright 2025 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/pkg/client/clientset/versioned/typed/zalando.org/v1/fake/fake_stack.go b/pkg/client/clientset/versioned/typed/zalando.org/v1/fake/fake_stack.go index 8a3812a4..b4eef151 100644 --- a/pkg/client/clientset/versioned/typed/zalando.org/v1/fake/fake_stack.go +++ b/pkg/client/clientset/versioned/typed/zalando.org/v1/fake/fake_stack.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The Kubernetes Authors. +Copyright 2025 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/pkg/client/clientset/versioned/typed/zalando.org/v1/fake/fake_stackset.go b/pkg/client/clientset/versioned/typed/zalando.org/v1/fake/fake_stackset.go index 0e45e325..49f7c134 100644 --- a/pkg/client/clientset/versioned/typed/zalando.org/v1/fake/fake_stackset.go +++ b/pkg/client/clientset/versioned/typed/zalando.org/v1/fake/fake_stackset.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The Kubernetes Authors. +Copyright 2025 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/pkg/client/clientset/versioned/typed/zalando.org/v1/fake/fake_zalando.org_client.go b/pkg/client/clientset/versioned/typed/zalando.org/v1/fake/fake_zalando.org_client.go index b063b5eb..5eacd9a9 100644 --- a/pkg/client/clientset/versioned/typed/zalando.org/v1/fake/fake_zalando.org_client.go +++ b/pkg/client/clientset/versioned/typed/zalando.org/v1/fake/fake_zalando.org_client.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The Kubernetes Authors. +Copyright 2025 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/pkg/client/clientset/versioned/typed/zalando.org/v1/generated_expansion.go b/pkg/client/clientset/versioned/typed/zalando.org/v1/generated_expansion.go index ab5ff6bc..4f1e442f 100644 --- a/pkg/client/clientset/versioned/typed/zalando.org/v1/generated_expansion.go +++ b/pkg/client/clientset/versioned/typed/zalando.org/v1/generated_expansion.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The Kubernetes Authors. +Copyright 2025 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/pkg/client/clientset/versioned/typed/zalando.org/v1/platformcredentialsset.go b/pkg/client/clientset/versioned/typed/zalando.org/v1/platformcredentialsset.go index 4593747c..43b8095a 100644 --- a/pkg/client/clientset/versioned/typed/zalando.org/v1/platformcredentialsset.go +++ b/pkg/client/clientset/versioned/typed/zalando.org/v1/platformcredentialsset.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The Kubernetes Authors. +Copyright 2025 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/pkg/client/clientset/versioned/typed/zalando.org/v1/stack.go b/pkg/client/clientset/versioned/typed/zalando.org/v1/stack.go index 1f7efc0c..afa5a30a 100644 --- a/pkg/client/clientset/versioned/typed/zalando.org/v1/stack.go +++ b/pkg/client/clientset/versioned/typed/zalando.org/v1/stack.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The Kubernetes Authors. +Copyright 2025 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/pkg/client/clientset/versioned/typed/zalando.org/v1/stackset.go b/pkg/client/clientset/versioned/typed/zalando.org/v1/stackset.go index 3d16c04a..c1e28bd7 100644 --- a/pkg/client/clientset/versioned/typed/zalando.org/v1/stackset.go +++ b/pkg/client/clientset/versioned/typed/zalando.org/v1/stackset.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The Kubernetes Authors. +Copyright 2025 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/pkg/client/clientset/versioned/typed/zalando.org/v1/zalando.org_client.go b/pkg/client/clientset/versioned/typed/zalando.org/v1/zalando.org_client.go index 9738f927..a8a1da15 100644 --- a/pkg/client/clientset/versioned/typed/zalando.org/v1/zalando.org_client.go +++ b/pkg/client/clientset/versioned/typed/zalando.org/v1/zalando.org_client.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The Kubernetes Authors. +Copyright 2025 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/pkg/client/informers/externalversions/factory.go b/pkg/client/informers/externalversions/factory.go index 4ac7107e..3181930a 100644 --- a/pkg/client/informers/externalversions/factory.go +++ b/pkg/client/informers/externalversions/factory.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The Kubernetes Authors. +Copyright 2025 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/pkg/client/informers/externalversions/generic.go b/pkg/client/informers/externalversions/generic.go index 7081ee32..eda912cb 100644 --- a/pkg/client/informers/externalversions/generic.go +++ b/pkg/client/informers/externalversions/generic.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The Kubernetes Authors. +Copyright 2025 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/pkg/client/informers/externalversions/internalinterfaces/factory_interfaces.go b/pkg/client/informers/externalversions/internalinterfaces/factory_interfaces.go index 7e61c3e9..220691cb 100644 --- a/pkg/client/informers/externalversions/internalinterfaces/factory_interfaces.go +++ b/pkg/client/informers/externalversions/internalinterfaces/factory_interfaces.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The Kubernetes Authors. +Copyright 2025 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/pkg/client/informers/externalversions/zalando.org/interface.go b/pkg/client/informers/externalversions/zalando.org/interface.go index 60dd375a..df73d159 100644 --- a/pkg/client/informers/externalversions/zalando.org/interface.go +++ b/pkg/client/informers/externalversions/zalando.org/interface.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The Kubernetes Authors. +Copyright 2025 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/pkg/client/informers/externalversions/zalando.org/v1/interface.go b/pkg/client/informers/externalversions/zalando.org/v1/interface.go index 738161e0..9c9c9d1d 100644 --- a/pkg/client/informers/externalversions/zalando.org/v1/interface.go +++ b/pkg/client/informers/externalversions/zalando.org/v1/interface.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The Kubernetes Authors. +Copyright 2025 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/pkg/client/informers/externalversions/zalando.org/v1/platformcredentialsset.go b/pkg/client/informers/externalversions/zalando.org/v1/platformcredentialsset.go index 6309efab..69c0ffd5 100644 --- a/pkg/client/informers/externalversions/zalando.org/v1/platformcredentialsset.go +++ b/pkg/client/informers/externalversions/zalando.org/v1/platformcredentialsset.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The Kubernetes Authors. +Copyright 2025 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/pkg/client/informers/externalversions/zalando.org/v1/stack.go b/pkg/client/informers/externalversions/zalando.org/v1/stack.go index 322990f8..f0664fdc 100644 --- a/pkg/client/informers/externalversions/zalando.org/v1/stack.go +++ b/pkg/client/informers/externalversions/zalando.org/v1/stack.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The Kubernetes Authors. +Copyright 2025 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/pkg/client/informers/externalversions/zalando.org/v1/stackset.go b/pkg/client/informers/externalversions/zalando.org/v1/stackset.go index 2c240424..6543b93d 100644 --- a/pkg/client/informers/externalversions/zalando.org/v1/stackset.go +++ b/pkg/client/informers/externalversions/zalando.org/v1/stackset.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The Kubernetes Authors. +Copyright 2025 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/pkg/client/listers/zalando.org/v1/expansion_generated.go b/pkg/client/listers/zalando.org/v1/expansion_generated.go index 7487d46d..c0db8952 100644 --- a/pkg/client/listers/zalando.org/v1/expansion_generated.go +++ b/pkg/client/listers/zalando.org/v1/expansion_generated.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The Kubernetes Authors. +Copyright 2025 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/pkg/client/listers/zalando.org/v1/platformcredentialsset.go b/pkg/client/listers/zalando.org/v1/platformcredentialsset.go index 84964232..0323a47c 100644 --- a/pkg/client/listers/zalando.org/v1/platformcredentialsset.go +++ b/pkg/client/listers/zalando.org/v1/platformcredentialsset.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The Kubernetes Authors. +Copyright 2025 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/pkg/client/listers/zalando.org/v1/stack.go b/pkg/client/listers/zalando.org/v1/stack.go index 88cf2b34..c7bee39c 100644 --- a/pkg/client/listers/zalando.org/v1/stack.go +++ b/pkg/client/listers/zalando.org/v1/stack.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The Kubernetes Authors. +Copyright 2025 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/pkg/client/listers/zalando.org/v1/stackset.go b/pkg/client/listers/zalando.org/v1/stackset.go index 02c9114b..eb501742 100644 --- a/pkg/client/listers/zalando.org/v1/stackset.go +++ b/pkg/client/listers/zalando.org/v1/stackset.go @@ -1,5 +1,5 @@ /* -Copyright 2024 The Kubernetes Authors. +Copyright 2025 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.