Autopilot constructor

Autopilot({
  1. ClusterPolicyConfig? clusterPolicyConfig,
  2. bool? enabled,
  3. PrivilegedAdmissionConfig? privilegedAdmissionConfig,
  4. WorkloadPolicyConfig? workloadPolicyConfig,
})

Implementation

Autopilot({
  this.clusterPolicyConfig,
  this.enabled,
  this.privilegedAdmissionConfig,
  this.workloadPolicyConfig,
});