kubernetes: bump to client-go 11.0.0 (#2854)

* client-go 11.0.0

* Core moved to CoreV1
This commit is contained in:
Chris O'Haver 2019-05-31 11:01:48 -04:00 committed by Yong Tang
parent 7dde3f3958
commit 5565ca1c03
4 changed files with 27 additions and 22 deletions

View file

@ -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) {}