Commit Graph

418 Commits

Author SHA1 Message Date
Kubernetes Prow Robot 34cab2ddb3
Merge pull request #20 from seans3/inventory-rename
Renames Inventory to ObjMetadata; InventorySet to Inventory
2020-02-03 16:05:27 -08:00
Sean Sullivan 7e70c99773 Renames Inventory to ObjMetadata; InventorySet to Inventory 2020-02-03 15:40:17 -08:00
Kubernetes Prow Robot abe8a5c0ef
Merge pull request #18 from seans3/grouping-comments
Adds file comments to grouping.go
2020-02-03 14:23:25 -08:00
Sean Sullivan 9db9c71166 Adds file comments to grouping.go 2020-02-03 14:15:34 -08:00
Kubernetes Prow Robot 4c22c3c257
Merge pull request #17 from mortent/FixTravis
Add makefile, include it in travis build and fix linting errors
2020-02-03 11:53:25 -08:00
Morten Torkildsen e6b210692f Fix linting errors 2020-02-02 19:59:15 -08:00
Morten Torkildsen 01162c2623 Set up Makefile and use it in travis build 2020-02-02 19:20:43 -08:00
Phani Teja Marupaka ba26ffbce3 E2E tests framework for kapply 2020-02-01 11:36:33 -08:00
Kubernetes Prow Robot 712551fbfd
Merge pull request #15 from seans3/cmd-move
Move cobra command code under cmd directory
2020-01-30 18:46:18 -08:00
Sean Sullivan a96f97f982 Move cobra command code under cmd directory 2020-01-30 16:47:10 -08:00
Kubernetes Prow Robot a1e48efffc
Merge pull request #14 from seans3/kapply-cmd
Adds kapply binary with apply/diff commands
2020-01-30 15:18:19 -08:00
Sean Sullivan 799aba78f8 Adds kapply binary with apply/diff commands 2020-01-30 15:10:34 -08:00
Sean Sullivan 8d7969bbf1
Merge pull request #13 from seans3/prune-reorg
Move prune code into its own directory
2020-01-30 14:17:26 -08:00
Sean Sullivan ca6f8d471e Move prune code into its own directory 2020-01-30 13:47:20 -08:00
Kubernetes Prow Robot 8e746a76c2
Merge pull request #12 from seans3/travis-cli-utils
Changed travis go version from 1.12 to 1.13
2020-01-30 13:28:18 -08:00
Sean Sullivan acd826dead Changed travis go version from 1.12 to 1.13 2020-01-30 12:33:16 -08:00
Kubernetes Prow Robot 6e444a2a13
Merge pull request #11 from seans3/cli-utils-owners
Add mortent to OWNERS
2020-01-30 12:32:20 -08:00
Kubernetes Prow Robot 27eb8cf0a5
Merge pull request #9 from seans3/kapply-and-kstatus
Adds kapply and kstatus packages
2020-01-30 12:28:19 -08:00
Sean Sullivan 3226c0f5a5 Add mortent to OWNERS 2020-01-30 12:22:15 -08:00
Sean Sullivan c3a47147a7 Adds kapply and kstatus packages 2020-01-30 12:11:36 -08:00
Kubernetes Prow Robot cca93bf6d9
Merge pull request #10 from seans3/cli-utils-reset
Reset cli-utils repo in preparation for new apply/prune/status
2020-01-30 10:36:19 -08:00
Sean Sullivan d2ae219275 Removes doc.go 2020-01-29 15:55:07 -08:00
Sean Sullivan 1ef4739732 Turn off installing wire and testing 2020-01-29 15:51:54 -08:00
Sean Sullivan 28a52f9ce6 Updates README.md 2020-01-29 15:44:01 -08:00
Sean Sullivan 4c8ce954e1 Reset cli-utils repo in preparation for new apply/prune/status 2020-01-29 15:20:42 -08:00
Kubernetes Prow Robot dc68c53932
Merge pull request #6 from mortent/NewConditions
Move status to a top-level command and compute both status and conditions for resources
2019-11-07 10:59:43 -08:00
Morten Torkildsen 75bfe7b436 Move status to a top-level command and compute both status and conditions for resources 2019-11-06 17:27:59 -08:00
Kubernetes Prow Robot d485addb12
Merge pull request #4 from Liujingfang1/master
update wiring for resource configuration
2019-08-16 09:10:11 -07:00
jingfangliu 46894c73ba update wiring for resource configuration 2019-08-15 16:10:26 -07:00
Kubernetes Prow Robot 60963653f6
Merge pull request #2 from Liujingfang1/readme
update README file
2019-08-01 16:33:51 -07:00
jingfangliu c6f64e848a fix ci failure 2019-08-01 16:17:44 -07:00
jingfangliu 3047ea7390 update README file 2019-08-01 13:31:08 -07:00
Kubernetes Prow Robot f4d3f7061f
Merge pull request #1 from Liujingfang1/move
copy the code from cli-experimental to cli-utils
2019-07-31 15:58:14 -07:00
jingfangliu e970466584 change the module name and import path 2019-07-31 14:58:54 -07:00
Nikhita Raghunath 954fd95029 Update template files to include repo-specific info 2019-07-31 14:58:45 -07:00
jingfangliu 675fa4b45b fix lint errors 2019-07-31 14:58:33 -07:00
jingfangliu 452b74480e add travis ci 2019-07-31 14:58:33 -07:00
jingfangliu faad176b2c update prune to accept of slice of unstrucured 2019-07-31 14:58:32 -07:00
jingfangliu fdb11170a0 add comments 2019-07-31 14:58:32 -07:00
jingfangliu a9fab7c07d add support for declarative deletion 2019-07-31 14:58:32 -07:00
jingfangliu acf35fb267 update kustomize to 2.1.0 and fix the resource ordering issue 2019-07-31 14:58:27 -07:00
Barni S e2bf215d71 Fix cmd/status test error. We still need to fix the issue with resource ordering for this test to pass consistently 2019-07-31 14:58:24 -07:00
Barni S 781841be0b 1. Fix Succeeded typo
2. Fix go generate failure
2019-07-31 14:58:24 -07:00
Barni S 8a721dc77a Refactoring Status code
1. Adding conditions array as return value
2. Adding documentation
3. Adding more tests
2019-07-31 14:58:19 -07:00
Barni S 26d681d633 Adding status command 2019-07-31 14:58:19 -07:00
SataQiu 3021f2f069 improve Makefile 2019-07-31 14:58:17 -07:00
jingfangliu bdb6f3cf2a address comments 2019-07-31 14:58:16 -07:00
Jingfang Liu 9015930b8e add InitializeFakeCmd and use it in test 2019-07-31 14:58:09 -07:00
Jingfang Liu c98b06a9ff implement RawConfigFileProvider 2019-07-31 14:58:09 -07:00
Jingfang Liu 26b23e9eec address comments 2019-07-31 14:58:08 -07:00