Interface ContainerClusterNodePoolNetworkConfigAdditionalPodNetworkConfigs

    • Method Detail

      • getMaxPodsPerNode

        @Stability(Stable)
        @Nullable
        default Number getMaxPodsPerNode()
        The maximum number of pods per node which use this pod network.

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

      • getSecondaryPodRange

        @Stability(Stable)
        @Nullable
        default String getSecondaryPodRange()
        The name of the secondary range on the subnet which provides IP address for this pod range.

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

      • getSubnetwork

        @Stability(Stable)
        @Nullable
        default String getSubnetwork()
        Name of the subnetwork where the additional pod network belongs.

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