monopole
|
4287e28ff4
|
Add test for issue 3489 and improve error messages.
|
2021-01-29 06:55:23 -08:00 |
|
Jeff Regan
|
a5cdd98414
|
Merge pull request #3498 from piyushpgupta/patch-1
Update README.md
|
2021-01-27 17:20:22 -08:00 |
|
Piyush Gupta
|
16a49c50c4
|
Update README.md
|
2021-01-28 09:17:39 +09:00 |
|
Piyush Gupta
|
a6f29f2bf7
|
Update README.md
|
2021-01-28 09:17:10 +09:00 |
|
Piyush Gupta
|
22fcf3b3fa
|
Update README.md
|
2021-01-28 09:16:28 +09:00 |
|
Piyush Gupta
|
a31b846fa5
|
Update README.md
|
2021-01-28 09:10:59 +09:00 |
|
Jeff Regan
|
22fb23071b
|
Merge pull request #3483 from msk-/master
Bug: configMapRefs in patches are not resolved correctly in diamond structure
|
2021-01-27 15:43:49 -08:00 |
|
Jeff Regan
|
382cf5c2e0
|
Merge pull request #3506 from natasha41575/FixSmpDirectiveWhenElementNotFound
$patch:delete should not add elements when element is not found
|
2021-01-27 11:24:38 -08:00 |
|
Jeff Regan
|
8d4508a041
|
Merge pull request #3484 from kubernetes-sigs/issue3377
Demonstrate issue #3377 is fixed.
|
2021-01-26 16:53:58 -08:00 |
|
Natasha Sarkar
|
4d5657f037
|
smpdirectives shouldn't add elements when element isn't found
|
2021-01-26 16:43:30 -08:00 |
|
Natasha Sarkar
|
5958edda14
|
don't merge patches until they are applied
|
2021-01-26 16:43:15 -08:00 |
|
Natasha Sarkar
|
48676fe34b
|
updated patch delete test
|
2021-01-26 16:42:59 -08:00 |
|
Jeff Regan
|
a8278b6da9
|
Merge pull request #3495 from MaXinjian/install
Add support to install kustomize to specified directory
|
2021-01-26 12:30:46 -08:00 |
|
Kubernetes Prow Robot
|
31d6e24fa4
|
Merge pull request #3491 from Shell32-Natsu/error-message
add error message for AsYAML
|
2021-01-26 12:26:30 -08:00 |
|
Jeff Regan
|
25e11e9020
|
Update install_kustomize.sh
|
2021-01-26 12:15:20 -08:00 |
|
Jeff Regan
|
d8e2a76ef3
|
Merge pull request #3499 from MaXinjian/validator
Fix wrong Validator dir
|
2021-01-26 12:01:41 -08:00 |
|
Jeff Regan
|
cff7bd4eb2
|
Merge pull request #3496 from msk-/use-usr-bin-env-bash-for-scripts
Use `/usr/bin/env bash` instead of `/bin/bash` in scripts
|
2021-01-26 12:01:01 -08:00 |
|
Kubernetes Prow Robot
|
58db58202c
|
Merge pull request #3500 from Shell32-Natsu/ingress-name-ref
support anchor in filedspec
|
2021-01-26 11:48:31 -08:00 |
|
Donny Xia
|
fc29d7e108
|
Merge pull request #3503 from dimw/3487-set-image-tag-name
Add support for setting new tag while preserving the current name
|
2021-01-26 10:32:33 -08:00 |
|
dimw
|
ae060cc225
|
Add documentation/help on preserving the digest
Issue: #3487
|
2021-01-25 22:06:44 +01:00 |
|
dimw
|
9b4fdcf35a
|
Add support for setting the name while keeping the digest
- And the other way around
Issue: #3487
|
2021-01-25 21:38:28 +01:00 |
|
dimw
|
bb2d63ab58
|
Use raw string to avoid double escape
Issue: #3487
|
2021-01-25 21:15:05 +01:00 |
|
dimw
|
b5012385c8
|
Add support for setting new tag while preserving the current name
- As well as setting new name while keeping the tag
Issue: #3487
|
2021-01-25 15:31:19 +01:00 |
|
Donny Xia
|
ef89df6123
|
support anchor in filedspec
|
2021-01-22 11:01:07 -08:00 |
|
Ma Xinjian
|
97f23966af
|
Fix wrong Validator dir
Signed-off-by: Ma Xinjian <maxj.fnst@cn.fujitsu.com>
|
2021-01-22 13:54:34 +08:00 |
|
Piyush Gupta
|
5059033b13
|
Update README.md
Fixed the typo #
|
2021-01-21 22:41:54 +09:00 |
|
msk-
|
d91e8af702
|
Use /usr/bin/env bash instead of /bin/bash for scripts to support more systems
|
2021-01-21 10:43:18 +00:00 |
|
msk-
|
1bef8c4cdd
|
Added ASCII art per PR feedback
|
2021-01-21 10:13:42 +00:00 |
|
msk-
|
9b87f78511
|
Modified test name per PR feedback
|
2021-01-21 10:04:19 +00:00 |
|
msk-
|
eda827c317
|
Added line break to all WriteK, WriteF calls per PR feedback
|
2021-01-21 10:03:18 +00:00 |
|
Ma Xinjian
|
be57e1f6c2
|
Add support to install kustomize to specified directory
Signed-off-by: Ma Xinjian <maxj.fnst@cn.fujitsu.com>
|
2021-01-21 15:59:04 +08:00 |
|
Kubernetes Prow Robot
|
021c3ce3fc
|
Merge pull request #3494 from KnVerey/template-cmd-without-cobra
[kyaml] Framework/TemplateCommand usability improvements
|
2021-01-20 16:49:01 -08:00 |
|
Katrina Verey
|
4f184e8ce3
|
Add validation hook to template command execution
|
2021-01-20 15:53:46 -08:00 |
|
Katrina Verey
|
2e0d6d42bf
|
Improve framework usability without cobra
|
2021-01-20 15:53:10 -08:00 |
|
Donny Xia
|
6cf6eb9f76
|
use reource.AsYAML in resWrangler.AsYAML
|
2021-01-20 12:51:25 -08:00 |
|
Donny Xia
|
ffed8f1430
|
add error message for AsYAML
|
2021-01-20 10:40:59 -08:00 |
|
monopole
|
3d17503329
|
Demonstrate that #3377 is fixed.
|
2021-01-19 19:06:36 -08:00 |
|
msk-
|
7ac37867dc
|
tidy-up, added desired behaviour
|
2021-01-19 18:00:02 +00:00 |
|
msk-
|
d8f2d2256d
|
Fixed test
|
2021-01-19 17:57:42 +00:00 |
|
msk-
|
463b776486
|
Initial test commit
|
2021-01-19 17:41:44 +00:00 |
|
Jeff Regan
|
d28ce28130
|
Merge pull request #3478 from kubernetes-sigs/testAgainst3.9.2
Test examples against v3.9.2 and v3.8.9
|
2021-01-17 11:14:46 -08:00 |
|
monopole
|
4f72faeecb
|
Test examples against v3.9.2 and v3.8.9
|
2021-01-17 10:54:13 -08:00 |
|
Jeff Regan
|
29814b556b
|
Update README.md
|
2021-01-17 10:25:19 -08:00 |
|
Jeff Regan
|
d94ed369fa
|
Merge pull request #3477 from kubernetes-sigs/unpinEverything
Back to development mode; unpin the modules
|
2021-01-17 10:25:10 -08:00 |
|
monopole
|
0cf18987d7
|
Back to development mode; unpin the modules
|
2021-01-17 10:10:12 -08:00 |
|
Jeff Regan
|
a6374db2cb
|
Update README.md
|
2021-01-17 10:09:08 -08:00 |
|
Jeff Regan
|
e98eada736
|
Merge pull request #3476 from kubernetes-sigs/pinToApi
Pin to api v0.7.2
kustomize/v3.9.2
|
2021-01-17 09:36:37 -08:00 |
|
monopole
|
8a65ece956
|
Pin to api v0.7.2
|
2021-01-17 09:19:41 -08:00 |
|
Jeff Regan
|
4cdc3b0bad
|
Merge pull request #3475 from kubernetes-sigs/pinToCmdConfig
Pin to cmd/config v0.8.8
api/v0.7.2
|
2021-01-17 09:09:20 -08:00 |
|
monopole
|
40bf89abcd
|
Pin to cmd/config v0.8.8
|
2021-01-17 08:40:13 -08:00 |
|