Jeffrey Regan
|
969f4f28fa
|
Pull factories out of the bowels.
|
2018-07-23 13:48:46 -07:00 |
|
k8s-ci-robot
|
5715f4bab4
|
Merge pull request #192 from Liujingfang1/cr
Add set imagetag command
|
2018-07-23 10:56:18 -07:00 |
|
Jingfang Liu
|
c8502c78f5
|
drop complete function from setImageTag subcommand
|
2018-07-23 10:47:52 -07:00 |
|
Jingfang Liu
|
909de5c94a
|
Add set imagetag command
|
2018-07-23 10:24:32 -07:00 |
|
k8s-ci-robot
|
03b9c2a3a3
|
Merge pull request #188 from Liujingfang1/cr
Enable imageTagTransformer in application
|
2018-07-20 11:54:56 -07:00 |
|
Jingfang Liu
|
59b98727ec
|
enable imageTagTransformer in application
|
2018-07-20 11:30:34 -07:00 |
|
Jingfang Liu
|
5851f96524
|
Add initContainers in imageTagTransformer
|
2018-07-20 11:30:06 -07:00 |
|
k8s-ci-robot
|
08be3f061e
|
Merge pull request #187 from monopole/secFactory
Introduce secret factory.
|
2018-07-20 11:17:53 -07:00 |
|
k8s-ci-robot
|
5906aaba19
|
Merge pull request #184 from Liujingfang1/cr
Add imageTagTransformer
|
2018-07-20 10:54:07 -07:00 |
|
Jingfang Liu
|
4b6f180d0c
|
address comments
|
2018-07-20 10:45:17 -07:00 |
|
Jeffrey Regan
|
7f22f187f8
|
Introduce secret factory.
|
2018-07-20 10:40:47 -07:00 |
|
Jingfang Liu
|
fa3a64e352
|
Add imageTagTransformer
|
2018-07-20 10:23:12 -07:00 |
|
Jeff Regan
|
82f2cf9124
|
Merge pull request #186 from monopole/secretFactory
Inject a file system object into "Application".
|
2018-07-20 09:24:19 -07:00 |
|
Jeffrey Regan
|
276693cf0e
|
Make a secret factory.
|
2018-07-20 09:09:52 -07:00 |
|
Jeff Regan
|
0197c019cc
|
Merge pull request #185 from monopole/evenMoreFix86
Start remerging two forked sets of configmap factory code
|
2018-07-19 18:44:20 -07:00 |
|
Jeffrey Regan
|
9576a81787
|
Put the two sets of configmap make codes sidebyside
|
2018-07-19 18:33:55 -07:00 |
|
k8s-ci-robot
|
ff4a1c0b4f
|
Merge pull request #183 from monopole/moreFix86
Remove a util package; more cleanup for #86
|
2018-07-19 16:19:10 -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
|
b754557418
|
Remove a util package; more cleanup for #86
|
2018-07-19 14:39:18 -07:00 |
|
k8s-ci-robot
|
f305c0d791
|
Merge pull request #182 from Liujingfang1/cr
Add ContainerRef in kustomization type
|
2018-07-19 14:34:41 -07:00 |
|
Jingfang Liu
|
3fdaa2e903
|
Add ImageTags in kustomization type
|
2018-07-19 14:29:29 -07:00 |
|
k8s-ci-robot
|
964c74fb46
|
Merge pull request #181 from monopole/fix86
configMap factory refactor for #86
|
2018-07-19 14:14:53 -07:00 |
|
Jeffrey Regan
|
f14988ff80
|
configMap factory refactor for #86
|
2018-07-19 14:06:51 -07:00 |
|
k8s-ci-robot
|
f1adbfdbff
|
Merge pull request #180 from knqyf263/fix_docs
Fix configGeneration.md
|
2018-07-19 08:37:53 -07:00 |
|
knqyf263
|
072bf992b0
|
Fix configGeneration.md
|
2018-07-19 11:09:00 +09:00 |
|
Jeff Regan
|
2d0d09e178
|
Merge pull request #179 from monopole/nitfixes
Fix cluster of silly Go nits.
|
2018-07-18 17:49:28 -07:00 |
|
Jeffrey Regan
|
564b0d6827
|
Fix cluster of silly Go nits.
|
2018-07-18 17:45:17 -07:00 |
|
k8s-ci-robot
|
5edae84a9e
|
Merge pull request #177 from monopole/improveFsAbstraction
Replace os.Stat with IsDir and Exists, simplifying FS abstraction.
|
2018-07-18 13:43:06 -07:00 |
|
Jeffrey Regan
|
9432671887
|
Replace os.Stat with IsDir, simplifying FS abstraction.
|
2018-07-18 12:57:53 -07:00 |
|
Jeff Regan
|
8fda0f87ab
|
Merge pull request #159 from Liujingfang1/master
remove adding hash for configmap/secret read from resource yaml files
|
2018-07-18 11:10:09 -07:00 |
|
Jingfang Liu
|
08bc8637c8
|
set the default behavior for SecretGenerator and ConfigMapGenerator as create
|
2018-07-18 10:59:38 -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ß
|
ed9f716361
|
Add unit test for NetworkPolicy
|
2018-07-18 14:11:18 +02:00 |
|
Maximilian Gaß
|
9986b65326
|
Disable creation of NetworkPolicy podSelector.matchLabels
|
2018-07-18 14:01:22 +02:00 |
|
Jingfang Liu
|
94dab9ddc4
|
Merge pull request #175 from Liujingfang1/crd
skip adding namespace to CustomResourceDefinitions
v1.0.4
|
2018-07-17 13:31:15 -07:00 |
|
Jingfang Liu
|
81f246ed60
|
skip adding namespace to CustomResourceDefinitions
|
2018-07-17 13:18:43 -07:00 |
|
Jingfang Liu
|
30ed50eb27
|
Merge pull request #166 from Liujingfang1/namespace
Add namespace transformation for subjects.namespace in ClusterRoleBinding
|
2018-07-17 13:15:40 -07:00 |
|
Jingfang Liu
|
4325401fe7
|
Add namespace transformation for subjects.namespace in ClusterRoleBinding
|
2018-07-17 13:10:51 -07:00 |
|
Jingfang Liu
|
65af5c13f1
|
Merge pull request #146 from babiel/fix-name-hash-in-refvars
Run namehash transformer before resolving names for refvars
|
2018-07-13 09:15:07 -07:00 |
|
Maximilian Gaß
|
9674fd12b2
|
Run namehash transformer before resolving names for refvars
|
2018-07-13 09:45:48 +02: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 |
|
Jingfang Liu
|
5920563bbd
|
Merge pull request #158 from george-angel/master
Interpret projected configMap volume names
|
2018-07-11 14:30:04 -07:00 |
|
Jingfang Liu
|
23201c27f0
|
Merge pull request #160 from Liujingfang1/helloworld
update helloWorld example: change configmap to configmapGenerator
|
2018-07-11 14:25:47 -07:00 |
|
George Angel
|
d4c7131f8f
|
fix linter dupl errors
|
2018-07-11 22:18:49 +01:00 |
|
Jingfang Liu
|
d2b189874b
|
update helloWorld example: change configmap to configmapGenerator
|
2018-07-11 14:00:07 -07:00 |
|
Jingfang Liu
|
98a38eb290
|
Merge pull request #151 from Rio/vars-docs
docs(vars): Add some documentation explaining the usage and limits of vars
|
2018-07-11 09:45:40 -07: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 |
|
Rio Kierkels
|
afbc1b0401
|
docs(vars): add some docs explaining the usage and limitations of vars
|
2018-07-11 10:43:11 +02:00 |
|
Jingfang Liu
|
3305be9589
|
Merge pull request #150 from ryane/fix-pvc-claimname
add PersistentVolumeClaim to name reference transformer
|
2018-07-09 13:51:52 -07:00 |
|