Cluster Node Group Ack Config
constructor(ackInstanceId: String, customAnnotations: List<ClusterNodeGroupAckConfigCustomAnnotation>? = null, customLabels: List<ClusterNodeGroupAckConfigCustomLabel>? = null, limitCpu: Double, limitMemory: Double, namespace: String, nodeAffinity: String? = null, nodeSelectors: List<ClusterNodeGroupAckConfigNodeSelector>? = null, podAffinity: String? = null, podAntiAffinity: String? = null, preStartCommands: List<String>? = null, pvcs: List<ClusterNodeGroupAckConfigPvc>? = null, requestCpu: Double, requestMemory: Double, tolerations: List<ClusterNodeGroupAckConfigToleration>? = null, volumeMounts: List<ClusterNodeGroupAckConfigVolumeMount>? = null, volumes: List<ClusterNodeGroupAckConfigVolume>? = null)