jregan
315f7c6e7f
Upgrade CLI to API v0.4.0
2020-05-24 10:28:30 -07:00
jregan
8f5a55f89b
Upgrade to kyaml v0.1.11
2020-05-20 15:42:10 -07:00
jregan
39cb87cf2b
Define global const for metadata/namespace field
2020-05-09 18:00:26 -07:00
jregan
065f70705d
Upgrade to latest kyaml, cmd/config
2020-05-09 16:31:24 -07:00
jregan
65b6e1c2bb
Unpin the plugins (i.e. point them to head).
2020-04-08 18:01:10 -07:00
Morten Torkildsen
524d672307
Update go mudules dependencies
2020-04-07 09:57:45 -07:00
Morten Torkildsen
cabaccb9fd
Better support for testing tranformers with kyaml support
2020-04-02 17:00:34 -07:00
Phillip Wittrock
11ce0128ad
NamespaceTransformer tests
...
Follow up items to #2288
2020-03-30 10:32:51 -07:00
Phillip Wittrock
51ba40d39b
Move filltersutil serialization to kyaml
2020-03-28 10:02:15 -07:00
Phillip Wittrock
81bbd2f2e3
Enable using kyaml namespace transformer in builtin plugin
2020-03-24 20:44:28 -07:00
Phillip Wittrock
51a79d554c
Update go.mod and go.sum for kyaml based namespace transformer
2020-03-24 20:44:28 -07:00
Michael Cook
aa46b6ec44
fix misspellings
2020-03-18 14:36:12 +01:00
Jeff Regan
bbceb49fc4
Merge pull request #2012 from julienp/master
...
Show namespace resource on id conflict
2020-01-07 11:41:01 -08:00
Phillip Wittrock
b1f514632a
Switch to api version 0.3.1
2020-01-07 08:54:05 -08:00
Julien Poissonnier
0988f74d39
Show namespace resource on id conflict
2019-12-27 16:00:14 +01:00
Jeffrey Regan
90597d56c9
Update go.sums
2019-12-16 11:37:35 -08:00
jregan
b8a13b6335
Pin to kustomize API v0.3.0
2019-12-12 18:41:05 -08:00
Jeffrey Regan
bb03507d98
Go mod tidy b4 release.
2019-12-12 14:24:06 -08:00
Phillip Wittrock
7e847dc907
publish apply / diff as alpha commands
2019-12-12 10:28:10 -08:00
Phillip Wittrock
1a28e493cd
Fix client-go version to match apimachinery version
2019-12-12 10:22:12 -08:00
Jeffrey Regan
ee678d6ce9
Upgrade to mdrip 1.0.1
2019-12-12 09:26:11 -08:00
Phillip Wittrock
c2dc7ae789
revert pseudo/k8s deps
2019-12-11 15:28:04 -08:00
Jeffrey Regan
e9ab3da164
Fix some nits in the crawler and elsewhere.
2019-12-03 10:44:44 -08:00
Jeffrey Regan
861c86a70a
Simplify plugin tests.
2019-12-02 17:12:59 -08:00
Jeffrey Regan
382c330f5b
Consolidate test harness to one package.
2019-12-02 12:29:10 -08:00
Jeffrey Regan
416e1fcc1a
Unpin the builtin plugins.
2019-11-22 14:08:24 -08:00
Jeffrey Regan
2dd148af24
Pin kustomize and the plugins to kust Api v0.2.0
2019-11-11 19:47:28 -08:00
Jeffrey Regan
1db0248748
Pin kustomize API to pseudok8s v0.1.0
2019-11-11 17:45:19 -08:00
Phillip Wittrock
3dfe62fe55
switch to pseudo/k8s deps
2019-11-08 16:48:42 -08:00
Jeffrey Regan
2b1749778f
Unpin all the plugins, so we can test against head b4 release.
2019-11-07 15:28:04 -08:00
Jeffrey Regan
6e2335ec3d
Move plugins to api/v0.1.1
2019-10-24 16:32:12 -07:00
Jeffrey Regan
5416ae7365
Introduce API module.
2019-10-21 15:21:04 -07:00
Jeffrey Regan
46524d3b6a
Introduce API module.
2019-10-21 13:30:31 -07:00
jregan
951d15bf17
Make api/plugins
2019-10-20 15:12:13 -07:00
jregan
3af5a8afea
Make resource, resmap public.
2019-10-20 10:51:20 -07:00
jregan
c90e0a4080
Drain pkg/transformers.
2019-10-20 09:19:07 -07:00
jregan
5de000ee3d
Move FieldSpec to API.
2019-10-20 06:52:13 -07:00
Jeffrey Regan
e5c8b5ec8f
Start api directory, which will become a module.
2019-10-17 14:01:20 -07:00
jregan
07d2500ee3
Make types package public.
2019-10-16 16:41:43 -07:00
Jeffrey Regan
41a008e9a3
Start pluglib, a set of public, plugin specific functions.
2019-10-14 19:43:55 -07:00
Jeffrey Regan
baa0296a12
Reduce size of pgmconfig package
2019-10-03 18:22:05 -07:00
Jeffrey Regan
2d58f8b81c
Break the dep between fs and pgmconfig.
2019-10-02 12:01:45 -07:00
Jeffrey Regan
def4f04572
Depend on new pluginator location.
2019-09-24 16:43:53 -07:00
Richard Marshall
24c173a49b
Detect ID conflicts in namespace transformer
2019-08-19 08:55:54 -07:00
Jerome Brette
2faf4a491b
Force the namespace value for the "default" service object.
...
The clusterrolebinding and rolebinding is pointing at a resource
which is not listed in the kustomize
2019-07-25 22:43:59 +00:00
Jerome Brette
f649b62629
Update Namespace and Name simultaneously (1/2)
...
- Removed RoleBinding and Webhook specific code in the namespacetransformer.
That code was attempting to perform the task of the namereference
- Updated namereference transformer configuration to suppport the
Webhooks.
- Prevent the namereference from wiping out the namespace value if
no referral candidate was selected
- Added unit tests.
2019-07-23 11:04:52 -05:00
Richard Marshall
095333ffb1
Update references to NewEnvForTest
2019-07-10 20:43:50 -07:00
Jian Qiu
c912baeb3a
Enable ns transformer for webhook
...
Add namespace transformer for ValidatingWebhookConfiguration
and MutatingWebhookConfiguration
2019-07-09 13:32:33 +08:00
Jeffrey Regan
0fe95a2f74
Add another resmap test.
2019-07-01 11:17:46 -07:00
Seth Pollack
2126b6cf23
use ObjectMeta instead of name and namespace fields
2019-06-29 23:30:50 -04:00