Describe the rationale for the suggested feature.
Dynamic admission control affects the behavior of a cluster. For example, a bug in a mutating webhook can prevent Pods from being created.
The ValidatingWebhookConfiguration and MutatingWebhookConfiguration resources hold tell us which resources might be modified, and give us additional context.
Describe the feature
Collect ValidatingWebhookConfiguration and MutatingWebhookConfiguration resources as part of cluster resources.
Describe alternatives you've considered
Writing a custom collector.
Additional context
Describe the rationale for the suggested feature.
Dynamic admission control affects the behavior of a cluster. For example, a bug in a mutating webhook can prevent Pods from being created.
The ValidatingWebhookConfiguration and MutatingWebhookConfiguration resources hold tell us which resources might be modified, and give us additional context.
Describe the feature
Collect ValidatingWebhookConfiguration and MutatingWebhookConfiguration resources as part of cluster resources.
Describe alternatives you've considered
Writing a custom collector.
Additional context