Interface ContainerNodePoolNodeConfigKubeletConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    ContainerNodePoolNodeConfigKubeletConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:19.306Z")
    @Stability(Stable)
    public interface ContainerNodePoolNodeConfigKubeletConfig
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getCpuManagerPolicy

        @Stability(Stable)
        @NotNull
        String getCpuManagerPolicy()
        Control the CPU management policy on the node.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#cpu_manager_policy ContainerNodePool#cpu_manager_policy}

      • getCpuCfsQuota

        @Stability(Stable)
        @Nullable
        default Object getCpuCfsQuota()
        Enable CPU CFS quota enforcement for containers that specify CPU limits.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#cpu_cfs_quota ContainerNodePool#cpu_cfs_quota}

      • getCpuCfsQuotaPeriod

        @Stability(Stable)
        @Nullable
        default String getCpuCfsQuotaPeriod()
        Set the CPU CFS quota period value 'cpu.cfs_period_us'.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#cpu_cfs_quota_period ContainerNodePool#cpu_cfs_quota_period}

      • getPodPidsLimit

        @Stability(Stable)
        @Nullable
        default Number getPodPidsLimit()
        Controls the maximum number of processes allowed to run in a pod.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#pod_pids_limit ContainerNodePool#pod_pids_limit}