Commit Graph

4857 Commits

Author SHA1 Message Date
AdamDang
07badb8510 Typo fix: resourse->resource 2018-04-27 23:28:43 +08:00
Richard Marshall
580de7ee2d Add subcommand for adding patches to the kustomization file. 2018-04-27 07:10:47 -07:00
Richard Marshall
129458d30f Add subcommand for adding patches to the kustomization file. 2018-04-27 07:10:47 -07:00
Jeffrey Regan
fb308353d3 breakfast 2018-04-24 14:41:04 -07:00
AdamDang
e252614919 Update README.md 2018-04-23 22:58:17 +08:00
AdamDang
7b0da672d5 Update README.md 2018-04-23 22:56:07 +08:00
AdamDang
060aa49968 Update glossary.md 2018-04-23 22:48:17 +08:00
AdamDang
e9507748d1 Typo fix in glossary.md: cluser->cluster
cluser->cluster
refers to to->refers to
2018-04-23 22:38:31 +08:00
Jeffrey Regan
8eed3d495d new figs 2018-04-17 13:49:09 -07:00
Jeffrey Regan
4d2b8d4e1d kustomize.yaml becomes kustomization.yaml 2018-04-17 11:16:49 -07:00
Jeffrey Regan
897def7483 kustomize.yaml becomes kustomization.yaml 2018-04-17 11:16:49 -07:00
Jeffrey Regan
428e980eb5 Example kustomization file. 2018-04-17 09:31:27 -07:00
Jeffrey Regan
cfc0cea8b1 updated figs 2018-04-16 14:01:31 -07:00
Jeffrey Regan
aedef1e02c Update figs 2018-04-16 13:47:33 -07:00
Jeffrey Regan
da0682cdeb Some kustomization field renaming. 2018-04-13 13:34:44 -07:00
Jeffrey Regan
8c57c1e974 Some kustomization field renaming. 2018-04-13 13:34:44 -07:00
Jeffrey Regan
96f4633e2e Drop the init command 2018-04-13 10:01:05 -07:00
Jeffrey Regan
2b764f2f39 Drop the init command 2018-04-13 10:01:05 -07:00
k8s-ci-robot
0f7bbcdc71 Merge pull request #438 from monopole/kustomization
manifest becomes kustomization
2018-04-12 20:43:58 -07:00
Jeffrey Regan
1aee18ab42 manifest becomes kustomization 2018-04-12 17:17:01 -07:00
Jeffrey Regan
8f0a04c84d manifest becomes kustomization 2018-04-12 17:17:01 -07:00
k8s-ci-robot
bdce992f9b Merge pull request #435 from mengqiy/update_dep
Update vendor and related hash func
2018-04-12 17:15:58 -07:00
k8s-ci-robot
5d2605a9c3 Merge pull request #437 from monopole/dropK8sMetadataFields
Drop k8s metadata fields from kustomize.yaml struct
2018-04-11 19:51:55 -07:00
Jeffrey Regan
5c684d789c Drop k8s metatype fields from kustomize.yaml struct 2018-04-11 19:03:51 -07:00
Jeffrey Regan
6be8809a9b Drop k8s metatype fields from kustomize.yaml struct 2018-04-11 19:03:51 -07:00
Mengqi Yu
d57d5ee664 update hash util 2018-04-11 15:20:49 -07:00
Sunil Arora
0e7145555c kustomize: automate github release publishing
An example release looks like:

https://github.com/droot/kubectl/releases/tag/v0.1.0
2018-04-11 15:16:57 -07:00
Jeffrey Regan
e543dd2489 Remove init from demos 2018-04-11 14:34:41 -07:00
Sunil Arora
444c0cd61c updated namereference config for missing references.
highlights:
RBAC references
ServiceAccountName reference
StatefulSet headless service reference
2018-04-11 13:22:07 -07:00
Jingfang Liu
cff6a528d4 change kinflate to kustomize 2018-04-11 11:21:31 -07:00
Jingfang Liu
60485ef824 change kinflate to kustomize 2018-04-11 11:21:31 -07:00
Jingfang Liu
d5b5adfc5c change kinflate to kustomize 2018-04-11 11:21:31 -07:00
Jingfang Liu
696ec9b171 change kinflate to kustomize 2018-04-11 11:21:31 -07:00
Sean Sullivan
f640a250d9 Simplified Loader.New() to always take a directory (not a file) 2018-02-28 11:41:18 -08:00
Sean Sullivan
62655260a6 Allow fake loader be initialized with directory 2018-02-27 15:30:32 -08:00
Sean Sullivan
2a5e1b5acb Update FakeLoader for simpler interface; FakeLoader uses real Loader 2018-02-27 12:43:01 -08:00
Sean Sullivan
59031c1d08 Updated loader test to remove variables and logic; makes test easier to validated and reason about 2018-02-26 16:32:14 -08:00
Sean Sullivan
560e29408e Move fake loader into its own package 2018-02-26 15:38:48 -08:00
Sean Sullivan
dcc56032ac Fix for FakeLoader to add new Root() method in Loader interface 2018-02-26 13:28:03 -08:00
Sean Sullivan
f0b42c4e06 Merge remote-tracking branch 'origin/master' into kinflate-refactor 2018-02-26 13:25:14 -08:00
Sunil Arora
2848fcf962 kinflate: configmap resource implementation using loader 2018-02-26 11:32:51 -08:00
Sean Sullivan
2803503e3a Refactor Loader interface 2018-02-26 10:42:07 -08:00
Sean Sullivan
c7ec56e3e5 Refactor Loader interface 2018-02-22 15:38:43 -08:00
Mengqi Yu
194d845fc9 initial commit for file loader 2018-02-20 18:12:39 -08:00
Jeffrey Regan
824b51eb84 Make test failures easier to see and understand. 2018-02-13 13:20:32 -08:00
Jeffrey Regan
a90a3cff3a add demo testing 2018-02-09 16:36:53 -08:00
Antoine Pelisse
5a1052f6b1 Don't fetch fw/test binary anymore 2018-02-07 09:40:55 -08:00
Antoine Pelisse
9344d3610a pre-commit: Check gofmt output for errors
gofmt doesn't return an error exit code when it fails (because some
files are improperly formatted). Make sure that the output is empty
instead.
2018-01-16 09:15:55 -08:00
Hannes Hörl
aad4b1b328 Integrate test framework tests properly
The test framework can now run properly with `go test` and we can remove
- our test wrapper
- special handling of tests for the test framewoek
2017-12-06 14:46:02 +00:00
Hannes Hörl
f229571edb Install ginkgo 2017-11-29 17:22:45 +00:00