ClusterPolicyConfig.fromJson constructor

ClusterPolicyConfig.fromJson(
  1. Map json_
)

Implementation

ClusterPolicyConfig.fromJson(core.Map json_)
  : this(
      noStandardNodePools: json_['noStandardNodePools'] as core.bool?,
      noSystemImpersonation: json_['noSystemImpersonation'] as core.bool?,
      noSystemMutation: json_['noSystemMutation'] as core.bool?,
      noUnsafeWebhooks: json_['noUnsafeWebhooks'] as core.bool?,
    );