-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Description
SUMMARY
A k8s_event
module would be nice to have in certain circumstances. If you want to be able to add events attached to certain resources, this module could help you do that.
ISSUE TYPE
- Feature Idea
ADDITIONAL INFORMATION
Example task:
- name: Create Kubernetes Event
k8s_event:
state: present
name: test-https-emily109
namespace: default
message: Event created
reason: Created
reportingComponent: Reporting components
type: Normal
source:
component: Metering components
involvedObject:
apiVersion: v1
kind: Service
name: test-https-emily107
namespace: default
Note: This was migrated from ansible-collections/community.kubernetes#8
Metadata
Metadata
Assignees
Labels
No labels