diff options
author | 2019-12-18 21:32:00 +0800 | |
---|---|---|
committer | 2019-12-18 05:32:00 -0800 | |
commit | dded1263175fa98c1ca7dbc6e9e094828c242a65 (patch) | |
tree | 237eb181d6b581f361bc24ae725d1d552e97ddd7 /plugin | |
parent | 4f624ea96b303fa3c0f0d3c6dd922a12ffd89256 (diff) | |
download | coredns-dded1263175fa98c1ca7dbc6e9e094828c242a65.tar.gz coredns-dded1263175fa98c1ca7dbc6e9e094828c242a65.tar.zst coredns-dded1263175fa98c1ca7dbc6e9e094828c242a65.zip |
bump k8s releated library (#3552)
Signed-off-by: zouyee <zounengren@cmss.chinamobile.com>
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/kubernetes/object/object.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugin/kubernetes/object/object.go b/plugin/kubernetes/object/object.go index 132b5be6c..d08960b11 100644 --- a/plugin/kubernetes/object/object.go +++ b/plugin/kubernetes/object/object.go @@ -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 } |