MutatingWebhookConfiguration constructor

const MutatingWebhookConfiguration({
  1. String? apiVersion,
  2. String? kind,
  3. ObjectMeta? metadata,
  4. List<MutatingWebhook>? webhooks,
})

The main constructor.

Implementation

const MutatingWebhookConfiguration({
  this.apiVersion,
  this.kind,
  this.metadata,
  this.webhooks,
});