Interface ContainerClusterNodeConfigKubeletConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerClusterNodeConfigKubeletConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.240Z") @Stability(Stable) public interface ContainerClusterNodeConfigKubeletConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerClusterNodeConfigKubeletConfig.BuilderA builder forContainerClusterNodeConfigKubeletConfigstatic classContainerClusterNodeConfigKubeletConfig.Jsii$ProxyAn implementation forContainerClusterNodeConfigKubeletConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ContainerClusterNodeConfigKubeletConfig.Builderbuilder()default ObjectgetCpuCfsQuota()Enable CPU CFS quota enforcement for containers that specify CPU limits.default StringgetCpuCfsQuotaPeriod()Set the CPU CFS quota period value 'cpu.cfs_period_us'.StringgetCpuManagerPolicy()Control the CPU management policy on the node.default NumbergetPodPidsLimit()Controls the maximum number of processes allowed to run in a pod.
-
-
-
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}
-
builder
@Stability(Stable) static ContainerClusterNodeConfigKubeletConfig.Builder builder()
-
-