Guangming Wang
367d0e042c
fix string trim in normalizeGitHostSpec func
...
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io >
2019-10-16 00:06:02 +08:00
Jeffrey Regan
41a008e9a3
Start pluglib, a set of public, plugin specific functions.
2019-10-14 19:43:55 -07:00
Jeffrey Regan
a88ee3f93c
Move filesys package up to make public.
2019-10-14 12:40:09 -07:00
Jeffrey Regan
9e3b837093
Rename fs package to filesys
2019-10-14 10:50:27 -07:00
jregan
72d9b4cbca
Remove minecraft version check from chart plugin tests.
2019-10-12 12:52:36 -07:00
jregan
b306f8511c
Fix some nits
2019-10-12 07:42:04 -07:00
Jeff Regan
cf9c81f908
Merge pull request #1615 from monopole/moreCodeToDiscussIn1297
...
More composition testing
2019-10-11 11:01:02 -07:00
Jeffrey Regan
b95164b9a8
More code to discuss in 1297
2019-10-11 10:37:29 -07:00
Kubernetes Prow Robot
ce66ceeed6
Merge pull request #1616 from jeffmhastings/cleanup-git-clone-errors
...
cleanup on errors in git loader
2019-10-10 15:17:21 -07:00
Jeff Regan
4e45af6265
Update complexcomposition_test.go
2019-10-10 13:16:45 -07:00
Jeffrey Regan
e6770e5f1e
tweakNamesInTest
2019-10-10 13:03:55 -07:00
Jeff Hastings
705b4ab212
cleanup on errors in git loader
2019-10-10 15:54:56 -04:00
Jeffrey Regan
949b10bf93
refactor complexcomposition_test in prep for addition
2019-10-10 11:25:38 -07:00
jregan
78d14d0d75
Introduce dummy program to help with API releases.
2019-10-08 15:15:24 -07:00
Jeffrey Regan
07e0e46ac7
improve tests for alternative kustomization file names
2019-10-04 10:17:49 -07:00
Jeffrey Regan
baa0296a12
Reduce size of pgmconfig package
2019-10-03 18:22:05 -07:00
Jeff Regan
14b0a65091
Merge pull request #1581 from monopole/refactorFs
...
Break the dep between fs and pgmconfig.
2019-10-02 12:39:02 -07:00
Jeffrey Regan
2d58f8b81c
Break the dep between fs and pgmconfig.
2019-10-02 12:01:45 -07:00
Jeff Regan
9a43ca53cc
Merge pull request #1578 from nlamirault/fix/build-plugins-doc
...
Fix: documentation link for plugins
2019-10-02 11:15:41 -07:00
Jeff Regan
5372fc6f6c
Merge pull request #1579 from monopole/fsPackageCleanup
...
Improve fs package and doc in prep to officially go public
2019-10-01 12:16:38 -07:00
Jeffrey Regan
9a94bcb854
Improve fs package and doc in prep to officially go public
2019-10-01 11:12:27 -07:00
Nicolas Lamirault
334a64676f
Fix: documentation link for plugins
...
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com >
2019-09-27 09:22:35 +02:00
Guangming Wang
08963ba503
improve test code coverage in transformers
...
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io >
2019-09-27 14:53:58 +08:00
Jeff Regan
fa1af6f51e
Merge pull request #1473 from richardmarshall/execpluginhash
...
Support resource generator options in exec plugins
2019-09-26 10:12:52 -07:00
Richard Marshall
ac9424fa3e
tests: Add unit tests for update resource options
2019-09-26 08:41:41 -07:00
Richard Marshall
79fbe7c4cc
Support resource generator options in exec plugins
2019-09-26 08:41:41 -07:00
Jeffrey Regan
b82a8fd316
Move the kustomize binary to its own module.
2019-09-25 15:37:48 -07:00
Jeffrey Regan
3b9bcc48a0
Compress copyright in the commands package.
2019-09-24 16:40:32 -07:00
Jerome Brette
1d90ba7c7b
Fix typo in apiVersion yaml declaration
2019-09-22 05:24:58 +00:00
Jerome Brette
b1faa989f4
Update Ingress apiVersion to networking.k8s.io/v1beta1
2019-09-20 19:37:05 +00:00
Jeffrey Regan
274b5c3b4e
Tweak file path handling and logging in test.
2019-09-18 11:17:21 -07:00
Jeffrey Regan
74ed0b30e5
Example of configuring builtin plugin.
2019-09-17 16:29:08 -07:00
jregan
2050afdeb4
Ease doing custom configuration of builtin plugins.
2019-09-13 14:45:36 -07:00
Kubernetes Prow Robot
72d26c6ad5
Merge pull request #1522 from jcassee/basereusenameprefix-test
...
Add test for name conflict with base reuse
2019-09-13 11:02:29 -07:00
Jeff Regan
e011f3be4f
change "bases:" to "resources:"
...
per https://github.com/monopole/kustomize/blob/master/docs/fields.md#bases
no big deal
2019-09-13 10:47:35 -07:00
Joost Cassee
e898c5221b
Add test for name conflict with base reuse
2019-09-10 23:57:15 +02:00
Daniel Gorin
1237ae43b4
Consider currentId when replacing/merging resources
...
When merging resources such as the output of a `configMapGenerator`,
we need to consider the `CurrentId`, otherwise, we cannot extend
a common base definition twice by adding different prefixes, and
then further kustomize them.
See #1442 .
2019-09-10 11:14:08 +01:00
Jeffrey Regan
f59d7998d2
Add an example of reusable builtin plugins with custom config.
2019-09-05 15:53:03 -07:00
jregan
a081534938
Test custom configuration of a builtin plugin.
2019-08-30 16:37:29 -07:00
Andrew Lavery
2e7ad48b44
properly omitempty for 'inventory' in 'kustomize'
...
with the current 'yaml:"inventory:omitempty"', 'inventory:omitempty' is used as the literal name for the yaml field
2019-08-29 14:41:03 -07:00
Jerome Brette
31262cccbe
IsInKustomizeCtx should use end of nameprefix array (code review)
2019-08-29 13:59:01 -05:00
Jerome Brette
93cedbaa51
IsInKustomizeCtx should use end of nameprefix array (3/3)
...
Improve multi level kustomization ctx during candidate selection
testing.
2019-08-29 13:58:03 -05:00
Jerome Brette
6e13acfac3
IsInKustomizeCtx should use end of nameprefix array (2/3)
...
Update unit tests associated with in IsSameKustomizeCtx
2019-08-29 13:58:03 -05:00
Jerome Brette
2e6dd481e0
IsInKustomizeCtx should use end of nameprefix array (1/3)
...
Need to use ending prefix and suffix subarray instead of beginning
2019-08-29 13:58:03 -05:00
Kubernetes Prow Robot
33ad02a6b4
Merge pull request #1383 from richardmarshall/smp_patch_directive
...
Handle ordering patch with SMP delete directives
2019-08-23 11:15:18 -07:00
Kubernetes Prow Robot
3ace96d7a4
Merge pull request #1467 from richardmarshall/create_fixes
...
Fixes to create sub-command
2019-08-21 11:38:33 -07:00
Jeff Regan
2b44ba200f
Merge pull request #1455 from lcostea/master
...
Add short version flag
2019-08-21 11:35:23 -07:00
Richard Marshall
594a06d35b
Fixes to create sub-command
2019-08-21 08:59:21 -07:00
Kubernetes Prow Robot
e541ff3999
Merge pull request #1414 from richardmarshall/create_subcommand
...
Create subcommand
2019-08-20 16:47:20 -07:00
Jeff Regan
9ea184c04a
Merge pull request #1449 from richardmarshall/git_cycle_detection
...
Fix indirect cycle detection for git resources
2019-08-20 16:17:36 -07:00