package rules
import "k8s.io/apiserver/pkg/admission/plugin/webhook/rules"
Index ¶
Functions ¶
func IsWebhookConfigurationResource ¶
func IsWebhookConfigurationResource(attr admission.Attributes) bool
IsWebhookConfigurationResource determines if an admission.Attributes object is describing the admission of a ValidatingWebhookConfiguration or a MutatingWebhookConfiguration
Types ¶
type Matcher ¶
type Matcher struct { Rule v1.RuleWithOperations Attr admission.Attributes }
Matcher determines if the Attr matches the Rule.
func (*Matcher) Matches ¶
Matches returns if the Attr matches the Rule.
Source Files ¶
rules.go
- Version
- v0.22.11
- Published
- Jun 16, 2022
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 8 minutes ago –
Tools for package owners.