Interface ContainerClusterNodePoolNodeConfigKubeletConfig

    • 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_cluster#cpu_manager_policy ContainerCluster#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_cluster#cpu_cfs_quota ContainerCluster#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_cluster#cpu_cfs_quota_period ContainerCluster#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_cluster#pod_pids_limit ContainerCluster#pod_pids_limit}