From 1a6f8f845f4f0a2339b76d95535108ba1b46c6f9 Mon Sep 17 00:00:00 2001 From: "Zaalouk, Adel" Date: Tue, 14 Apr 2020 15:28:37 +0200 Subject: [PATCH] Fix: remove required status field from CRDs --- examples/10-crds.yaml | 2 -- pkg/apis/cert/v1alpha1/certificate.go | 2 +- pkg/apis/cert/v1alpha1/zz_generated.deepcopy.go | 2 +- pkg/client/cert/clientset/versioned/clientset.go | 2 +- pkg/client/cert/clientset/versioned/doc.go | 2 +- pkg/client/cert/clientset/versioned/fake/clientset_generated.go | 2 +- pkg/client/cert/clientset/versioned/fake/doc.go | 2 +- pkg/client/cert/clientset/versioned/fake/register.go | 2 +- pkg/client/cert/clientset/versioned/scheme/doc.go | 2 +- pkg/client/cert/clientset/versioned/scheme/register.go | 2 +- .../cert/clientset/versioned/typed/cert/v1alpha1/cert_client.go | 2 +- .../cert/clientset/versioned/typed/cert/v1alpha1/certificate.go | 2 +- pkg/client/cert/clientset/versioned/typed/cert/v1alpha1/doc.go | 2 +- .../cert/clientset/versioned/typed/cert/v1alpha1/fake/doc.go | 2 +- .../versioned/typed/cert/v1alpha1/fake/fake_cert_client.go | 2 +- .../versioned/typed/cert/v1alpha1/fake/fake_certificate.go | 2 +- .../clientset/versioned/typed/cert/v1alpha1/fake/fake_issuer.go | 2 +- .../versioned/typed/cert/v1alpha1/generated_expansion.go | 2 +- .../cert/clientset/versioned/typed/cert/v1alpha1/issuer.go | 2 +- pkg/client/cert/informers/externalversions/cert/interface.go | 2 +- .../informers/externalversions/cert/v1alpha1/certificate.go | 2 +- .../cert/informers/externalversions/cert/v1alpha1/interface.go | 2 +- .../cert/informers/externalversions/cert/v1alpha1/issuer.go | 2 +- pkg/client/cert/informers/externalversions/factory.go | 2 +- pkg/client/cert/informers/externalversions/generic.go | 2 +- .../externalversions/internalinterfaces/factory_interfaces.go | 2 +- pkg/client/cert/listers/cert/v1alpha1/certificate.go | 2 +- pkg/client/cert/listers/cert/v1alpha1/expansion_generated.go | 2 +- pkg/client/cert/listers/cert/v1alpha1/issuer.go | 2 +- 29 files changed, 28 insertions(+), 30 deletions(-) diff --git a/examples/10-crds.yaml b/examples/10-crds.yaml index f1fc62bb..a4bc62d9 100644 --- a/examples/10-crds.yaml +++ b/examples/10-crds.yaml @@ -116,7 +116,6 @@ spec: type: object required: - spec - - status type: object version: v1alpha1 status: @@ -276,7 +275,6 @@ spec: type: object required: - spec - - status type: object version: v1alpha1 versions: diff --git a/pkg/apis/cert/v1alpha1/certificate.go b/pkg/apis/cert/v1alpha1/certificate.go index 2fd5e7b4..c87a97f3 100644 --- a/pkg/apis/cert/v1alpha1/certificate.go +++ b/pkg/apis/cert/v1alpha1/certificate.go @@ -38,7 +38,7 @@ type Certificate struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec CertificateSpec `json:"spec"` - Status CertificateStatus `json:"status"` + Status CertificateStatus `json:"status,omitempty"` } // CertificateSpec is the spec of the certificate to request. diff --git a/pkg/apis/cert/v1alpha1/zz_generated.deepcopy.go b/pkg/apis/cert/v1alpha1/zz_generated.deepcopy.go index ff87ec80..75f0d87a 100644 --- a/pkg/apis/cert/v1alpha1/zz_generated.deepcopy.go +++ b/pkg/apis/cert/v1alpha1/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ // +build !ignore_autogenerated /* -Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file 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/cert/clientset/versioned/clientset.go b/pkg/client/cert/clientset/versioned/clientset.go index 23f5ef4e..2c35df12 100644 --- a/pkg/client/cert/clientset/versioned/clientset.go +++ b/pkg/client/cert/clientset/versioned/clientset.go @@ -1,5 +1,5 @@ /* -Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file 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/cert/clientset/versioned/doc.go b/pkg/client/cert/clientset/versioned/doc.go index 12d0483c..02f62866 100644 --- a/pkg/client/cert/clientset/versioned/doc.go +++ b/pkg/client/cert/clientset/versioned/doc.go @@ -1,5 +1,5 @@ /* -Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file 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/cert/clientset/versioned/fake/clientset_generated.go b/pkg/client/cert/clientset/versioned/fake/clientset_generated.go index a4b38e26..38422bbb 100644 --- a/pkg/client/cert/clientset/versioned/fake/clientset_generated.go +++ b/pkg/client/cert/clientset/versioned/fake/clientset_generated.go @@ -1,5 +1,5 @@ /* -Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file 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/cert/clientset/versioned/fake/doc.go b/pkg/client/cert/clientset/versioned/fake/doc.go index f5eca947..07cbe3bb 100644 --- a/pkg/client/cert/clientset/versioned/fake/doc.go +++ b/pkg/client/cert/clientset/versioned/fake/doc.go @@ -1,5 +1,5 @@ /* -Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file 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/cert/clientset/versioned/fake/register.go b/pkg/client/cert/clientset/versioned/fake/register.go index d9d19355..984b65dc 100644 --- a/pkg/client/cert/clientset/versioned/fake/register.go +++ b/pkg/client/cert/clientset/versioned/fake/register.go @@ -1,5 +1,5 @@ /* -Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file 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/cert/clientset/versioned/scheme/doc.go b/pkg/client/cert/clientset/versioned/scheme/doc.go index 8048b9d0..6793d628 100644 --- a/pkg/client/cert/clientset/versioned/scheme/doc.go +++ b/pkg/client/cert/clientset/versioned/scheme/doc.go @@ -1,5 +1,5 @@ /* -Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file 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/cert/clientset/versioned/scheme/register.go b/pkg/client/cert/clientset/versioned/scheme/register.go index aadcb286..21512930 100644 --- a/pkg/client/cert/clientset/versioned/scheme/register.go +++ b/pkg/client/cert/clientset/versioned/scheme/register.go @@ -1,5 +1,5 @@ /* -Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file 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/cert/clientset/versioned/typed/cert/v1alpha1/cert_client.go b/pkg/client/cert/clientset/versioned/typed/cert/v1alpha1/cert_client.go index 001ddafb..487e6943 100644 --- a/pkg/client/cert/clientset/versioned/typed/cert/v1alpha1/cert_client.go +++ b/pkg/client/cert/clientset/versioned/typed/cert/v1alpha1/cert_client.go @@ -1,5 +1,5 @@ /* -Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file 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/cert/clientset/versioned/typed/cert/v1alpha1/certificate.go b/pkg/client/cert/clientset/versioned/typed/cert/v1alpha1/certificate.go index 0e0e89a1..0f1f64b2 100644 --- a/pkg/client/cert/clientset/versioned/typed/cert/v1alpha1/certificate.go +++ b/pkg/client/cert/clientset/versioned/typed/cert/v1alpha1/certificate.go @@ -1,5 +1,5 @@ /* -Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file 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/cert/clientset/versioned/typed/cert/v1alpha1/doc.go b/pkg/client/cert/clientset/versioned/typed/cert/v1alpha1/doc.go index 1123093a..9e646c67 100644 --- a/pkg/client/cert/clientset/versioned/typed/cert/v1alpha1/doc.go +++ b/pkg/client/cert/clientset/versioned/typed/cert/v1alpha1/doc.go @@ -1,5 +1,5 @@ /* -Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file 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/cert/clientset/versioned/typed/cert/v1alpha1/fake/doc.go b/pkg/client/cert/clientset/versioned/typed/cert/v1alpha1/fake/doc.go index 8696dd50..d18875a2 100644 --- a/pkg/client/cert/clientset/versioned/typed/cert/v1alpha1/fake/doc.go +++ b/pkg/client/cert/clientset/versioned/typed/cert/v1alpha1/fake/doc.go @@ -1,5 +1,5 @@ /* -Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file 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/cert/clientset/versioned/typed/cert/v1alpha1/fake/fake_cert_client.go b/pkg/client/cert/clientset/versioned/typed/cert/v1alpha1/fake/fake_cert_client.go index 43159066..3a8df73b 100644 --- a/pkg/client/cert/clientset/versioned/typed/cert/v1alpha1/fake/fake_cert_client.go +++ b/pkg/client/cert/clientset/versioned/typed/cert/v1alpha1/fake/fake_cert_client.go @@ -1,5 +1,5 @@ /* -Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file 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/cert/clientset/versioned/typed/cert/v1alpha1/fake/fake_certificate.go b/pkg/client/cert/clientset/versioned/typed/cert/v1alpha1/fake/fake_certificate.go index 4d4279c3..e2e85c99 100644 --- a/pkg/client/cert/clientset/versioned/typed/cert/v1alpha1/fake/fake_certificate.go +++ b/pkg/client/cert/clientset/versioned/typed/cert/v1alpha1/fake/fake_certificate.go @@ -1,5 +1,5 @@ /* -Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file 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/cert/clientset/versioned/typed/cert/v1alpha1/fake/fake_issuer.go b/pkg/client/cert/clientset/versioned/typed/cert/v1alpha1/fake/fake_issuer.go index 9891faed..5ed9cbd9 100644 --- a/pkg/client/cert/clientset/versioned/typed/cert/v1alpha1/fake/fake_issuer.go +++ b/pkg/client/cert/clientset/versioned/typed/cert/v1alpha1/fake/fake_issuer.go @@ -1,5 +1,5 @@ /* -Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file 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/cert/clientset/versioned/typed/cert/v1alpha1/generated_expansion.go b/pkg/client/cert/clientset/versioned/typed/cert/v1alpha1/generated_expansion.go index afea96fc..b471d869 100644 --- a/pkg/client/cert/clientset/versioned/typed/cert/v1alpha1/generated_expansion.go +++ b/pkg/client/cert/clientset/versioned/typed/cert/v1alpha1/generated_expansion.go @@ -1,5 +1,5 @@ /* -Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file 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/cert/clientset/versioned/typed/cert/v1alpha1/issuer.go b/pkg/client/cert/clientset/versioned/typed/cert/v1alpha1/issuer.go index fa5d3f47..6fced85b 100644 --- a/pkg/client/cert/clientset/versioned/typed/cert/v1alpha1/issuer.go +++ b/pkg/client/cert/clientset/versioned/typed/cert/v1alpha1/issuer.go @@ -1,5 +1,5 @@ /* -Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file 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/cert/informers/externalversions/cert/interface.go b/pkg/client/cert/informers/externalversions/cert/interface.go index 8233d330..fcbb2372 100644 --- a/pkg/client/cert/informers/externalversions/cert/interface.go +++ b/pkg/client/cert/informers/externalversions/cert/interface.go @@ -1,5 +1,5 @@ /* -Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file 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/cert/informers/externalversions/cert/v1alpha1/certificate.go b/pkg/client/cert/informers/externalversions/cert/v1alpha1/certificate.go index 7281af56..36a838e2 100644 --- a/pkg/client/cert/informers/externalversions/cert/v1alpha1/certificate.go +++ b/pkg/client/cert/informers/externalversions/cert/v1alpha1/certificate.go @@ -1,5 +1,5 @@ /* -Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file 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/cert/informers/externalversions/cert/v1alpha1/interface.go b/pkg/client/cert/informers/externalversions/cert/v1alpha1/interface.go index 3a8e4e37..41939c46 100644 --- a/pkg/client/cert/informers/externalversions/cert/v1alpha1/interface.go +++ b/pkg/client/cert/informers/externalversions/cert/v1alpha1/interface.go @@ -1,5 +1,5 @@ /* -Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file 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/cert/informers/externalversions/cert/v1alpha1/issuer.go b/pkg/client/cert/informers/externalversions/cert/v1alpha1/issuer.go index 6dbf1ca7..730ae1bb 100644 --- a/pkg/client/cert/informers/externalversions/cert/v1alpha1/issuer.go +++ b/pkg/client/cert/informers/externalversions/cert/v1alpha1/issuer.go @@ -1,5 +1,5 @@ /* -Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file 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/cert/informers/externalversions/factory.go b/pkg/client/cert/informers/externalversions/factory.go index e6546802..54b71a4b 100644 --- a/pkg/client/cert/informers/externalversions/factory.go +++ b/pkg/client/cert/informers/externalversions/factory.go @@ -1,5 +1,5 @@ /* -Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file 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/cert/informers/externalversions/generic.go b/pkg/client/cert/informers/externalversions/generic.go index 482c6abe..319ded00 100644 --- a/pkg/client/cert/informers/externalversions/generic.go +++ b/pkg/client/cert/informers/externalversions/generic.go @@ -1,5 +1,5 @@ /* -Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file 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/cert/informers/externalversions/internalinterfaces/factory_interfaces.go b/pkg/client/cert/informers/externalversions/internalinterfaces/factory_interfaces.go index e858e67b..cb815bad 100644 --- a/pkg/client/cert/informers/externalversions/internalinterfaces/factory_interfaces.go +++ b/pkg/client/cert/informers/externalversions/internalinterfaces/factory_interfaces.go @@ -1,5 +1,5 @@ /* -Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file 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/cert/listers/cert/v1alpha1/certificate.go b/pkg/client/cert/listers/cert/v1alpha1/certificate.go index 8eb16750..759c2268 100644 --- a/pkg/client/cert/listers/cert/v1alpha1/certificate.go +++ b/pkg/client/cert/listers/cert/v1alpha1/certificate.go @@ -1,5 +1,5 @@ /* -Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file 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/cert/listers/cert/v1alpha1/expansion_generated.go b/pkg/client/cert/listers/cert/v1alpha1/expansion_generated.go index 21ce97ea..5933e2f8 100644 --- a/pkg/client/cert/listers/cert/v1alpha1/expansion_generated.go +++ b/pkg/client/cert/listers/cert/v1alpha1/expansion_generated.go @@ -1,5 +1,5 @@ /* -Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file 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/cert/listers/cert/v1alpha1/issuer.go b/pkg/client/cert/listers/cert/v1alpha1/issuer.go index 20b44cf6..58cf8aad 100644 --- a/pkg/client/cert/listers/cert/v1alpha1/issuer.go +++ b/pkg/client/cert/listers/cert/v1alpha1/issuer.go @@ -1,5 +1,5 @@ /* -Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file +Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the LICENSE file Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.