Jingfang Liu
|
64fdb8d760
|
change github.com/kubernetes-sigs to sigs.k8s.io (#343)
* change github.com/kubernetes-sigs to sigs.k8s.io
* change go_import_path in .travis.yml
|
2018-09-12 12:41:38 -07:00 |
|
jregan
|
cda909a609
|
Remove duplicate code.
|
2018-09-09 12:33:23 -07:00 |
|
Jeffrey Regan
|
93618166b6
|
Cleanup addmetadata.
|
2018-08-31 15:58:36 -07:00 |
|
Khris Richardson
|
6457162383
|
use apimachinery for annotation/label validation
|
2018-08-31 07:40:00 -07:00 |
|
guineveresaenger
|
11c04dd6c4
|
Removes semantic validation from addmetadata.go and tests.
Due to moving some input parsing to the Validate method, it was renamed to reflect this additional purpose.
Tests were removed where appropriate.
|
2018-08-22 18:15:34 +02:00 |
|
guineveresaenger
|
77f4811779
|
Tests test Validate function
|
2018-08-16 02:36:11 -07:00 |
|
guineveresaenger
|
524d593c5c
|
Separate functions for RunnAddLabel and RunAddAnnotation
|
2018-08-15 03:51:56 -07:00 |
|
guineveresaenger
|
3b644474c4
|
Parse data into string map for easy access in RunAddMetadata
|
2018-08-15 03:13:03 -07:00 |
|
guineveresaenger
|
6a2786a5c4
|
Remove Complete function and references
|
2018-08-13 07:49:51 -07:00 |
|
guineveresaenger
|
924aa6fb29
|
Use iota declaration for constants and implements string method for KindOfAdd metadata
|
2018-08-13 07:46:06 -07:00 |
|
guineveresaenger
|
187415430f
|
Removed individual files in favor of combined metadata file
|
2018-07-18 17:09:41 -07:00 |
|
guineveresaenger
|
afac2fb46a
|
Uses single file for both addLabel and addAnnotation commands, as the code is nearly identical. Tests included.
|
2018-07-18 17:09:41 -07:00 |
|