Interface GkeonpremBareMetalClusterNodeConfig

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

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

      • getContainerRuntime

        @Stability(Stable)
        @Nullable
        default String getContainerRuntime()
        The available runtimes that can be used to run containers in a Bare Metal User Cluster.

        Possible values: ["CONTAINER_RUNTIME_UNSPECIFIED", "DOCKER", "CONTAINERD"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#container_runtime GkeonpremBareMetalCluster#container_runtime}

      • getMaxPodsPerNode

        @Stability(Stable)
        @Nullable
        default Number getMaxPodsPerNode()
        The maximum number of pods a node can run.

        The size of the CIDR range assigned to the node will be derived from this parameter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_cluster#max_pods_per_node GkeonpremBareMetalCluster#max_pods_per_node}