You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kubernetes.core.k8s.state reads "If set to present, an existing object will be patched, if its attributes differ from those specified using resource_definition or src."
Should read "If set to patched, an existing object will be patched, if its attributes differ from those specified using resource_definition or src.
ISSUE TYPE
Documentation Report
COMPONENT NAME
k8s
ANSIBLE VERSION
latest
The text was updated successfully, but these errors were encountered:
I believe the documentation is correct, it's just poorly worded. The present state will both create a resource if it doesn't exist and patch a resource if it does exist and differs from the supplied resource. The patched state will only patch an existing resource.
SUMMARY
kubernetes.core.k8s.state reads "If set to present, an existing object will be patched, if its attributes differ from those specified using resource_definition or src."
Should read "If set to patched, an existing object will be patched, if its attributes differ from those specified using resource_definition or src.
ISSUE TYPE
COMPONENT NAME
k8s
ANSIBLE VERSION
The text was updated successfully, but these errors were encountered: