Commit Graph

632 Commits

Author SHA1 Message Date
k8s-ci-robot 8e52829247
Merge pull request #383 from jberkhahn/return_config
Return rest config and regular config  from pluginutil Init method
2018-04-03 11:36:07 -07:00
Jingfang Liu 7772932f7f Add different behavior for configmaps in overlay 2018-04-03 11:26:05 -07:00
Jeffrey Regan 7922831f92 add workflow figs 2018-04-03 10:20:31 -07:00
k8s-ci-robot 7fa986e55b
Merge pull request #390 from droot/version
kinflate: added version command
2018-04-02 19:42:05 -07:00
Sunil Arora f3cb81e449 kinflate: added version command 2018-04-02 17:35:36 -07:00
Jeff Regan b887ec8d9b
Update glossary.md 2018-04-02 14:01:30 -07:00
Jeff Regan 7e1844804b
Merge pull request #388 from monopole/addglossary2
Add glossary
2018-04-02 13:50:13 -07:00
Jeffrey Regan 6a98129deb add glossary 2018-04-02 11:59:05 -07:00
Jeffrey Regan 6f94496d77 add glossary 2018-04-02 11:46:56 -07:00
Jeffrey Regan 739a9db824 addglossary 2018-03-30 18:44:12 -07:00
k8s-ci-robot d005de0dab
Merge pull request #387 from droot/glog
integrated glog in command structure
2018-03-30 16:21:03 -07:00
Sunil Arora 04ab5927db integrated glog in command structure 2018-03-30 16:05:07 -07:00
Jonathan Berkhahn b212714c99 Return rest config and regular config from pluginutil Init method
-add namespace overriding based on kubectl plugin env var
2018-03-28 14:11:57 -07:00
Jeff Regan a3fb1a16af
remove link 2018-03-28 13:44:09 -07:00
Jeff Regan 860210e3e9
Delete README_ORDER.txt
no longer necessary, the demos can test in any order
2018-03-28 13:32:17 -07:00
Jeff Regan 20389309a1
Merge pull request #382 from monopole/combineDemos
combine demos into a subdir
2018-03-28 13:23:02 -07:00
Jeffrey Regan c6600fb96e combineDemos 2018-03-28 13:19:29 -07:00
k8s-ci-robot c0f576fe5a
Merge pull request #377 from mengqiy/yaml_decoding
detect unknown fields in Kube-manifest.yaml
2018-03-28 12:26:05 -07:00
Mengqi Yu dd28432c30 fix tutorial 2018-03-27 19:13:41 -07:00
Mengqi Yu fb54fd3b2d depend on golang 1.10 2018-03-27 19:13:26 -07:00
Mengqi Yu b58c4b4066 detect unknown fields in Kube-manifest.yaml 2018-03-27 19:04:56 -07:00
Jeff Regan 315679d1c5
add pre-reqs 2018-03-27 17:35:02 -07:00
Jeff Regan e5944bb00a
fix a link 2018-03-27 17:28:00 -07:00
Jeff Regan d550f7d666
Merge pull request #381 from monopole/somenits
renameDemos
2018-03-27 17:13:41 -07:00
Jeffrey Regan 2f0c817250 renameDemos 2018-03-27 17:07:51 -07:00
Jeff Regan 203ea512bf
Merge pull request #380 from monopole/newshortdemo
newshortdemo
2018-03-27 16:29:09 -07:00
Jeffrey Regan fb5ca9df94 newshortdemo 2018-03-27 16:19:58 -07:00
Jeff Regan 8d3533e8d6
Merge pull request #379 from monopole/newdemo
A new hello-world demo.
2018-03-27 14:15:51 -07:00
Jeffrey Regan 616b75b350 A new hello-world demo.
This demo uses an existing
server and existing base config, both
of which have their own documentation
(to make this demo shorter).
2018-03-27 13:31:19 -07:00
k8s-ci-robot 9c2320cdb1
Merge pull request #367 from Liujingfang1/bases
change packages to bases in Manifest
2018-03-26 16:14:01 -07:00
k8s-ci-robot d8431e5dca
Merge pull request #372 from mengqiy/update_vendor
update vendor apimachinery
2018-03-23 11:07:03 -07:00
Mengqi Yu aad8d76b48 update vendor apimachinery 2018-03-23 10:20:14 -07:00
k8s-ci-robot 09240ed0d4
Merge pull request #370 from mengqiy/multiple_patches
support multiple patches for the same GVKN
2018-03-23 08:41:01 -07:00
k8s-ci-robot 2c8c714add
Merge pull request #348 from jberkhahn/parse_context
Use passed-in context in pluginutils config initializer
2018-03-22 14:45:03 -07:00
Mengqi Yu 67532e09da support multiple patches for the same GVKN 2018-03-22 14:09:18 -07:00
Jingfang Liu f24ba4e2ee change packages to bases in Manifest 2018-03-22 09:27:46 -07:00
k8s-ci-robot 11a04e5d8e
Merge pull request #362 from apelisse/rename-value-to-interface
selectors: Remove "Map" and "Slice"
2018-03-20 15:40:01 -07:00
Antoine Pelisse 25cd875d37 Remove the suffix S from selectors
Since the package is now called "selectors", the S at the end of each
type name is no longer needed.
2018-03-20 15:15:47 -07:00
Antoine Pelisse ec3eca8944 selectors: Remove "Map" and "Slice"
Transforming from Interface to Map or Slice in order to get a sub-item
was cumbersome, so now you can only get children directly from the
interface.

Maps and Slices are at the same level as Number or string (you can only
filter or get). Also rename Map/Slice/Number/String to
AsMap/AsSlice/AsNumber/AsString to remove ambiguity.
2018-03-19 16:56:40 -07:00
k8s-ci-robot c8107f2ffc
Merge pull request #360 from apelisse/rename-value-to-interface
predicates: Rename Value into Interface
2018-03-19 14:45:00 -07:00
Antoine Pelisse 81e47da354 Move predicates and unstructpath to path
And rename unstructpath to selectors, since the package only contains
selectors now. The name of types in the selectors package could be
improved now that the package name is more specific.
2018-03-19 10:53:04 -07:00
Antoine Pelisse 3c97ce6d61 predicates: Rename Value into Interface
Since the original "Value" class is gone, it doesn't make sense anymore
to refer to that name. Now it's simply an "interface{}", so the name
Interface is more suited.
2018-03-19 10:41:18 -07:00
k8s-ci-robot 73cf61c131
Merge pull request #359 from apelisse/predicates-package
unstructpath: Move predicates to their own package
2018-03-19 09:54:01 -07:00
Antoine Pelisse 5a77a28cf3 unstructpath: Move predicates to their own package
Move the predicates to a "predicates" package, to simplify the
structure. This is purely mechanical change. Better documentation for
the package will come next, as well as a few other changes.
2018-03-19 09:20:54 -07:00
k8s-ci-robot b68d9f07aa
Merge pull request #356 from Liujingfang1/testing
Update directories in test script
2018-03-16 15:40:26 -07:00
Jingfang Liu b3a480b203 Update directories in test script 2018-03-16 15:07:36 -07:00
k8s-ci-robot fffaddd605
Merge pull request #354 from apelisse/unstructpath
unstructpath: Create json path type package.
2018-03-16 13:53:24 -07:00
k8s-ci-robot 29b128b8fd
Merge pull request #355 from Liujingfang1/testing
Update main.sh to exit non-zero when there is a failure
2018-03-16 13:26:24 -07:00
Jingfang Liu 96ee8021e6 Update main.sh to exit 1 when there is a failure 2018-03-16 13:17:29 -07:00
Antoine Pelisse 576bbe944f unstructpath: Create json path type package.
This package let's you find specific path in your unstruct types, kind
of like jsonpath does. But this is statically compiled.
2018-03-14 10:18:07 -07:00