aboutsummaryrefslogtreecommitdiff
path: root/plugin/kubernetes/metadata_test.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-02-09remove wildcard query functionality (#5019)Gravatar Chris O'Haver 1-8/+8
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
2020-05-05always add client metadata (#3874)Gravatar Chris O'Haver 1-19/+18
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
2020-05-04plugin/kubernetes: Don't panic with metadata enabled and pods mode not ↵Gravatar Chris O'Haver 1-4/+34
verified (#3869) * prevent panic in podWithIP Signed-off-by: Chris O'Haver <cohaver@infoblox.com> * add unit test, correct existing unit test Signed-off-by: Chris O'Haver <cohaver@infoblox.com> * unit tests make more sense this way Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
2020-01-31plugin/kubernetes: fix metadata (#3642)Gravatar Chris O'Haver 1-1/+1
Automatically submitted.
2019-06-10Fix lowercase presummit (#2876)Gravatar Yong Tang 1-1/+1
While running make encountered the following error: ``` $ docker run -i -t --rm -v $PWD:/v --net=host -w /v golang:1.12 make ... ... ** presubmit/test-lowercase plugin/kubernetes/metadata_test.go: t.Errorf("case %d expected metadata %v and got %v", i, tc.Md, md) ** presubmit/test-lowercase: please start with an upper case letter when using t.Error*() Makefile:62: recipe for target 'presubmit' failed make: *** [presubmit] Error 1 ``` Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2019-06-09Publish metadata from kubernetes plugin (#2829)Gravatar John Belamaric 1-0/+126
* Publish metadata from kubernetes plugin * stickler fix * Add a couple tests * Add metadata section to README * Update plugin/kubernetes/README.md Co-Authored-By: Chris O'Haver <cohaver@infoblox.com> * Address nit