Aws Node Pool Config Root Volume
data class AwsNodePoolConfigRootVolume(val iops: Int? = null, val kmsKeyArn: String? = null, val sizeGib: Int? = null, val volumeType: String? = null)
Constructors
Link copied to clipboard
fun AwsNodePoolConfigRootVolume(iops: Int? = null, kmsKeyArn: String? = null, sizeGib: Int? = null, volumeType: String? = null)