jregan
|
4eb2757847
|
Further isolate unstructured with factories.
|
2018-10-08 11:52:38 -07:00 |
|
jregan
|
0f5a39f328
|
Hide unstructured.Unstructured behind interface.
|
2018-10-08 11:12:06 -07:00 |
|
Jingfang Liu
|
5036a12a65
|
Add hash interface
|
2018-10-05 13:29:06 -07:00 |
|
Jeffrey Regan
|
c9887e8c15
|
WIP residPackage
|
2018-10-05 12:58:48 -07:00 |
|
Jingfang Liu
|
c3ae23d3a5
|
combine HashComfigMap and HashSecret to Hash
|
2018-10-05 12:02:58 -07:00 |
|
jregan
|
c9aff4c47a
|
Spelling nits.
|
2018-10-01 10:56:35 -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 |
|
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 |
|
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 |
|
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 |
|
Jingfang Liu
|
7b301446fa
|
filter by namespace and nameprefix in namereference transformer
|
2018-09-05 13:17:44 -07:00 |
|
Jingfang Liu
|
d782abb214
|
Update patch factory and add multi transformer with checking conflicts
|
2018-09-04 09:13:26 -07:00 |
|
gitirabassi
|
9700bc3298
|
added all the documented secret for storageclasses
|
2018-08-29 23:05:40 +02:00 |
|
gitirabassi
|
ce31dac24f
|
added storageclass paramether secret for glusterfs configuration with kustomize
|
2018-08-29 22:55:32 +02:00 |
|
Maximilian Gaß
|
0833693372
|
Disable creation of PDB matchLabels
Allow for using matchExpressions on its own
|
2018-08-24 13:51:05 +02:00 |
|
Jeffrey Regan
|
735a93d000
|
Fix some Go nits.
|
2018-08-23 10:30:32 -07:00 |
|
Jingfang Liu
|
94ed0fe515
|
Add namereference of PersistentVolume in PersistentVolumeClain
|
2018-08-21 09:37:25 -07:00 |
|
Jingfang Liu
|
0b4df3d414
|
Add deprecation message for namePrefix behavior change
|
2018-08-09 11:25:37 -07:00 |
|
Jingfang Liu
|
cf17050170
|
Revert "Skip adding nameprefix to namespace"
|
2018-08-08 13:39:01 -07:00 |
|
Jingfang Liu
|
10665c6fc9
|
Skip adding nameprefix to namespace
|
2018-08-08 10:02:42 -07:00 |
|
Jingfang Liu
|
31c6a55747
|
add namepreference for secret in ingress annotation
|
2018-08-07 13:26:39 -07:00 |
|
Jingfang Liu
|
5193d6b4a8
|
Add ingress annotations to the namereference path config
|
2018-08-01 10:47:01 -07:00 |
|
Jingfang Liu
|
b6abd7600c
|
add namespace in ResId
|
2018-07-30 14:04:35 -07:00 |
|
Jingfang Liu
|
36115a7fa3
|
use regexp to determin if the image matched in imagetag transformer
|
2018-07-30 11:09:32 -07:00 |
|
Jingfang Liu
|
58bc4b14a2
|
Add support for using common base
|
2018-07-27 10:16:44 -07:00 |
|
Jingfang Liu
|
5851f96524
|
Add initContainers in imageTagTransformer
|
2018-07-20 11:30:06 -07:00 |
|
Jingfang Liu
|
4b6f180d0c
|
address comments
|
2018-07-20 10:45:17 -07:00 |
|
Jingfang Liu
|
fa3a64e352
|
Add imageTagTransformer
|
2018-07-20 10:23:12 -07:00 |
|
Jeff Regan
|
7dd28b1fd9
|
Merge pull request #176 from babiel/do-not-create-networkpolicy-matchlabels
Disable NetworkPolicy podSelector.matchLabels CreateIfNotPresent
|
2018-07-19 15:51:13 -07:00 |
|
Jeffrey Regan
|
564b0d6827
|
Fix cluster of silly Go nits.
|
2018-07-18 17:45:17 -07:00 |
|
Jingfang Liu
|
9645f397ef
|
remove adding hash for configmap/secret read from resource yaml files
|
2018-07-18 10:57:50 -07:00 |
|
Maximilian Gaß
|
9986b65326
|
Disable creation of NetworkPolicy podSelector.matchLabels
|
2018-07-18 14:01:22 +02:00 |
|
Jingfang Liu
|
81f246ed60
|
skip adding namespace to CustomResourceDefinitions
|
2018-07-17 13:18:43 -07:00 |
|
Jingfang Liu
|
4325401fe7
|
Add namespace transformation for subjects.namespace in ClusterRoleBinding
|
2018-07-17 13:10:51 -07:00 |
|
Jingfang Liu
|
2377902a0b
|
Merge pull request #145 from babiel/pod-affinity-label-transformer
Add common labels to pod affinity/anti-affinity label selector
|
2018-07-12 15:41:58 -07:00 |
|
Jingfang Liu
|
1dbde0b085
|
Merge pull request #140 from babiel/add-networkpolicy-to-labels
Add NetworkPolicy to label transformer
|
2018-07-12 15:41:51 -07:00 |
|
George Angel
|
d4c7131f8f
|
fix linter dupl errors
|
2018-07-11 22:18:49 +01:00 |
|
George Angel
|
aa729229e2
|
Interpret projected configMap volume names
Append hashes to configMap names under the projected configMap volume,
for Kind: Deployment and StatefulSet
|
2018-07-11 10:30:31 +01:00 |
|
ryane
|
36772aac89
|
add PersistentVolumeClaim to name reference transformer
fixes #149
|
2018-07-03 10:16:58 -04:00 |
|
Maximilian Gaß
|
7755d6cac2
|
Add common labels to pod affinity/anti-affinity label selector
|
2018-07-02 16:02:11 +02:00 |
|
Jingfang Liu
|
2a3f09a2f0
|
Add integration test for glob support
|
2018-06-27 14:48:50 -07:00 |
|
Maximilian Gaß
|
0c260ef804
|
Add NetworkPolicy to label transformer
|
2018-06-26 17:18:50 +02:00 |
|
Maximilian Gaß
|
2a06a174e8
|
Add CronJob to refvars transformer
|
2018-06-26 12:20:52 +02:00 |
|
Seth Pollack
|
bbd29d9dc1
|
add test
|
2018-06-21 23:17:03 -04:00 |
|
Seth Pollack
|
5d24dda28a
|
add imagePullSecrets namerefs
|
2018-06-20 23:23:31 -04:00 |
|
Jingfang Liu
|
38b4365ab3
|
Merge pull request #121 from traherom/master
Jobs do not create a selector if not already present
|
2018-06-19 14:22:15 -07:00 |
|
Jingfang Liu
|
d865300fdb
|
Merge pull request #105 from Liujingfang1/crdsupport
Add support for CRDs
|
2018-06-19 12:04:35 -07:00 |
|
Jingfang Liu
|
e2677cdc8a
|
Merge pull request #123 from Liujingfang1/master
Add variable reference to pod command,args,env
|
2018-06-19 12:04:06 -07:00 |
|