mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -04:00
kubernetes: bump to client-go 11.0.0 (#2854)
* client-go 11.0.0 * Core moved to CoreV1
This commit is contained in:
@@ -107,3 +107,9 @@ func (e *Empty) GetClusterName() string { return "" }
|
||||
|
||||
// SetClusterName implements the metav1.Object interface.
|
||||
func (e *Empty) SetClusterName(clusterName string) {}
|
||||
|
||||
// GetManagedFields implements the metav1.Object interface.
|
||||
func (e *Empty) GetManagedFields() []v1.ManagedFieldsEntry { return nil }
|
||||
|
||||
// SetManagedFields implements the metav1.Object interface.
|
||||
func (e *Empty) SetManagedFields(managedFields []v1.ManagedFieldsEntry) {}
|
||||
|
||||
Reference in New Issue
Block a user