Lorenz Brun | f2b7ab6 | 2022-05-04 19:06:00 +0200 | [diff] [blame^] | 1 | From e41145bf0e32b404477ec89f76fb99fe1c33874a Mon Sep 17 00:00:00 2001 |
| 2 | From: Lorenz Brun <lorenz@monogon.tech> |
| 3 | Date: Wed, 4 May 2022 18:47:00 +0200 |
| 4 | Subject: [PATCH] Bump Kubernetes to 1.24 |
| 5 | |
| 6 | diff --git a/plugin/kubernetes/object/object.go b/plugin/kubernetes/object/object.go |
| 7 | index 7111833e..34217797 100644 |
| 8 | --- a/plugin/kubernetes/object/object.go |
| 9 | +++ b/plugin/kubernetes/object/object.go |
| 10 | @@ -100,11 +100,11 @@ func (e *Empty) GetOwnerReferences() []v1.OwnerReference { return nil } |
| 11 | // SetOwnerReferences implements the metav1.Object interface. |
| 12 | func (e *Empty) SetOwnerReferences([]v1.OwnerReference) {} |
| 13 | |
| 14 | -// GetClusterName implements the metav1.Object interface. |
| 15 | -func (e *Empty) GetClusterName() string { return "" } |
| 16 | +// GetZZZ_DeprecatedClusterName implements the metav1.Object interface. |
| 17 | +func (e *Empty) GetZZZ_DeprecatedClusterName() string { return "" } |
| 18 | |
| 19 | -// SetClusterName implements the metav1.Object interface. |
| 20 | -func (e *Empty) SetClusterName(clusterName string) {} |
| 21 | +// SetZZZ_DeprecatedClusterName implements the metav1.Object interface. |
| 22 | +func (e *Empty) SetZZZ_DeprecatedClusterName(clusterName string) {} |
| 23 | |
| 24 | // GetManagedFields implements the metav1.Object interface. |
| 25 | func (e *Empty) GetManagedFields() []v1.ManagedFieldsEntry { return nil } |
| 26 | -- |
| 27 | 2.25.1 |
| 28 | |