Abhijeet Kasurde
3078131db5
Minor doc fixes ( #114 )
...
* Spelling fixes
* Documentation update
* Example update to use FQCN
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com >
2020-06-05 11:32:26 +05:30
Jeff Geerling
aad3ec7ad5
Add version_added to docs for each of the new collection modules.
2020-05-14 09:39:17 -05:00
Örjan Sjöholm
f45d33224f
Remove ANSIBLE_METADATA
...
The meta data field is deprecated and is not used anymore.
See ansible-collections/overview#57 for more details.
2020-05-14 14:25:07 +02:00
Fabian von Feilitzsch
0f87f2b826
Fix linting errors
2020-03-31 15:14:07 -04:00
Fabian von Feilitzsch
fe6480594e
k8s_log no longer attempts to parse log as JSON
...
Fixes #68
Rather than relying on the default serialization logic (which attempts
to parse a log as JSON and then load it into a wrapper class), we
now simply return the raw log data as expected. The previous behavior
worked in many cases because the log was serialized into a JSON string,
but in the case of #68 the log was loaded as a JSON float, which
made the error handling fail to fallback to returning the raw
data.
2020-03-31 14:52:52 -04:00
Jeff Geerling
7aa071c98f
Issue #49 : Remaining fixes from diff on auto-migrated collection.
2020-03-20 15:42:13 -05:00
Fabian von Feilitzsch
875c5dfafe
Update version
2020-02-18 15:20:30 -05:00
Fabian von Feilitzsch
14bc933a21
Add types to arguments
2020-02-18 13:26:56 -05:00
Fabian von Feilitzsch
75bf82d42c
Fix paths to properly use FQCN where necessary
2020-02-18 12:04:29 -05:00
Fabian von Feilitzsch
373b0fc93c
Also provide log_lines
2020-02-17 16:14:44 -05:00
Fabian von Feilitzsch
b69e783b21
Add module for retrieving pod logs
2020-02-17 16:14:44 -05:00