Abhijeet Kasurde
cf0b71f93e
lookup: return list even if single item found ( #117 )
...
Always return list from k8s lookup plugin
Fixes : #9
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2021-06-04 10:23:21 +05:30
Mike Graves
5b5777d202
Split JSON patch out into a new module ( #99 )
...
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com >
2021-05-24 18:05:48 +05:30
abikouo
192cae1507
k8s - patch existing resource ( #90 )
...
* patch only
* add changelogs
* Rename 89-k8s-add-parameter-patch_only.yml to 90-k8s-add-parameter-patch_only.yml
* Update 90-k8s-add-parameter-patch_only.yml
* patch_only parameter changed to state=patched
* Update 90-k8s-add-parameter-patch_only.yml
* Update plugins/modules/k8s.py
Co-authored-by: Fabian von Feilitzsch <fabian@fabianism.us >
* Update molecule/default/tasks/patched.yml
Co-authored-by: John Mazzitelli <mazz@redhat.com >
* Update molecule/default/tasks/patched.yml
Co-authored-by: John Mazzitelli <mazz@redhat.com >
* sanity issue
Co-authored-by: Fabian von Feilitzsch <fabian@fabianism.us >
Co-authored-by: John Mazzitelli <mazz@redhat.com >
2021-05-19 11:03:11 +02:00
abikouo
963aa3fbe6
support merge_type`json` ( #83 )
...
Fixes #54
2021-04-28 09:06:43 -04:00
Mike Graves
b68bf7c065
Add support for tags to molecule tests ( #62 )
2021-04-19 10:00:21 +05:30
Mike Graves
ba586a8ed8
Rename from community.kubernetes to kubernetes.core ( #6 )
...
* Rename from community.kubernetes to kubernetes.core
This goes through and renames community.kubernetes to kubernetes.core.
Most of this was generated from the downstream build script that was
used on the community repository, plus whatever hand edits I could find
that were needed.
The downstream build and test process has also been removed as this
repository is now the downstream repository.
* Fix CONTRIBUTING.md
2021-04-08 08:48:27 -04:00
Mike Graves
a9b8cc68d5
Add support for configuring garbage collection ( #334 )
...
* Add support for configuring garbage collection
This surfaces deleteOptions functionality in a top-level delete_options
parameter.
* Add changelog fragment
* Remove kind and apiVersion from delete_options
* Add release version to docs
2021-01-12 14:17:18 -05:00
Julien Huon
0377a892d5
k8s_rollback: new module ( #26 )
...
This module allows user to rollback deployment and daemonsets.
Signed-off-by: Julien Huon <julien@huon.email >
2020-10-07 10:07:47 +05:30
Fabian von Feilitzsch
0f3fef927e
SelfSubjectAccessReviews now work with the k8s module ( #237 )
...
* SelfSubjectAccessReviews now work with the k8s module
2020-09-28 12:20:01 -04:00
Abhijeet Kasurde
5de49373b7
k8s_cluster_info: new module ( #160 )
...
Get information about k8s APIs
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-09-28 14:01:37 +05:30
Abhijeet Kasurde
00fa8789a2
k8s: add support for template ( #230 )
...
Fixes : #37
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-09-28 11:35:26 +05:30
Abhijeet Kasurde
f03d2ce243
k8s_info: Add support for wait ( #235 )
...
Fixes : #18
2020-09-28 10:52:00 +05:30
Fabian von Feilitzsch
1c5a8fd49f
Set the connection plugin and transport separately, add tests
2020-08-26 14:48:40 -04:00
Will Thames
beebe98ce6
Fix scale wait and add tests
...
Move wait logic out of raw and into common and use that
logic in scale
Fix a few broken wait condition cases highlighted by scaling
up and down
Move scale-related tests into dedicated test task file
Additional service related tests
2020-05-22 12:39:43 +10:00
LucasBoisserie
720326ebb4
Add helm_cli & helm_cli_info
2020-04-23 15:52:12 +02:00
Jeff Geerling
eb81891577
Issue #30 : Test with Molecule 3.0 alpha.
2020-02-19 11:03:14 -06:00