ValidatingWebhookArgs

constructor(admissionReviewVersions: Output<List<String>>, clientConfig: Output<WebhookClientConfigArgs>, failurePolicy: Output<String>? = null, matchConditions: Output<List<MatchConditionArgs>>? = null, matchPolicy: Output<String>? = null, name: Output<String>, namespaceSelector: Output<LabelSelectorArgs>? = null, objectSelector: Output<LabelSelectorArgs>? = null, rules: Output<List<RuleWithOperationsArgs>>? = null, sideEffects: Output<String>, timeoutSeconds: Output<Int>? = null)