ClusterNodeGroupAckConfigArgs

constructor(ackInstanceId: Output<String>, customAnnotations: Output<List<ClusterNodeGroupAckConfigCustomAnnotationArgs>>? = null, customLabels: Output<List<ClusterNodeGroupAckConfigCustomLabelArgs>>? = null, limitCpu: Output<Double>, limitMemory: Output<Double>, namespace: Output<String>, nodeAffinity: Output<String>? = null, nodeSelectors: Output<List<ClusterNodeGroupAckConfigNodeSelectorArgs>>? = null, podAffinity: Output<String>? = null, podAntiAffinity: Output<String>? = null, preStartCommands: Output<List<String>>? = null, pvcs: Output<List<ClusterNodeGroupAckConfigPvcArgs>>? = null, requestCpu: Output<Double>, requestMemory: Output<Double>, tolerations: Output<List<ClusterNodeGroupAckConfigTolerationArgs>>? = null, volumeMounts: Output<List<ClusterNodeGroupAckConfigVolumeMountArgs>>? = null, volumes: Output<List<ClusterNodeGroupAckConfigVolumeArgs>>? = null)