minCpuPlatform property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? minCpuPlatform
getter/setter pair

Minimum CPU platform to be used for NAP created node pools.

The instance may be scheduled on the specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: Intel Haswell or minCpuPlatform: Intel Sandy Bridge. For more information, read how to specify min CPU platform. This field is deprecated, min_cpu_platform should be specified using cloud.google.com/requested-min-cpu-platform label selector on the pod. To unset the min cpu platform field pass "automatic" as field value.

Deprecated.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? minCpuPlatform;