Autopilot constructor
Autopilot({
- ClusterPolicyConfig? clusterPolicyConfig,
- bool? enabled,
- PrivilegedAdmissionConfig? privilegedAdmissionConfig,
- WorkloadPolicyConfig? workloadPolicyConfig,
Implementation
Autopilot({
this.clusterPolicyConfig,
this.enabled,
this.privilegedAdmissionConfig,
this.workloadPolicyConfig,
});