Interface ContainerClusterNodeConfigLinuxNodeConfig

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

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

      • getCgroupMode

        @Stability(Stable)
        @Nullable
        default String getCgroupMode()
        cgroupMode specifies the cgroup mode to be used on the node.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#cgroup_mode ContainerCluster#cgroup_mode}

      • getSysctls

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getSysctls()
        The Linux kernel parameters to be applied to the nodes and all pods running on the nodes.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#sysctls ContainerCluster#sysctls}