Jeffrey Regan
|
bb9fafa6cc
|
Improve command package isolation.
|
2018-10-03 16:29:04 -07:00 |
|
Jeffrey Regan
|
e32e5c21d7
|
Isolate k8sdeps to top level internal.
|
2018-10-03 10:21:43 -07:00 |
|
Jingfang Liu
|
fa89a0ab4d
|
Add validator interface
|
2018-10-02 15:09:19 -07:00 |
|
jregan
|
8f150d84ae
|
Introduce k8sdeps package to isolate k8s deps.
|
2018-10-02 11:36:53 -07:00 |
|
k8s-ci-robot
|
8b5c4aa591
|
Merge pull request #391 from Liujingfang1/string
change sets.NewString() to []string
|
2018-10-01 11:13:52 -07:00 |
|
Jingfang Liu
|
8a8f35863c
|
change sets.NewString() to []string
|
2018-10-01 10:53:39 -07:00 |
|
k8s-ci-robot
|
9a5d759230
|
Merge pull request #389 from Liujingfang1/pathconfig
add command to save the default transformer configurations to local files
|
2018-10-01 10:24:45 -07:00 |
|
Jingfang Liu
|
94c3b1212e
|
add command to save the default transformer configurations to local files
|
2018-10-01 09:48:38 -07:00 |
|
jregan
|
6d935b6a4a
|
Fix some Go nits.
|
2018-09-28 18:08:36 -07:00 |
|
jregan
|
78139957d2
|
Rename Application to KustTarget
|
2018-09-28 14:07:01 -07:00 |
|
Jingfang Liu
|
fb6130e1e0
|
Add flag to load transfomer configurations from files
|
2018-09-28 13:57:29 -07:00 |
|
Jingfang Liu
|
d67425daf1
|
enable crd testcase
|
2018-09-28 10:48:16 -07:00 |
|
jregan
|
f35e16bd8d
|
Simplify default config code.
|
2018-09-28 10:20:20 -07:00 |
|
Jingfang Liu
|
078c90cabe
|
remove hard coded pathconfig
|
2018-09-28 09:28:39 -07:00 |
|
Jeffrey Regan
|
317833aeff
|
Increase sort determinism.
|
2018-09-27 13:29:00 -07:00 |
|
Jingfang Liu
|
7ab710889c
|
Refactor crd package to depend on transformerconfig
|
2018-09-27 10:39:29 -07:00 |
|
Jeffrey Regan
|
fb355eb320
|
Introduce gvk package to isolate apimachinery schema.
|
2018-09-26 15:02:38 -07:00 |
|
liuhuiping
|
6c5a75bf73
|
remove metadata.creationTimestamp field from configMapGenerator
|
2018-09-18 18:35:40 +08:00 |
|
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 |
|
Jingfang Liu
|
60d8334fed
|
remove dependency on internal error
|
2018-09-11 15:23:30 -07:00 |
|
Alexandr Burdiyan
|
6dbf4b5b60
|
Apply code review recommendations
|
2018-09-10 11:48:47 +02:00 |
|
Alexandr Burdiyan
|
5401bd367b
|
Implement support for digests in imageTags
This commit adds a new field to imageTags transformer
so that digests can be used instead of image tags if needed.
Closes https://github.com/kubernetes-sigs/kustomize/issues/326
|
2018-09-10 11:21:53 +02:00 |
|
jregan
|
cda909a609
|
Remove duplicate code.
|
2018-09-09 12:33:23 -07:00 |
|
Jingfang Liu
|
8810027d89
|
Enable jsonpath transformers in application
|
2018-09-06 14:02:30 -07:00 |
|
Jingfang Liu
|
829cb2baa3
|
address comments
|
2018-09-05 16:08:24 -07:00 |
|
Jingfang Liu
|
4a297fa138
|
improve idslice
|
2018-09-05 13:02:51 -07:00 |
|
Jingfang Liu
|
7811d9f2bc
|
Add multibases test with namereference conflict
|
2018-09-05 13:01:56 -07:00 |
|
Jingfang Liu
|
21ff81b758
|
Add multibases test with namereference nonconflict
|
2018-09-05 13:01:15 -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 |
|
Jingfang Liu
|
b713d5a1cc
|
change patches to patchesStrategicMerge in tests and examples
|
2018-08-28 09:40:34 -07:00 |
|
Jeffrey Regan
|
735a93d000
|
Fix some Go nits.
|
2018-08-23 10:30:32 -07:00 |
|
Jeffrey Regan
|
950c353f90
|
Delete diff command and code it uses.
|
2018-08-22 17:18:39 -07:00 |
|
Jeff Regan
|
d72879e109
|
Merge pull request #147 from guineveresaenger/labels-and-annotations
Edit add label/annotation
|
2018-08-22 10:33: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 |
|
Jeff Regan
|
bb8233ceff
|
Merge pull request #265 from Liujingfang1/metadata
add typemeta to kustomization
|
2018-08-20 13:59:43 -07:00 |
|
Jingfang Liu
|
6221bed190
|
add typemeta to kustomization
|
2018-08-20 13:47:33 -07:00 |
|
Jingfang Liu
|
759ba1cbf4
|
Add example for kustomize build {url}
|
2018-08-20 09:52:32 -07:00 |
|
guineveresaenger
|
31dd8fc5b1
|
Restructured tests
|
2018-08-16 13:32:42 -07:00 |
|
guineveresaenger
|
77f4811779
|
Tests test Validate function
|
2018-08-16 02:36:11 -07:00 |
|
Jingfang Liu
|
72b1a4bc5c
|
combine fileLoader.New and NewLoader into one function: NewLoader
|
2018-08-15 11:04:31 -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 |
|
Jingfang Liu
|
f018370628
|
Add kustomize build {repoUrl}
|
2018-08-14 16:10:51 -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 |
|
ryane
|
e2cd44f9d8
|
add support for kustomize edit set namespace
fixes #246
|
2018-08-10 22:42:50 -04:00 |
|
Jingfang Liu
|
7b2baad390
|
Add -o flag to kustomize build
|
2018-08-09 13:15:39 -07:00 |
|
Jingfang Liu
|
8d7b5f82c4
|
preserve order and comments in edit
|
2018-08-08 15:03:16 -07:00 |
|
Jingfang Liu
|
f0cf4579d2
|
Change the order of validate and expandFileSource in add configmap subcommand
|
2018-08-02 11:39:27 -07:00 |
|