MutatingWebhook constructor
const
MutatingWebhook({
- required List<
String> admissionReviewVersions, - required WebhookClientConfig clientConfig,
- String? failurePolicy,
- List<
MatchCondition> ? matchConditions, - String? matchPolicy,
- required String name,
- LabelSelector? namespaceSelector,
- LabelSelector? objectSelector,
- String? reinvocationPolicy,
- List<
RuleWithOperations> ? rules, - required String sideEffects,
- int? timeoutSeconds,
Default constructor.
Implementation
const MutatingWebhook({
required this.admissionReviewVersions,
required this.clientConfig,
this.failurePolicy,
this.matchConditions,
this.matchPolicy,
required this.name,
this.namespaceSelector,
this.objectSelector,
this.reinvocationPolicy,
this.rules,
required this.sideEffects,
this.timeoutSeconds,
});