ClusterPolicyConfig constructor

ClusterPolicyConfig({
  1. bool? noStandardNodePools,
  2. bool? noSystemImpersonation,
  3. bool? noSystemMutation,
  4. bool? noUnsafeWebhooks,
})

Implementation

ClusterPolicyConfig({
  this.noStandardNodePools,
  this.noSystemImpersonation,
  this.noSystemMutation,
  this.noUnsafeWebhooks,
});