kubernetes: bump to client-go 11.0.0 (#2854)
* client-go 11.0.0 * Core moved to CoreV1
This commit is contained in:
parent
7dde3f3958
commit
5565ca1c03
4 changed files with 27 additions and 22 deletions
|
@ -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) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue