bump k8s releated library (#3552)
Signed-off-by: zouyee <zounengren@cmss.chinamobile.com>
This commit is contained in:
parent
4f624ea96b
commit
dded126317
3 changed files with 65 additions and 52 deletions
|
@ -88,12 +88,6 @@ func (e *Empty) GetAnnotations() map[string]string { return nil }
|
|||
// SetAnnotations implements the metav1.Object interface.
|
||||
func (e *Empty) SetAnnotations(annotations map[string]string) {}
|
||||
|
||||
// GetInitializers implements the metav1.Object interface.
|
||||
func (e *Empty) GetInitializers() *v1.Initializers { return nil }
|
||||
|
||||
// SetInitializers implements the metav1.Object interface.
|
||||
func (e *Empty) SetInitializers(initializers *v1.Initializers) {}
|
||||
|
||||
// GetFinalizers implements the metav1.Object interface.
|
||||
func (e *Empty) GetFinalizers() []string { return nil }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue