1. Packages
  2. Google Cloud Native
  3. API Docs
  4. gkeonprem
  5. gkeonprem/v1
  6. BareMetalAdminCluster

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.gkeonprem/v1.BareMetalAdminCluster

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

    Creates a new bare metal admin cluster in a given project and location. The API needs to be combined with creating a bootstrap cluster to work. See: https://cloud.google.com/anthos/clusters/docs/bare-metal/latest/installing/creating-clusters/create-admin-cluster-api#prepare_bootstrap_environment Note - this resource’s API doesn’t support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

    Create BareMetalAdminCluster Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new BareMetalAdminCluster(name: string, args: BareMetalAdminClusterArgs, opts?: CustomResourceOptions);
    @overload
    def BareMetalAdminCluster(resource_name: str,
                              args: BareMetalAdminClusterArgs,
                              opts: Optional[ResourceOptions] = None)
    
    @overload
    def BareMetalAdminCluster(resource_name: str,
                              opts: Optional[ResourceOptions] = None,
                              bare_metal_admin_cluster_id: Optional[str] = None,
                              maintenance_config: Optional[BareMetalAdminMaintenanceConfigArgs] = None,
                              storage: Optional[BareMetalAdminStorageConfigArgs] = None,
                              location: Optional[str] = None,
                              cluster_operations: Optional[BareMetalAdminClusterOperationsConfigArgs] = None,
                              control_plane: Optional[BareMetalAdminControlPlaneConfigArgs] = None,
                              description: Optional[str] = None,
                              etag: Optional[str] = None,
                              load_balancer: Optional[BareMetalAdminLoadBalancerConfigArgs] = None,
                              binary_authorization: Optional[BinaryAuthorizationArgs] = None,
                              bare_metal_version: Optional[str] = None,
                              network_config: Optional[BareMetalAdminNetworkConfigArgs] = None,
                              name: Optional[str] = None,
                              node_access_config: Optional[BareMetalAdminNodeAccessConfigArgs] = None,
                              node_config: Optional[BareMetalAdminWorkloadNodeConfigArgs] = None,
                              os_environment_config: Optional[BareMetalAdminOsEnvironmentConfigArgs] = None,
                              project: Optional[str] = None,
                              proxy: Optional[BareMetalAdminProxyConfigArgs] = None,
                              security_config: Optional[BareMetalAdminSecurityConfigArgs] = None,
                              annotations: Optional[Mapping[str, str]] = None)
    func NewBareMetalAdminCluster(ctx *Context, name string, args BareMetalAdminClusterArgs, opts ...ResourceOption) (*BareMetalAdminCluster, error)
    public BareMetalAdminCluster(string name, BareMetalAdminClusterArgs args, CustomResourceOptions? opts = null)
    public BareMetalAdminCluster(String name, BareMetalAdminClusterArgs args)
    public BareMetalAdminCluster(String name, BareMetalAdminClusterArgs args, CustomResourceOptions options)
    
    type: google-native:gkeonprem/v1:BareMetalAdminCluster
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args BareMetalAdminClusterArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args BareMetalAdminClusterArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args BareMetalAdminClusterArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args BareMetalAdminClusterArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args BareMetalAdminClusterArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    var bareMetalAdminClusterResource = new GoogleNative.Gkeonprem.V1.BareMetalAdminCluster("bareMetalAdminClusterResource", new()
    {
        BareMetalAdminClusterId = "string",
        MaintenanceConfig = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminMaintenanceConfigArgs
        {
            MaintenanceAddressCidrBlocks = new[]
            {
                "string",
            },
        },
        Storage = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminStorageConfigArgs
        {
            LvpNodeMountsConfig = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalLvpConfigArgs
            {
                Path = "string",
                StorageClass = "string",
            },
            LvpShareConfig = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalLvpShareConfigArgs
            {
                LvpConfig = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalLvpConfigArgs
                {
                    Path = "string",
                    StorageClass = "string",
                },
                SharedPathPvCount = 0,
            },
        },
        Location = "string",
        ClusterOperations = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminClusterOperationsConfigArgs
        {
            EnableApplicationLogs = false,
        },
        ControlPlane = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminControlPlaneConfigArgs
        {
            ControlPlaneNodePoolConfig = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminControlPlaneNodePoolConfigArgs
            {
                NodePoolConfig = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalNodePoolConfigArgs
                {
                    NodeConfigs = new[]
                    {
                        new GoogleNative.Gkeonprem.V1.Inputs.BareMetalNodeConfigArgs
                        {
                            Labels = 
                            {
                                { "string", "string" },
                            },
                            NodeIp = "string",
                        },
                    },
                    KubeletConfig = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalKubeletConfigArgs
                    {
                        RegistryBurst = 0,
                        RegistryPullQps = 0,
                        SerializeImagePullsDisabled = false,
                    },
                    Labels = 
                    {
                        { "string", "string" },
                    },
                    OperatingSystem = GoogleNative.Gkeonprem.V1.BareMetalNodePoolConfigOperatingSystem.OperatingSystemUnspecified,
                    Taints = new[]
                    {
                        new GoogleNative.Gkeonprem.V1.Inputs.NodeTaintArgs
                        {
                            Effect = GoogleNative.Gkeonprem.V1.NodeTaintEffect.EffectUnspecified,
                            Key = "string",
                            Value = "string",
                        },
                    },
                },
            },
            ApiServerArgs = new[]
            {
                new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminApiServerArgumentArgs
                {
                    Argument = "string",
                    Value = "string",
                },
            },
        },
        Description = "string",
        Etag = "string",
        LoadBalancer = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminLoadBalancerConfigArgs
        {
            ManualLbConfig = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminManualLbConfigArgs
            {
                Enabled = false,
            },
            PortConfig = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminPortConfigArgs
            {
                ControlPlaneLoadBalancerPort = 0,
            },
            VipConfig = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminVipConfigArgs
            {
                ControlPlaneVip = "string",
            },
        },
        BinaryAuthorization = new GoogleNative.Gkeonprem.V1.Inputs.BinaryAuthorizationArgs
        {
            EvaluationMode = GoogleNative.Gkeonprem.V1.BinaryAuthorizationEvaluationMode.EvaluationModeUnspecified,
        },
        BareMetalVersion = "string",
        NetworkConfig = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminNetworkConfigArgs
        {
            IslandModeCidr = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminIslandModeCidrConfigArgs
            {
                PodAddressCidrBlocks = new[]
                {
                    "string",
                },
                ServiceAddressCidrBlocks = new[]
                {
                    "string",
                },
            },
        },
        Name = "string",
        NodeAccessConfig = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminNodeAccessConfigArgs
        {
            LoginUser = "string",
        },
        NodeConfig = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminWorkloadNodeConfigArgs
        {
            MaxPodsPerNode = "string",
        },
        OsEnvironmentConfig = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminOsEnvironmentConfigArgs
        {
            PackageRepoExcluded = false,
        },
        Project = "string",
        Proxy = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminProxyConfigArgs
        {
            Uri = "string",
            NoProxy = new[]
            {
                "string",
            },
        },
        SecurityConfig = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminSecurityConfigArgs
        {
            Authorization = new GoogleNative.Gkeonprem.V1.Inputs.AuthorizationArgs
            {
                AdminUsers = new[]
                {
                    new GoogleNative.Gkeonprem.V1.Inputs.ClusterUserArgs
                    {
                        Username = "string",
                    },
                },
            },
        },
        Annotations = 
        {
            { "string", "string" },
        },
    });
    
    example, err := gkeonprem.NewBareMetalAdminCluster(ctx, "bareMetalAdminClusterResource", &gkeonprem.BareMetalAdminClusterArgs{
    BareMetalAdminClusterId: pulumi.String("string"),
    MaintenanceConfig: &gkeonprem.BareMetalAdminMaintenanceConfigArgs{
    MaintenanceAddressCidrBlocks: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    Storage: &gkeonprem.BareMetalAdminStorageConfigArgs{
    LvpNodeMountsConfig: &gkeonprem.BareMetalLvpConfigArgs{
    Path: pulumi.String("string"),
    StorageClass: pulumi.String("string"),
    },
    LvpShareConfig: &gkeonprem.BareMetalLvpShareConfigArgs{
    LvpConfig: &gkeonprem.BareMetalLvpConfigArgs{
    Path: pulumi.String("string"),
    StorageClass: pulumi.String("string"),
    },
    SharedPathPvCount: pulumi.Int(0),
    },
    },
    Location: pulumi.String("string"),
    ClusterOperations: &gkeonprem.BareMetalAdminClusterOperationsConfigArgs{
    EnableApplicationLogs: pulumi.Bool(false),
    },
    ControlPlane: &gkeonprem.BareMetalAdminControlPlaneConfigArgs{
    ControlPlaneNodePoolConfig: &gkeonprem.BareMetalAdminControlPlaneNodePoolConfigArgs{
    NodePoolConfig: &gkeonprem.BareMetalNodePoolConfigArgs{
    NodeConfigs: gkeonprem.BareMetalNodeConfigArray{
    &gkeonprem.BareMetalNodeConfigArgs{
    Labels: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    NodeIp: pulumi.String("string"),
    },
    },
    KubeletConfig: &gkeonprem.BareMetalKubeletConfigArgs{
    RegistryBurst: pulumi.Int(0),
    RegistryPullQps: pulumi.Int(0),
    SerializeImagePullsDisabled: pulumi.Bool(false),
    },
    Labels: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    OperatingSystem: gkeonprem.BareMetalNodePoolConfigOperatingSystemOperatingSystemUnspecified,
    Taints: gkeonprem.NodeTaintArray{
    &gkeonprem.NodeTaintArgs{
    Effect: gkeonprem.NodeTaintEffectEffectUnspecified,
    Key: pulumi.String("string"),
    Value: pulumi.String("string"),
    },
    },
    },
    },
    ApiServerArgs: gkeonprem.BareMetalAdminApiServerArgumentArray{
    &gkeonprem.BareMetalAdminApiServerArgumentArgs{
    Argument: pulumi.String("string"),
    Value: pulumi.String("string"),
    },
    },
    },
    Description: pulumi.String("string"),
    Etag: pulumi.String("string"),
    LoadBalancer: &gkeonprem.BareMetalAdminLoadBalancerConfigArgs{
    ManualLbConfig: &gkeonprem.BareMetalAdminManualLbConfigArgs{
    Enabled: pulumi.Bool(false),
    },
    PortConfig: &gkeonprem.BareMetalAdminPortConfigArgs{
    ControlPlaneLoadBalancerPort: pulumi.Int(0),
    },
    VipConfig: &gkeonprem.BareMetalAdminVipConfigArgs{
    ControlPlaneVip: pulumi.String("string"),
    },
    },
    BinaryAuthorization: &gkeonprem.BinaryAuthorizationArgs{
    EvaluationMode: gkeonprem.BinaryAuthorizationEvaluationModeEvaluationModeUnspecified,
    },
    BareMetalVersion: pulumi.String("string"),
    NetworkConfig: &gkeonprem.BareMetalAdminNetworkConfigArgs{
    IslandModeCidr: &gkeonprem.BareMetalAdminIslandModeCidrConfigArgs{
    PodAddressCidrBlocks: pulumi.StringArray{
    pulumi.String("string"),
    },
    ServiceAddressCidrBlocks: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    },
    Name: pulumi.String("string"),
    NodeAccessConfig: &gkeonprem.BareMetalAdminNodeAccessConfigArgs{
    LoginUser: pulumi.String("string"),
    },
    NodeConfig: &gkeonprem.BareMetalAdminWorkloadNodeConfigArgs{
    MaxPodsPerNode: pulumi.String("string"),
    },
    OsEnvironmentConfig: &gkeonprem.BareMetalAdminOsEnvironmentConfigArgs{
    PackageRepoExcluded: pulumi.Bool(false),
    },
    Project: pulumi.String("string"),
    Proxy: &gkeonprem.BareMetalAdminProxyConfigArgs{
    Uri: pulumi.String("string"),
    NoProxy: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    SecurityConfig: &gkeonprem.BareMetalAdminSecurityConfigArgs{
    Authorization: &gkeonprem.AuthorizationArgs{
    AdminUsers: gkeonprem.ClusterUserArray{
    &gkeonprem.ClusterUserArgs{
    Username: pulumi.String("string"),
    },
    },
    },
    },
    Annotations: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    })
    
    var bareMetalAdminClusterResource = new BareMetalAdminCluster("bareMetalAdminClusterResource", BareMetalAdminClusterArgs.builder()        
        .bareMetalAdminClusterId("string")
        .maintenanceConfig(BareMetalAdminMaintenanceConfigArgs.builder()
            .maintenanceAddressCidrBlocks("string")
            .build())
        .storage(BareMetalAdminStorageConfigArgs.builder()
            .lvpNodeMountsConfig(BareMetalLvpConfigArgs.builder()
                .path("string")
                .storageClass("string")
                .build())
            .lvpShareConfig(BareMetalLvpShareConfigArgs.builder()
                .lvpConfig(BareMetalLvpConfigArgs.builder()
                    .path("string")
                    .storageClass("string")
                    .build())
                .sharedPathPvCount(0)
                .build())
            .build())
        .location("string")
        .clusterOperations(BareMetalAdminClusterOperationsConfigArgs.builder()
            .enableApplicationLogs(false)
            .build())
        .controlPlane(BareMetalAdminControlPlaneConfigArgs.builder()
            .controlPlaneNodePoolConfig(BareMetalAdminControlPlaneNodePoolConfigArgs.builder()
                .nodePoolConfig(BareMetalNodePoolConfigArgs.builder()
                    .nodeConfigs(BareMetalNodeConfigArgs.builder()
                        .labels(Map.of("string", "string"))
                        .nodeIp("string")
                        .build())
                    .kubeletConfig(BareMetalKubeletConfigArgs.builder()
                        .registryBurst(0)
                        .registryPullQps(0)
                        .serializeImagePullsDisabled(false)
                        .build())
                    .labels(Map.of("string", "string"))
                    .operatingSystem("OPERATING_SYSTEM_UNSPECIFIED")
                    .taints(NodeTaintArgs.builder()
                        .effect("EFFECT_UNSPECIFIED")
                        .key("string")
                        .value("string")
                        .build())
                    .build())
                .build())
            .apiServerArgs(BareMetalAdminApiServerArgumentArgs.builder()
                .argument("string")
                .value("string")
                .build())
            .build())
        .description("string")
        .etag("string")
        .loadBalancer(BareMetalAdminLoadBalancerConfigArgs.builder()
            .manualLbConfig(BareMetalAdminManualLbConfigArgs.builder()
                .enabled(false)
                .build())
            .portConfig(BareMetalAdminPortConfigArgs.builder()
                .controlPlaneLoadBalancerPort(0)
                .build())
            .vipConfig(BareMetalAdminVipConfigArgs.builder()
                .controlPlaneVip("string")
                .build())
            .build())
        .binaryAuthorization(BinaryAuthorizationArgs.builder()
            .evaluationMode("EVALUATION_MODE_UNSPECIFIED")
            .build())
        .bareMetalVersion("string")
        .networkConfig(BareMetalAdminNetworkConfigArgs.builder()
            .islandModeCidr(BareMetalAdminIslandModeCidrConfigArgs.builder()
                .podAddressCidrBlocks("string")
                .serviceAddressCidrBlocks("string")
                .build())
            .build())
        .name("string")
        .nodeAccessConfig(BareMetalAdminNodeAccessConfigArgs.builder()
            .loginUser("string")
            .build())
        .nodeConfig(BareMetalAdminWorkloadNodeConfigArgs.builder()
            .maxPodsPerNode("string")
            .build())
        .osEnvironmentConfig(BareMetalAdminOsEnvironmentConfigArgs.builder()
            .packageRepoExcluded(false)
            .build())
        .project("string")
        .proxy(BareMetalAdminProxyConfigArgs.builder()
            .uri("string")
            .noProxy("string")
            .build())
        .securityConfig(BareMetalAdminSecurityConfigArgs.builder()
            .authorization(AuthorizationArgs.builder()
                .adminUsers(ClusterUserArgs.builder()
                    .username("string")
                    .build())
                .build())
            .build())
        .annotations(Map.of("string", "string"))
        .build());
    
    bare_metal_admin_cluster_resource = google_native.gkeonprem.v1.BareMetalAdminCluster("bareMetalAdminClusterResource",
        bare_metal_admin_cluster_id="string",
        maintenance_config=google_native.gkeonprem.v1.BareMetalAdminMaintenanceConfigArgs(
            maintenance_address_cidr_blocks=["string"],
        ),
        storage=google_native.gkeonprem.v1.BareMetalAdminStorageConfigArgs(
            lvp_node_mounts_config=google_native.gkeonprem.v1.BareMetalLvpConfigArgs(
                path="string",
                storage_class="string",
            ),
            lvp_share_config=google_native.gkeonprem.v1.BareMetalLvpShareConfigArgs(
                lvp_config=google_native.gkeonprem.v1.BareMetalLvpConfigArgs(
                    path="string",
                    storage_class="string",
                ),
                shared_path_pv_count=0,
            ),
        ),
        location="string",
        cluster_operations=google_native.gkeonprem.v1.BareMetalAdminClusterOperationsConfigArgs(
            enable_application_logs=False,
        ),
        control_plane=google_native.gkeonprem.v1.BareMetalAdminControlPlaneConfigArgs(
            control_plane_node_pool_config=google_native.gkeonprem.v1.BareMetalAdminControlPlaneNodePoolConfigArgs(
                node_pool_config=google_native.gkeonprem.v1.BareMetalNodePoolConfigArgs(
                    node_configs=[google_native.gkeonprem.v1.BareMetalNodeConfigArgs(
                        labels={
                            "string": "string",
                        },
                        node_ip="string",
                    )],
                    kubelet_config=google_native.gkeonprem.v1.BareMetalKubeletConfigArgs(
                        registry_burst=0,
                        registry_pull_qps=0,
                        serialize_image_pulls_disabled=False,
                    ),
                    labels={
                        "string": "string",
                    },
                    operating_system=google_native.gkeonprem.v1.BareMetalNodePoolConfigOperatingSystem.OPERATING_SYSTEM_UNSPECIFIED,
                    taints=[google_native.gkeonprem.v1.NodeTaintArgs(
                        effect=google_native.gkeonprem.v1.NodeTaintEffect.EFFECT_UNSPECIFIED,
                        key="string",
                        value="string",
                    )],
                ),
            ),
            api_server_args=[google_native.gkeonprem.v1.BareMetalAdminApiServerArgumentArgs(
                argument="string",
                value="string",
            )],
        ),
        description="string",
        etag="string",
        load_balancer=google_native.gkeonprem.v1.BareMetalAdminLoadBalancerConfigArgs(
            manual_lb_config=google_native.gkeonprem.v1.BareMetalAdminManualLbConfigArgs(
                enabled=False,
            ),
            port_config=google_native.gkeonprem.v1.BareMetalAdminPortConfigArgs(
                control_plane_load_balancer_port=0,
            ),
            vip_config=google_native.gkeonprem.v1.BareMetalAdminVipConfigArgs(
                control_plane_vip="string",
            ),
        ),
        binary_authorization=google_native.gkeonprem.v1.BinaryAuthorizationArgs(
            evaluation_mode=google_native.gkeonprem.v1.BinaryAuthorizationEvaluationMode.EVALUATION_MODE_UNSPECIFIED,
        ),
        bare_metal_version="string",
        network_config=google_native.gkeonprem.v1.BareMetalAdminNetworkConfigArgs(
            island_mode_cidr=google_native.gkeonprem.v1.BareMetalAdminIslandModeCidrConfigArgs(
                pod_address_cidr_blocks=["string"],
                service_address_cidr_blocks=["string"],
            ),
        ),
        name="string",
        node_access_config=google_native.gkeonprem.v1.BareMetalAdminNodeAccessConfigArgs(
            login_user="string",
        ),
        node_config=google_native.gkeonprem.v1.BareMetalAdminWorkloadNodeConfigArgs(
            max_pods_per_node="string",
        ),
        os_environment_config=google_native.gkeonprem.v1.BareMetalAdminOsEnvironmentConfigArgs(
            package_repo_excluded=False,
        ),
        project="string",
        proxy=google_native.gkeonprem.v1.BareMetalAdminProxyConfigArgs(
            uri="string",
            no_proxy=["string"],
        ),
        security_config=google_native.gkeonprem.v1.BareMetalAdminSecurityConfigArgs(
            authorization=google_native.gkeonprem.v1.AuthorizationArgs(
                admin_users=[google_native.gkeonprem.v1.ClusterUserArgs(
                    username="string",
                )],
            ),
        ),
        annotations={
            "string": "string",
        })
    
    const bareMetalAdminClusterResource = new google_native.gkeonprem.v1.BareMetalAdminCluster("bareMetalAdminClusterResource", {
        bareMetalAdminClusterId: "string",
        maintenanceConfig: {
            maintenanceAddressCidrBlocks: ["string"],
        },
        storage: {
            lvpNodeMountsConfig: {
                path: "string",
                storageClass: "string",
            },
            lvpShareConfig: {
                lvpConfig: {
                    path: "string",
                    storageClass: "string",
                },
                sharedPathPvCount: 0,
            },
        },
        location: "string",
        clusterOperations: {
            enableApplicationLogs: false,
        },
        controlPlane: {
            controlPlaneNodePoolConfig: {
                nodePoolConfig: {
                    nodeConfigs: [{
                        labels: {
                            string: "string",
                        },
                        nodeIp: "string",
                    }],
                    kubeletConfig: {
                        registryBurst: 0,
                        registryPullQps: 0,
                        serializeImagePullsDisabled: false,
                    },
                    labels: {
                        string: "string",
                    },
                    operatingSystem: google_native.gkeonprem.v1.BareMetalNodePoolConfigOperatingSystem.OperatingSystemUnspecified,
                    taints: [{
                        effect: google_native.gkeonprem.v1.NodeTaintEffect.EffectUnspecified,
                        key: "string",
                        value: "string",
                    }],
                },
            },
            apiServerArgs: [{
                argument: "string",
                value: "string",
            }],
        },
        description: "string",
        etag: "string",
        loadBalancer: {
            manualLbConfig: {
                enabled: false,
            },
            portConfig: {
                controlPlaneLoadBalancerPort: 0,
            },
            vipConfig: {
                controlPlaneVip: "string",
            },
        },
        binaryAuthorization: {
            evaluationMode: google_native.gkeonprem.v1.BinaryAuthorizationEvaluationMode.EvaluationModeUnspecified,
        },
        bareMetalVersion: "string",
        networkConfig: {
            islandModeCidr: {
                podAddressCidrBlocks: ["string"],
                serviceAddressCidrBlocks: ["string"],
            },
        },
        name: "string",
        nodeAccessConfig: {
            loginUser: "string",
        },
        nodeConfig: {
            maxPodsPerNode: "string",
        },
        osEnvironmentConfig: {
            packageRepoExcluded: false,
        },
        project: "string",
        proxy: {
            uri: "string",
            noProxy: ["string"],
        },
        securityConfig: {
            authorization: {
                adminUsers: [{
                    username: "string",
                }],
            },
        },
        annotations: {
            string: "string",
        },
    });
    
    type: google-native:gkeonprem/v1:BareMetalAdminCluster
    properties:
        annotations:
            string: string
        bareMetalAdminClusterId: string
        bareMetalVersion: string
        binaryAuthorization:
            evaluationMode: EVALUATION_MODE_UNSPECIFIED
        clusterOperations:
            enableApplicationLogs: false
        controlPlane:
            apiServerArgs:
                - argument: string
                  value: string
            controlPlaneNodePoolConfig:
                nodePoolConfig:
                    kubeletConfig:
                        registryBurst: 0
                        registryPullQps: 0
                        serializeImagePullsDisabled: false
                    labels:
                        string: string
                    nodeConfigs:
                        - labels:
                            string: string
                          nodeIp: string
                    operatingSystem: OPERATING_SYSTEM_UNSPECIFIED
                    taints:
                        - effect: EFFECT_UNSPECIFIED
                          key: string
                          value: string
        description: string
        etag: string
        loadBalancer:
            manualLbConfig:
                enabled: false
            portConfig:
                controlPlaneLoadBalancerPort: 0
            vipConfig:
                controlPlaneVip: string
        location: string
        maintenanceConfig:
            maintenanceAddressCidrBlocks:
                - string
        name: string
        networkConfig:
            islandModeCidr:
                podAddressCidrBlocks:
                    - string
                serviceAddressCidrBlocks:
                    - string
        nodeAccessConfig:
            loginUser: string
        nodeConfig:
            maxPodsPerNode: string
        osEnvironmentConfig:
            packageRepoExcluded: false
        project: string
        proxy:
            noProxy:
                - string
            uri: string
        securityConfig:
            authorization:
                adminUsers:
                    - username: string
        storage:
            lvpNodeMountsConfig:
                path: string
                storageClass: string
            lvpShareConfig:
                lvpConfig:
                    path: string
                    storageClass: string
                sharedPathPvCount: 0
    

    BareMetalAdminCluster Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The BareMetalAdminCluster resource accepts the following input properties:

    BareMetalAdminClusterId string
    Required. User provided identifier that is used as part of the resource name; must conform to RFC-1034 and additionally restrict to lower-cased letters. This comes out roughly to: /^a-z+[a-z0-9]$/
    Annotations Dictionary<string, string>
    Annotations on the bare metal admin cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
    BareMetalVersion string
    The Anthos clusters on bare metal version for the bare metal admin cluster.
    BinaryAuthorization Pulumi.GoogleNative.Gkeonprem.V1.Inputs.BinaryAuthorization
    Binary Authorization related configurations.
    ClusterOperations Pulumi.GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminClusterOperationsConfig
    Cluster operations configuration.
    ControlPlane Pulumi.GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminControlPlaneConfig
    Control plane configuration.
    Description string
    A human readable description of this bare metal admin cluster.
    Etag string
    This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. Allows clients to perform consistent read-modify-writes through optimistic concurrency control.
    LoadBalancer Pulumi.GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminLoadBalancerConfig
    Load balancer configuration.
    Location string
    MaintenanceConfig Pulumi.GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminMaintenanceConfig
    Maintenance configuration.
    Name string
    Immutable. The bare metal admin cluster resource name.
    NetworkConfig Pulumi.GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminNetworkConfig
    Network configuration.
    NodeAccessConfig Pulumi.GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminNodeAccessConfig
    Node access related configurations.
    NodeConfig Pulumi.GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminWorkloadNodeConfig
    Workload node configuration.
    OsEnvironmentConfig Pulumi.GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminOsEnvironmentConfig
    OS environment related configurations.
    Project string
    Proxy Pulumi.GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminProxyConfig
    Proxy configuration.
    SecurityConfig Pulumi.GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminSecurityConfig
    Security related configuration.
    Storage Pulumi.GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminStorageConfig
    Storage configuration.
    BareMetalAdminClusterId string
    Required. User provided identifier that is used as part of the resource name; must conform to RFC-1034 and additionally restrict to lower-cased letters. This comes out roughly to: /^a-z+[a-z0-9]$/
    Annotations map[string]string
    Annotations on the bare metal admin cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
    BareMetalVersion string
    The Anthos clusters on bare metal version for the bare metal admin cluster.
    BinaryAuthorization BinaryAuthorizationArgs
    Binary Authorization related configurations.
    ClusterOperations BareMetalAdminClusterOperationsConfigArgs
    Cluster operations configuration.
    ControlPlane BareMetalAdminControlPlaneConfigArgs
    Control plane configuration.
    Description string
    A human readable description of this bare metal admin cluster.
    Etag string
    This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. Allows clients to perform consistent read-modify-writes through optimistic concurrency control.
    LoadBalancer BareMetalAdminLoadBalancerConfigArgs
    Load balancer configuration.
    Location string
    MaintenanceConfig BareMetalAdminMaintenanceConfigArgs
    Maintenance configuration.
    Name string
    Immutable. The bare metal admin cluster resource name.
    NetworkConfig BareMetalAdminNetworkConfigArgs
    Network configuration.
    NodeAccessConfig BareMetalAdminNodeAccessConfigArgs
    Node access related configurations.
    NodeConfig BareMetalAdminWorkloadNodeConfigArgs
    Workload node configuration.
    OsEnvironmentConfig BareMetalAdminOsEnvironmentConfigArgs
    OS environment related configurations.
    Project string
    Proxy BareMetalAdminProxyConfigArgs
    Proxy configuration.
    SecurityConfig BareMetalAdminSecurityConfigArgs
    Security related configuration.
    Storage BareMetalAdminStorageConfigArgs
    Storage configuration.
    bareMetalAdminClusterId String
    Required. User provided identifier that is used as part of the resource name; must conform to RFC-1034 and additionally restrict to lower-cased letters. This comes out roughly to: /^a-z+[a-z0-9]$/
    annotations Map<String,String>
    Annotations on the bare metal admin cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
    bareMetalVersion String
    The Anthos clusters on bare metal version for the bare metal admin cluster.
    binaryAuthorization BinaryAuthorization
    Binary Authorization related configurations.
    clusterOperations BareMetalAdminClusterOperationsConfig
    Cluster operations configuration.
    controlPlane BareMetalAdminControlPlaneConfig
    Control plane configuration.
    description String
    A human readable description of this bare metal admin cluster.
    etag String
    This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. Allows clients to perform consistent read-modify-writes through optimistic concurrency control.
    loadBalancer BareMetalAdminLoadBalancerConfig
    Load balancer configuration.
    location String
    maintenanceConfig BareMetalAdminMaintenanceConfig
    Maintenance configuration.
    name String
    Immutable. The bare metal admin cluster resource name.
    networkConfig BareMetalAdminNetworkConfig
    Network configuration.
    nodeAccessConfig BareMetalAdminNodeAccessConfig
    Node access related configurations.
    nodeConfig BareMetalAdminWorkloadNodeConfig
    Workload node configuration.
    osEnvironmentConfig BareMetalAdminOsEnvironmentConfig
    OS environment related configurations.
    project String
    proxy BareMetalAdminProxyConfig
    Proxy configuration.
    securityConfig BareMetalAdminSecurityConfig
    Security related configuration.
    storage BareMetalAdminStorageConfig
    Storage configuration.
    bareMetalAdminClusterId string
    Required. User provided identifier that is used as part of the resource name; must conform to RFC-1034 and additionally restrict to lower-cased letters. This comes out roughly to: /^a-z+[a-z0-9]$/
    annotations {[key: string]: string}
    Annotations on the bare metal admin cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
    bareMetalVersion string
    The Anthos clusters on bare metal version for the bare metal admin cluster.
    binaryAuthorization BinaryAuthorization
    Binary Authorization related configurations.
    clusterOperations BareMetalAdminClusterOperationsConfig
    Cluster operations configuration.
    controlPlane BareMetalAdminControlPlaneConfig
    Control plane configuration.
    description string
    A human readable description of this bare metal admin cluster.
    etag string
    This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. Allows clients to perform consistent read-modify-writes through optimistic concurrency control.
    loadBalancer BareMetalAdminLoadBalancerConfig
    Load balancer configuration.
    location string
    maintenanceConfig BareMetalAdminMaintenanceConfig
    Maintenance configuration.
    name string
    Immutable. The bare metal admin cluster resource name.
    networkConfig BareMetalAdminNetworkConfig
    Network configuration.
    nodeAccessConfig BareMetalAdminNodeAccessConfig
    Node access related configurations.
    nodeConfig BareMetalAdminWorkloadNodeConfig
    Workload node configuration.
    osEnvironmentConfig BareMetalAdminOsEnvironmentConfig
    OS environment related configurations.
    project string
    proxy BareMetalAdminProxyConfig
    Proxy configuration.
    securityConfig BareMetalAdminSecurityConfig
    Security related configuration.
    storage BareMetalAdminStorageConfig
    Storage configuration.
    bare_metal_admin_cluster_id str
    Required. User provided identifier that is used as part of the resource name; must conform to RFC-1034 and additionally restrict to lower-cased letters. This comes out roughly to: /^a-z+[a-z0-9]$/
    annotations Mapping[str, str]
    Annotations on the bare metal admin cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
    bare_metal_version str
    The Anthos clusters on bare metal version for the bare metal admin cluster.
    binary_authorization BinaryAuthorizationArgs
    Binary Authorization related configurations.
    cluster_operations BareMetalAdminClusterOperationsConfigArgs
    Cluster operations configuration.
    control_plane BareMetalAdminControlPlaneConfigArgs
    Control plane configuration.
    description str
    A human readable description of this bare metal admin cluster.
    etag str
    This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. Allows clients to perform consistent read-modify-writes through optimistic concurrency control.
    load_balancer BareMetalAdminLoadBalancerConfigArgs
    Load balancer configuration.
    location str
    maintenance_config BareMetalAdminMaintenanceConfigArgs
    Maintenance configuration.
    name str
    Immutable. The bare metal admin cluster resource name.
    network_config BareMetalAdminNetworkConfigArgs
    Network configuration.
    node_access_config BareMetalAdminNodeAccessConfigArgs
    Node access related configurations.
    node_config BareMetalAdminWorkloadNodeConfigArgs
    Workload node configuration.
    os_environment_config BareMetalAdminOsEnvironmentConfigArgs
    OS environment related configurations.
    project str
    proxy BareMetalAdminProxyConfigArgs
    Proxy configuration.
    security_config BareMetalAdminSecurityConfigArgs
    Security related configuration.
    storage BareMetalAdminStorageConfigArgs
    Storage configuration.
    bareMetalAdminClusterId String
    Required. User provided identifier that is used as part of the resource name; must conform to RFC-1034 and additionally restrict to lower-cased letters. This comes out roughly to: /^a-z+[a-z0-9]$/
    annotations Map<String>
    Annotations on the bare metal admin cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
    bareMetalVersion String
    The Anthos clusters on bare metal version for the bare metal admin cluster.
    binaryAuthorization Property Map
    Binary Authorization related configurations.
    clusterOperations Property Map
    Cluster operations configuration.
    controlPlane Property Map
    Control plane configuration.
    description String
    A human readable description of this bare metal admin cluster.
    etag String
    This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. Allows clients to perform consistent read-modify-writes through optimistic concurrency control.
    loadBalancer Property Map
    Load balancer configuration.
    location String
    maintenanceConfig Property Map
    Maintenance configuration.
    name String
    Immutable. The bare metal admin cluster resource name.
    networkConfig Property Map
    Network configuration.
    nodeAccessConfig Property Map
    Node access related configurations.
    nodeConfig Property Map
    Workload node configuration.
    osEnvironmentConfig Property Map
    OS environment related configurations.
    project String
    proxy Property Map
    Proxy configuration.
    securityConfig Property Map
    Security related configuration.
    storage Property Map
    Storage configuration.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the BareMetalAdminCluster resource produces the following output properties:

    CreateTime string
    The time at which this bare metal admin cluster was created.
    DeleteTime string
    The time at which this bare metal admin cluster was deleted. If the resource is not deleted, this must be empty
    Endpoint string
    The IP address name of bare metal admin cluster's API server.
    Fleet Pulumi.GoogleNative.Gkeonprem.V1.Outputs.FleetResponse
    Fleet configuration for the cluster.
    Id string
    The provider-assigned unique ID for this managed resource.
    LocalName string
    The object name of the bare metal cluster custom resource. This field is used to support conflicting names when enrolling existing clusters to the API. When used as a part of cluster enrollment, this field will differ from the ID in the resource name. For new clusters, this field will match the user provided cluster name and be visible in the last component of the resource name. It is not modifiable. All users should use this name to access their cluster using gkectl or kubectl and should expect to see the local name when viewing admin cluster controller logs.
    MaintenanceStatus Pulumi.GoogleNative.Gkeonprem.V1.Outputs.BareMetalAdminMaintenanceStatusResponse
    MaintenanceStatus representing state of maintenance.
    Reconciling bool
    If set, there are currently changes in flight to the bare metal Admin Cluster.
    State string
    The current state of the bare metal admin cluster.
    Status Pulumi.GoogleNative.Gkeonprem.V1.Outputs.ResourceStatusResponse
    ResourceStatus representing detailed cluster status.
    Uid string
    The unique identifier of the bare metal admin cluster.
    UpdateTime string
    The time at which this bare metal admin cluster was last updated.
    ValidationCheck Pulumi.GoogleNative.Gkeonprem.V1.Outputs.ValidationCheckResponse
    ValidationCheck representing the result of the preflight check.
    CreateTime string
    The time at which this bare metal admin cluster was created.
    DeleteTime string
    The time at which this bare metal admin cluster was deleted. If the resource is not deleted, this must be empty
    Endpoint string
    The IP address name of bare metal admin cluster's API server.
    Fleet FleetResponse
    Fleet configuration for the cluster.
    Id string
    The provider-assigned unique ID for this managed resource.
    LocalName string
    The object name of the bare metal cluster custom resource. This field is used to support conflicting names when enrolling existing clusters to the API. When used as a part of cluster enrollment, this field will differ from the ID in the resource name. For new clusters, this field will match the user provided cluster name and be visible in the last component of the resource name. It is not modifiable. All users should use this name to access their cluster using gkectl or kubectl and should expect to see the local name when viewing admin cluster controller logs.
    MaintenanceStatus BareMetalAdminMaintenanceStatusResponse
    MaintenanceStatus representing state of maintenance.
    Reconciling bool
    If set, there are currently changes in flight to the bare metal Admin Cluster.
    State string
    The current state of the bare metal admin cluster.
    Status ResourceStatusResponse
    ResourceStatus representing detailed cluster status.
    Uid string
    The unique identifier of the bare metal admin cluster.
    UpdateTime string
    The time at which this bare metal admin cluster was last updated.
    ValidationCheck ValidationCheckResponse
    ValidationCheck representing the result of the preflight check.
    createTime String
    The time at which this bare metal admin cluster was created.
    deleteTime String
    The time at which this bare metal admin cluster was deleted. If the resource is not deleted, this must be empty
    endpoint String
    The IP address name of bare metal admin cluster's API server.
    fleet FleetResponse
    Fleet configuration for the cluster.
    id String
    The provider-assigned unique ID for this managed resource.
    localName String
    The object name of the bare metal cluster custom resource. This field is used to support conflicting names when enrolling existing clusters to the API. When used as a part of cluster enrollment, this field will differ from the ID in the resource name. For new clusters, this field will match the user provided cluster name and be visible in the last component of the resource name. It is not modifiable. All users should use this name to access their cluster using gkectl or kubectl and should expect to see the local name when viewing admin cluster controller logs.
    maintenanceStatus BareMetalAdminMaintenanceStatusResponse
    MaintenanceStatus representing state of maintenance.
    reconciling Boolean
    If set, there are currently changes in flight to the bare metal Admin Cluster.
    state String
    The current state of the bare metal admin cluster.
    status ResourceStatusResponse
    ResourceStatus representing detailed cluster status.
    uid String
    The unique identifier of the bare metal admin cluster.
    updateTime String
    The time at which this bare metal admin cluster was last updated.
    validationCheck ValidationCheckResponse
    ValidationCheck representing the result of the preflight check.
    createTime string
    The time at which this bare metal admin cluster was created.
    deleteTime string
    The time at which this bare metal admin cluster was deleted. If the resource is not deleted, this must be empty
    endpoint string
    The IP address name of bare metal admin cluster's API server.
    fleet FleetResponse
    Fleet configuration for the cluster.
    id string
    The provider-assigned unique ID for this managed resource.
    localName string
    The object name of the bare metal cluster custom resource. This field is used to support conflicting names when enrolling existing clusters to the API. When used as a part of cluster enrollment, this field will differ from the ID in the resource name. For new clusters, this field will match the user provided cluster name and be visible in the last component of the resource name. It is not modifiable. All users should use this name to access their cluster using gkectl or kubectl and should expect to see the local name when viewing admin cluster controller logs.
    maintenanceStatus BareMetalAdminMaintenanceStatusResponse
    MaintenanceStatus representing state of maintenance.
    reconciling boolean
    If set, there are currently changes in flight to the bare metal Admin Cluster.
    state string
    The current state of the bare metal admin cluster.
    status ResourceStatusResponse
    ResourceStatus representing detailed cluster status.
    uid string
    The unique identifier of the bare metal admin cluster.
    updateTime string
    The time at which this bare metal admin cluster was last updated.
    validationCheck ValidationCheckResponse
    ValidationCheck representing the result of the preflight check.
    create_time str
    The time at which this bare metal admin cluster was created.
    delete_time str
    The time at which this bare metal admin cluster was deleted. If the resource is not deleted, this must be empty
    endpoint str
    The IP address name of bare metal admin cluster's API server.
    fleet FleetResponse
    Fleet configuration for the cluster.
    id str
    The provider-assigned unique ID for this managed resource.
    local_name str
    The object name of the bare metal cluster custom resource. This field is used to support conflicting names when enrolling existing clusters to the API. When used as a part of cluster enrollment, this field will differ from the ID in the resource name. For new clusters, this field will match the user provided cluster name and be visible in the last component of the resource name. It is not modifiable. All users should use this name to access their cluster using gkectl or kubectl and should expect to see the local name when viewing admin cluster controller logs.
    maintenance_status BareMetalAdminMaintenanceStatusResponse
    MaintenanceStatus representing state of maintenance.
    reconciling bool
    If set, there are currently changes in flight to the bare metal Admin Cluster.
    state str
    The current state of the bare metal admin cluster.
    status ResourceStatusResponse
    ResourceStatus representing detailed cluster status.
    uid str
    The unique identifier of the bare metal admin cluster.
    update_time str
    The time at which this bare metal admin cluster was last updated.
    validation_check ValidationCheckResponse
    ValidationCheck representing the result of the preflight check.
    createTime String
    The time at which this bare metal admin cluster was created.
    deleteTime String
    The time at which this bare metal admin cluster was deleted. If the resource is not deleted, this must be empty
    endpoint String
    The IP address name of bare metal admin cluster's API server.
    fleet Property Map
    Fleet configuration for the cluster.
    id String
    The provider-assigned unique ID for this managed resource.
    localName String
    The object name of the bare metal cluster custom resource. This field is used to support conflicting names when enrolling existing clusters to the API. When used as a part of cluster enrollment, this field will differ from the ID in the resource name. For new clusters, this field will match the user provided cluster name and be visible in the last component of the resource name. It is not modifiable. All users should use this name to access their cluster using gkectl or kubectl and should expect to see the local name when viewing admin cluster controller logs.
    maintenanceStatus Property Map
    MaintenanceStatus representing state of maintenance.
    reconciling Boolean
    If set, there are currently changes in flight to the bare metal Admin Cluster.
    state String
    The current state of the bare metal admin cluster.
    status Property Map
    ResourceStatus representing detailed cluster status.
    uid String
    The unique identifier of the bare metal admin cluster.
    updateTime String
    The time at which this bare metal admin cluster was last updated.
    validationCheck Property Map
    ValidationCheck representing the result of the preflight check.

    Supporting Types

    Authorization, AuthorizationArgs

    AdminUsers List<Pulumi.GoogleNative.Gkeonprem.V1.Inputs.ClusterUser>
    For VMware and bare metal user clusters, users will be granted the cluster-admin role on the cluster, which provides full administrative access to the cluster. For bare metal admin clusters, users will be granted the cluster-view role, which limits users to read-only access.
    AdminUsers []ClusterUser
    For VMware and bare metal user clusters, users will be granted the cluster-admin role on the cluster, which provides full administrative access to the cluster. For bare metal admin clusters, users will be granted the cluster-view role, which limits users to read-only access.
    adminUsers List<ClusterUser>
    For VMware and bare metal user clusters, users will be granted the cluster-admin role on the cluster, which provides full administrative access to the cluster. For bare metal admin clusters, users will be granted the cluster-view role, which limits users to read-only access.
    adminUsers ClusterUser[]
    For VMware and bare metal user clusters, users will be granted the cluster-admin role on the cluster, which provides full administrative access to the cluster. For bare metal admin clusters, users will be granted the cluster-view role, which limits users to read-only access.
    admin_users Sequence[ClusterUser]
    For VMware and bare metal user clusters, users will be granted the cluster-admin role on the cluster, which provides full administrative access to the cluster. For bare metal admin clusters, users will be granted the cluster-view role, which limits users to read-only access.
    adminUsers List<Property Map>
    For VMware and bare metal user clusters, users will be granted the cluster-admin role on the cluster, which provides full administrative access to the cluster. For bare metal admin clusters, users will be granted the cluster-view role, which limits users to read-only access.

    AuthorizationResponse, AuthorizationResponseArgs

    AdminUsers List<Pulumi.GoogleNative.Gkeonprem.V1.Inputs.ClusterUserResponse>
    For VMware and bare metal user clusters, users will be granted the cluster-admin role on the cluster, which provides full administrative access to the cluster. For bare metal admin clusters, users will be granted the cluster-view role, which limits users to read-only access.
    AdminUsers []ClusterUserResponse
    For VMware and bare metal user clusters, users will be granted the cluster-admin role on the cluster, which provides full administrative access to the cluster. For bare metal admin clusters, users will be granted the cluster-view role, which limits users to read-only access.
    adminUsers List<ClusterUserResponse>
    For VMware and bare metal user clusters, users will be granted the cluster-admin role on the cluster, which provides full administrative access to the cluster. For bare metal admin clusters, users will be granted the cluster-view role, which limits users to read-only access.
    adminUsers ClusterUserResponse[]
    For VMware and bare metal user clusters, users will be granted the cluster-admin role on the cluster, which provides full administrative access to the cluster. For bare metal admin clusters, users will be granted the cluster-view role, which limits users to read-only access.
    admin_users Sequence[ClusterUserResponse]
    For VMware and bare metal user clusters, users will be granted the cluster-admin role on the cluster, which provides full administrative access to the cluster. For bare metal admin clusters, users will be granted the cluster-view role, which limits users to read-only access.
    adminUsers List<Property Map>
    For VMware and bare metal user clusters, users will be granted the cluster-admin role on the cluster, which provides full administrative access to the cluster. For bare metal admin clusters, users will be granted the cluster-view role, which limits users to read-only access.

    BareMetalAdminApiServerArgument, BareMetalAdminApiServerArgumentArgs

    Argument string
    The argument name as it appears on the API Server command line please make sure to remove the leading dashes.
    Value string
    The value of the arg as it will be passed to the API Server command line.
    Argument string
    The argument name as it appears on the API Server command line please make sure to remove the leading dashes.
    Value string
    The value of the arg as it will be passed to the API Server command line.
    argument String
    The argument name as it appears on the API Server command line please make sure to remove the leading dashes.
    value String
    The value of the arg as it will be passed to the API Server command line.
    argument string
    The argument name as it appears on the API Server command line please make sure to remove the leading dashes.
    value string
    The value of the arg as it will be passed to the API Server command line.
    argument str
    The argument name as it appears on the API Server command line please make sure to remove the leading dashes.
    value str
    The value of the arg as it will be passed to the API Server command line.
    argument String
    The argument name as it appears on the API Server command line please make sure to remove the leading dashes.
    value String
    The value of the arg as it will be passed to the API Server command line.

    BareMetalAdminApiServerArgumentResponse, BareMetalAdminApiServerArgumentResponseArgs

    Argument string
    The argument name as it appears on the API Server command line please make sure to remove the leading dashes.
    Value string
    The value of the arg as it will be passed to the API Server command line.
    Argument string
    The argument name as it appears on the API Server command line please make sure to remove the leading dashes.
    Value string
    The value of the arg as it will be passed to the API Server command line.
    argument String
    The argument name as it appears on the API Server command line please make sure to remove the leading dashes.
    value String
    The value of the arg as it will be passed to the API Server command line.
    argument string
    The argument name as it appears on the API Server command line please make sure to remove the leading dashes.
    value string
    The value of the arg as it will be passed to the API Server command line.
    argument str
    The argument name as it appears on the API Server command line please make sure to remove the leading dashes.
    value str
    The value of the arg as it will be passed to the API Server command line.
    argument String
    The argument name as it appears on the API Server command line please make sure to remove the leading dashes.
    value String
    The value of the arg as it will be passed to the API Server command line.

    BareMetalAdminClusterOperationsConfig, BareMetalAdminClusterOperationsConfigArgs

    EnableApplicationLogs bool
    Whether collection of application logs/metrics should be enabled (in addition to system logs/metrics).
    EnableApplicationLogs bool
    Whether collection of application logs/metrics should be enabled (in addition to system logs/metrics).
    enableApplicationLogs Boolean
    Whether collection of application logs/metrics should be enabled (in addition to system logs/metrics).
    enableApplicationLogs boolean
    Whether collection of application logs/metrics should be enabled (in addition to system logs/metrics).
    enable_application_logs bool
    Whether collection of application logs/metrics should be enabled (in addition to system logs/metrics).
    enableApplicationLogs Boolean
    Whether collection of application logs/metrics should be enabled (in addition to system logs/metrics).

    BareMetalAdminClusterOperationsConfigResponse, BareMetalAdminClusterOperationsConfigResponseArgs

    EnableApplicationLogs bool
    Whether collection of application logs/metrics should be enabled (in addition to system logs/metrics).
    EnableApplicationLogs bool
    Whether collection of application logs/metrics should be enabled (in addition to system logs/metrics).
    enableApplicationLogs Boolean
    Whether collection of application logs/metrics should be enabled (in addition to system logs/metrics).
    enableApplicationLogs boolean
    Whether collection of application logs/metrics should be enabled (in addition to system logs/metrics).
    enable_application_logs bool
    Whether collection of application logs/metrics should be enabled (in addition to system logs/metrics).
    enableApplicationLogs Boolean
    Whether collection of application logs/metrics should be enabled (in addition to system logs/metrics).

    BareMetalAdminControlPlaneConfig, BareMetalAdminControlPlaneConfigArgs

    ControlPlaneNodePoolConfig Pulumi.GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminControlPlaneNodePoolConfig
    Configures the node pool running the control plane. If specified the corresponding NodePool will be created for the cluster's control plane. The NodePool will have the same name and namespace as the cluster.
    ApiServerArgs List<Pulumi.GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminApiServerArgument>
    Customizes the default API server args. Only a subset of customized flags are supported. Please refer to the API server documentation below to know the exact format: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
    ControlPlaneNodePoolConfig BareMetalAdminControlPlaneNodePoolConfig
    Configures the node pool running the control plane. If specified the corresponding NodePool will be created for the cluster's control plane. The NodePool will have the same name and namespace as the cluster.
    ApiServerArgs []BareMetalAdminApiServerArgument
    Customizes the default API server args. Only a subset of customized flags are supported. Please refer to the API server documentation below to know the exact format: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
    controlPlaneNodePoolConfig BareMetalAdminControlPlaneNodePoolConfig
    Configures the node pool running the control plane. If specified the corresponding NodePool will be created for the cluster's control plane. The NodePool will have the same name and namespace as the cluster.
    apiServerArgs List<BareMetalAdminApiServerArgument>
    Customizes the default API server args. Only a subset of customized flags are supported. Please refer to the API server documentation below to know the exact format: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
    controlPlaneNodePoolConfig BareMetalAdminControlPlaneNodePoolConfig
    Configures the node pool running the control plane. If specified the corresponding NodePool will be created for the cluster's control plane. The NodePool will have the same name and namespace as the cluster.
    apiServerArgs BareMetalAdminApiServerArgument[]
    Customizes the default API server args. Only a subset of customized flags are supported. Please refer to the API server documentation below to know the exact format: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
    control_plane_node_pool_config BareMetalAdminControlPlaneNodePoolConfig
    Configures the node pool running the control plane. If specified the corresponding NodePool will be created for the cluster's control plane. The NodePool will have the same name and namespace as the cluster.
    api_server_args Sequence[BareMetalAdminApiServerArgument]
    Customizes the default API server args. Only a subset of customized flags are supported. Please refer to the API server documentation below to know the exact format: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
    controlPlaneNodePoolConfig Property Map
    Configures the node pool running the control plane. If specified the corresponding NodePool will be created for the cluster's control plane. The NodePool will have the same name and namespace as the cluster.
    apiServerArgs List<Property Map>
    Customizes the default API server args. Only a subset of customized flags are supported. Please refer to the API server documentation below to know the exact format: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/

    BareMetalAdminControlPlaneConfigResponse, BareMetalAdminControlPlaneConfigResponseArgs

    ApiServerArgs List<Pulumi.GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminApiServerArgumentResponse>
    Customizes the default API server args. Only a subset of customized flags are supported. Please refer to the API server documentation below to know the exact format: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
    ControlPlaneNodePoolConfig Pulumi.GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminControlPlaneNodePoolConfigResponse
    Configures the node pool running the control plane. If specified the corresponding NodePool will be created for the cluster's control plane. The NodePool will have the same name and namespace as the cluster.
    ApiServerArgs []BareMetalAdminApiServerArgumentResponse
    Customizes the default API server args. Only a subset of customized flags are supported. Please refer to the API server documentation below to know the exact format: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
    ControlPlaneNodePoolConfig BareMetalAdminControlPlaneNodePoolConfigResponse
    Configures the node pool running the control plane. If specified the corresponding NodePool will be created for the cluster's control plane. The NodePool will have the same name and namespace as the cluster.
    apiServerArgs List<BareMetalAdminApiServerArgumentResponse>
    Customizes the default API server args. Only a subset of customized flags are supported. Please refer to the API server documentation below to know the exact format: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
    controlPlaneNodePoolConfig BareMetalAdminControlPlaneNodePoolConfigResponse
    Configures the node pool running the control plane. If specified the corresponding NodePool will be created for the cluster's control plane. The NodePool will have the same name and namespace as the cluster.
    apiServerArgs BareMetalAdminApiServerArgumentResponse[]
    Customizes the default API server args. Only a subset of customized flags are supported. Please refer to the API server documentation below to know the exact format: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
    controlPlaneNodePoolConfig BareMetalAdminControlPlaneNodePoolConfigResponse
    Configures the node pool running the control plane. If specified the corresponding NodePool will be created for the cluster's control plane. The NodePool will have the same name and namespace as the cluster.
    api_server_args Sequence[BareMetalAdminApiServerArgumentResponse]
    Customizes the default API server args. Only a subset of customized flags are supported. Please refer to the API server documentation below to know the exact format: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
    control_plane_node_pool_config BareMetalAdminControlPlaneNodePoolConfigResponse
    Configures the node pool running the control plane. If specified the corresponding NodePool will be created for the cluster's control plane. The NodePool will have the same name and namespace as the cluster.
    apiServerArgs List<Property Map>
    Customizes the default API server args. Only a subset of customized flags are supported. Please refer to the API server documentation below to know the exact format: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
    controlPlaneNodePoolConfig Property Map
    Configures the node pool running the control plane. If specified the corresponding NodePool will be created for the cluster's control plane. The NodePool will have the same name and namespace as the cluster.

    BareMetalAdminControlPlaneNodePoolConfig, BareMetalAdminControlPlaneNodePoolConfigArgs

    NodePoolConfig Pulumi.GoogleNative.Gkeonprem.V1.Inputs.BareMetalNodePoolConfig
    The generic configuration for a node pool running the control plane.
    NodePoolConfig BareMetalNodePoolConfig
    The generic configuration for a node pool running the control plane.
    nodePoolConfig BareMetalNodePoolConfig
    The generic configuration for a node pool running the control plane.
    nodePoolConfig BareMetalNodePoolConfig
    The generic configuration for a node pool running the control plane.
    node_pool_config BareMetalNodePoolConfig
    The generic configuration for a node pool running the control plane.
    nodePoolConfig Property Map
    The generic configuration for a node pool running the control plane.

    BareMetalAdminControlPlaneNodePoolConfigResponse, BareMetalAdminControlPlaneNodePoolConfigResponseArgs

    NodePoolConfig Pulumi.GoogleNative.Gkeonprem.V1.Inputs.BareMetalNodePoolConfigResponse
    The generic configuration for a node pool running the control plane.
    NodePoolConfig BareMetalNodePoolConfigResponse
    The generic configuration for a node pool running the control plane.
    nodePoolConfig BareMetalNodePoolConfigResponse
    The generic configuration for a node pool running the control plane.
    nodePoolConfig BareMetalNodePoolConfigResponse
    The generic configuration for a node pool running the control plane.
    node_pool_config BareMetalNodePoolConfigResponse
    The generic configuration for a node pool running the control plane.
    nodePoolConfig Property Map
    The generic configuration for a node pool running the control plane.

    BareMetalAdminDrainedMachineResponse, BareMetalAdminDrainedMachineResponseArgs

    NodeIp string
    Drained machine IP address.
    NodeIp string
    Drained machine IP address.
    nodeIp String
    Drained machine IP address.
    nodeIp string
    Drained machine IP address.
    node_ip str
    Drained machine IP address.
    nodeIp String
    Drained machine IP address.

    BareMetalAdminDrainingMachineResponse, BareMetalAdminDrainingMachineResponseArgs

    NodeIp string
    Draining machine IP address.
    PodCount int
    The count of pods yet to drain.
    NodeIp string
    Draining machine IP address.
    PodCount int
    The count of pods yet to drain.
    nodeIp String
    Draining machine IP address.
    podCount Integer
    The count of pods yet to drain.
    nodeIp string
    Draining machine IP address.
    podCount number
    The count of pods yet to drain.
    node_ip str
    Draining machine IP address.
    pod_count int
    The count of pods yet to drain.
    nodeIp String
    Draining machine IP address.
    podCount Number
    The count of pods yet to drain.

    BareMetalAdminIslandModeCidrConfig, BareMetalAdminIslandModeCidrConfigArgs

    PodAddressCidrBlocks List<string>
    All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
    ServiceAddressCidrBlocks List<string>
    All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
    PodAddressCidrBlocks []string
    All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
    ServiceAddressCidrBlocks []string
    All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
    podAddressCidrBlocks List<String>
    All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
    serviceAddressCidrBlocks List<String>
    All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
    podAddressCidrBlocks string[]
    All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
    serviceAddressCidrBlocks string[]
    All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
    pod_address_cidr_blocks Sequence[str]
    All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
    service_address_cidr_blocks Sequence[str]
    All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
    podAddressCidrBlocks List<String>
    All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
    serviceAddressCidrBlocks List<String>
    All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.

    BareMetalAdminIslandModeCidrConfigResponse, BareMetalAdminIslandModeCidrConfigResponseArgs

    PodAddressCidrBlocks List<string>
    All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
    ServiceAddressCidrBlocks List<string>
    All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
    PodAddressCidrBlocks []string
    All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
    ServiceAddressCidrBlocks []string
    All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
    podAddressCidrBlocks List<String>
    All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
    serviceAddressCidrBlocks List<String>
    All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
    podAddressCidrBlocks string[]
    All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
    serviceAddressCidrBlocks string[]
    All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
    pod_address_cidr_blocks Sequence[str]
    All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
    service_address_cidr_blocks Sequence[str]
    All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
    podAddressCidrBlocks List<String>
    All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
    serviceAddressCidrBlocks List<String>
    All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.

    BareMetalAdminLoadBalancerConfig, BareMetalAdminLoadBalancerConfigArgs

    ManualLbConfig BareMetalAdminManualLbConfig
    Manually configured load balancers.
    PortConfig BareMetalAdminPortConfig
    Configures the ports that the load balancer will listen on.
    VipConfig BareMetalAdminVipConfig
    The VIPs used by the load balancer.
    manualLbConfig BareMetalAdminManualLbConfig
    Manually configured load balancers.
    portConfig BareMetalAdminPortConfig
    Configures the ports that the load balancer will listen on.
    vipConfig BareMetalAdminVipConfig
    The VIPs used by the load balancer.
    manualLbConfig BareMetalAdminManualLbConfig
    Manually configured load balancers.
    portConfig BareMetalAdminPortConfig
    Configures the ports that the load balancer will listen on.
    vipConfig BareMetalAdminVipConfig
    The VIPs used by the load balancer.
    manual_lb_config BareMetalAdminManualLbConfig
    Manually configured load balancers.
    port_config BareMetalAdminPortConfig
    Configures the ports that the load balancer will listen on.
    vip_config BareMetalAdminVipConfig
    The VIPs used by the load balancer.
    manualLbConfig Property Map
    Manually configured load balancers.
    portConfig Property Map
    Configures the ports that the load balancer will listen on.
    vipConfig Property Map
    The VIPs used by the load balancer.

    BareMetalAdminLoadBalancerConfigResponse, BareMetalAdminLoadBalancerConfigResponseArgs

    ManualLbConfig BareMetalAdminManualLbConfigResponse
    Manually configured load balancers.
    PortConfig BareMetalAdminPortConfigResponse
    Configures the ports that the load balancer will listen on.
    VipConfig BareMetalAdminVipConfigResponse
    The VIPs used by the load balancer.
    manualLbConfig BareMetalAdminManualLbConfigResponse
    Manually configured load balancers.
    portConfig BareMetalAdminPortConfigResponse
    Configures the ports that the load balancer will listen on.
    vipConfig BareMetalAdminVipConfigResponse
    The VIPs used by the load balancer.
    manualLbConfig BareMetalAdminManualLbConfigResponse
    Manually configured load balancers.
    portConfig BareMetalAdminPortConfigResponse
    Configures the ports that the load balancer will listen on.
    vipConfig BareMetalAdminVipConfigResponse
    The VIPs used by the load balancer.
    manual_lb_config BareMetalAdminManualLbConfigResponse
    Manually configured load balancers.
    port_config BareMetalAdminPortConfigResponse
    Configures the ports that the load balancer will listen on.
    vip_config BareMetalAdminVipConfigResponse
    The VIPs used by the load balancer.
    manualLbConfig Property Map
    Manually configured load balancers.
    portConfig Property Map
    Configures the ports that the load balancer will listen on.
    vipConfig Property Map
    The VIPs used by the load balancer.

    BareMetalAdminMachineDrainStatusResponse, BareMetalAdminMachineDrainStatusResponseArgs

    drainedMachines List<Property Map>
    The list of drained machines.
    drainingMachines List<Property Map>
    The list of draning machines.

    BareMetalAdminMaintenanceConfig, BareMetalAdminMaintenanceConfigArgs

    MaintenanceAddressCidrBlocks List<string>
    All IPv4 address from these ranges will be placed into maintenance mode. Nodes in maintenance mode will be cordoned and drained. When both of these are true, the "baremetal.cluster.gke.io/maintenance" annotation will be set on the node resource.
    MaintenanceAddressCidrBlocks []string
    All IPv4 address from these ranges will be placed into maintenance mode. Nodes in maintenance mode will be cordoned and drained. When both of these are true, the "baremetal.cluster.gke.io/maintenance" annotation will be set on the node resource.
    maintenanceAddressCidrBlocks List<String>
    All IPv4 address from these ranges will be placed into maintenance mode. Nodes in maintenance mode will be cordoned and drained. When both of these are true, the "baremetal.cluster.gke.io/maintenance" annotation will be set on the node resource.
    maintenanceAddressCidrBlocks string[]
    All IPv4 address from these ranges will be placed into maintenance mode. Nodes in maintenance mode will be cordoned and drained. When both of these are true, the "baremetal.cluster.gke.io/maintenance" annotation will be set on the node resource.
    maintenance_address_cidr_blocks Sequence[str]
    All IPv4 address from these ranges will be placed into maintenance mode. Nodes in maintenance mode will be cordoned and drained. When both of these are true, the "baremetal.cluster.gke.io/maintenance" annotation will be set on the node resource.
    maintenanceAddressCidrBlocks List<String>
    All IPv4 address from these ranges will be placed into maintenance mode. Nodes in maintenance mode will be cordoned and drained. When both of these are true, the "baremetal.cluster.gke.io/maintenance" annotation will be set on the node resource.

    BareMetalAdminMaintenanceConfigResponse, BareMetalAdminMaintenanceConfigResponseArgs

    MaintenanceAddressCidrBlocks List<string>
    All IPv4 address from these ranges will be placed into maintenance mode. Nodes in maintenance mode will be cordoned and drained. When both of these are true, the "baremetal.cluster.gke.io/maintenance" annotation will be set on the node resource.
    MaintenanceAddressCidrBlocks []string
    All IPv4 address from these ranges will be placed into maintenance mode. Nodes in maintenance mode will be cordoned and drained. When both of these are true, the "baremetal.cluster.gke.io/maintenance" annotation will be set on the node resource.
    maintenanceAddressCidrBlocks List<String>
    All IPv4 address from these ranges will be placed into maintenance mode. Nodes in maintenance mode will be cordoned and drained. When both of these are true, the "baremetal.cluster.gke.io/maintenance" annotation will be set on the node resource.
    maintenanceAddressCidrBlocks string[]
    All IPv4 address from these ranges will be placed into maintenance mode. Nodes in maintenance mode will be cordoned and drained. When both of these are true, the "baremetal.cluster.gke.io/maintenance" annotation will be set on the node resource.
    maintenance_address_cidr_blocks Sequence[str]
    All IPv4 address from these ranges will be placed into maintenance mode. Nodes in maintenance mode will be cordoned and drained. When both of these are true, the "baremetal.cluster.gke.io/maintenance" annotation will be set on the node resource.
    maintenanceAddressCidrBlocks List<String>
    All IPv4 address from these ranges will be placed into maintenance mode. Nodes in maintenance mode will be cordoned and drained. When both of these are true, the "baremetal.cluster.gke.io/maintenance" annotation will be set on the node resource.

    BareMetalAdminMaintenanceStatusResponse, BareMetalAdminMaintenanceStatusResponseArgs

    MachineDrainStatus Pulumi.GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminMachineDrainStatusResponse
    Represents the status of draining and drained machine nodes. This is used to show the progress of cluster upgrade.
    MachineDrainStatus BareMetalAdminMachineDrainStatusResponse
    Represents the status of draining and drained machine nodes. This is used to show the progress of cluster upgrade.
    machineDrainStatus BareMetalAdminMachineDrainStatusResponse
    Represents the status of draining and drained machine nodes. This is used to show the progress of cluster upgrade.
    machineDrainStatus BareMetalAdminMachineDrainStatusResponse
    Represents the status of draining and drained machine nodes. This is used to show the progress of cluster upgrade.
    machine_drain_status BareMetalAdminMachineDrainStatusResponse
    Represents the status of draining and drained machine nodes. This is used to show the progress of cluster upgrade.
    machineDrainStatus Property Map
    Represents the status of draining and drained machine nodes. This is used to show the progress of cluster upgrade.

    BareMetalAdminManualLbConfig, BareMetalAdminManualLbConfigArgs

    Enabled bool
    Whether manual load balancing is enabled.
    Enabled bool
    Whether manual load balancing is enabled.
    enabled Boolean
    Whether manual load balancing is enabled.
    enabled boolean
    Whether manual load balancing is enabled.
    enabled bool
    Whether manual load balancing is enabled.
    enabled Boolean
    Whether manual load balancing is enabled.

    BareMetalAdminManualLbConfigResponse, BareMetalAdminManualLbConfigResponseArgs

    Enabled bool
    Whether manual load balancing is enabled.
    Enabled bool
    Whether manual load balancing is enabled.
    enabled Boolean
    Whether manual load balancing is enabled.
    enabled boolean
    Whether manual load balancing is enabled.
    enabled bool
    Whether manual load balancing is enabled.
    enabled Boolean
    Whether manual load balancing is enabled.

    BareMetalAdminNetworkConfig, BareMetalAdminNetworkConfigArgs

    IslandModeCidr BareMetalAdminIslandModeCidrConfig
    Configuration for Island mode CIDR.
    islandModeCidr BareMetalAdminIslandModeCidrConfig
    Configuration for Island mode CIDR.
    islandModeCidr BareMetalAdminIslandModeCidrConfig
    Configuration for Island mode CIDR.
    island_mode_cidr BareMetalAdminIslandModeCidrConfig
    Configuration for Island mode CIDR.
    islandModeCidr Property Map
    Configuration for Island mode CIDR.

    BareMetalAdminNetworkConfigResponse, BareMetalAdminNetworkConfigResponseArgs

    islandModeCidr Property Map
    Configuration for Island mode CIDR.

    BareMetalAdminNodeAccessConfig, BareMetalAdminNodeAccessConfigArgs

    LoginUser string
    LoginUser is the user name used to access node machines. It defaults to "root" if not set.
    LoginUser string
    LoginUser is the user name used to access node machines. It defaults to "root" if not set.
    loginUser String
    LoginUser is the user name used to access node machines. It defaults to "root" if not set.
    loginUser string
    LoginUser is the user name used to access node machines. It defaults to "root" if not set.
    login_user str
    LoginUser is the user name used to access node machines. It defaults to "root" if not set.
    loginUser String
    LoginUser is the user name used to access node machines. It defaults to "root" if not set.

    BareMetalAdminNodeAccessConfigResponse, BareMetalAdminNodeAccessConfigResponseArgs

    LoginUser string
    LoginUser is the user name used to access node machines. It defaults to "root" if not set.
    LoginUser string
    LoginUser is the user name used to access node machines. It defaults to "root" if not set.
    loginUser String
    LoginUser is the user name used to access node machines. It defaults to "root" if not set.
    loginUser string
    LoginUser is the user name used to access node machines. It defaults to "root" if not set.
    login_user str
    LoginUser is the user name used to access node machines. It defaults to "root" if not set.
    loginUser String
    LoginUser is the user name used to access node machines. It defaults to "root" if not set.

    BareMetalAdminOsEnvironmentConfig, BareMetalAdminOsEnvironmentConfigArgs

    PackageRepoExcluded bool
    Whether the package repo should be added when initializing bare metal machines.
    PackageRepoExcluded bool
    Whether the package repo should be added when initializing bare metal machines.
    packageRepoExcluded Boolean
    Whether the package repo should be added when initializing bare metal machines.
    packageRepoExcluded boolean
    Whether the package repo should be added when initializing bare metal machines.
    package_repo_excluded bool
    Whether the package repo should be added when initializing bare metal machines.
    packageRepoExcluded Boolean
    Whether the package repo should be added when initializing bare metal machines.

    BareMetalAdminOsEnvironmentConfigResponse, BareMetalAdminOsEnvironmentConfigResponseArgs

    PackageRepoExcluded bool
    Whether the package repo should be added when initializing bare metal machines.
    PackageRepoExcluded bool
    Whether the package repo should be added when initializing bare metal machines.
    packageRepoExcluded Boolean
    Whether the package repo should be added when initializing bare metal machines.
    packageRepoExcluded boolean
    Whether the package repo should be added when initializing bare metal machines.
    package_repo_excluded bool
    Whether the package repo should be added when initializing bare metal machines.
    packageRepoExcluded Boolean
    Whether the package repo should be added when initializing bare metal machines.

    BareMetalAdminPortConfig, BareMetalAdminPortConfigArgs

    ControlPlaneLoadBalancerPort int
    The port that control plane hosted load balancers will listen on.
    ControlPlaneLoadBalancerPort int
    The port that control plane hosted load balancers will listen on.
    controlPlaneLoadBalancerPort Integer
    The port that control plane hosted load balancers will listen on.
    controlPlaneLoadBalancerPort number
    The port that control plane hosted load balancers will listen on.
    control_plane_load_balancer_port int
    The port that control plane hosted load balancers will listen on.
    controlPlaneLoadBalancerPort Number
    The port that control plane hosted load balancers will listen on.

    BareMetalAdminPortConfigResponse, BareMetalAdminPortConfigResponseArgs

    ControlPlaneLoadBalancerPort int
    The port that control plane hosted load balancers will listen on.
    ControlPlaneLoadBalancerPort int
    The port that control plane hosted load balancers will listen on.
    controlPlaneLoadBalancerPort Integer
    The port that control plane hosted load balancers will listen on.
    controlPlaneLoadBalancerPort number
    The port that control plane hosted load balancers will listen on.
    control_plane_load_balancer_port int
    The port that control plane hosted load balancers will listen on.
    controlPlaneLoadBalancerPort Number
    The port that control plane hosted load balancers will listen on.

    BareMetalAdminProxyConfig, BareMetalAdminProxyConfigArgs

    Uri string
    Specifies the address of your proxy server. Examples: http://domain WARNING: Do not provide credentials in the format http://(username:password@)domain these will be rejected by the server.
    NoProxy List<string>
    A list of IPs, hostnames, and domains that should skip the proxy. Examples: ["127.0.0.1", "example.com", ".corp", "localhost"].
    Uri string
    Specifies the address of your proxy server. Examples: http://domain WARNING: Do not provide credentials in the format http://(username:password@)domain these will be rejected by the server.
    NoProxy []string
    A list of IPs, hostnames, and domains that should skip the proxy. Examples: ["127.0.0.1", "example.com", ".corp", "localhost"].
    uri String
    Specifies the address of your proxy server. Examples: http://domain WARNING: Do not provide credentials in the format http://(username:password@)domain these will be rejected by the server.
    noProxy List<String>
    A list of IPs, hostnames, and domains that should skip the proxy. Examples: ["127.0.0.1", "example.com", ".corp", "localhost"].
    uri string
    Specifies the address of your proxy server. Examples: http://domain WARNING: Do not provide credentials in the format http://(username:password@)domain these will be rejected by the server.
    noProxy string[]
    A list of IPs, hostnames, and domains that should skip the proxy. Examples: ["127.0.0.1", "example.com", ".corp", "localhost"].
    uri str
    Specifies the address of your proxy server. Examples: http://domain WARNING: Do not provide credentials in the format http://(username:password@)domain these will be rejected by the server.
    no_proxy Sequence[str]
    A list of IPs, hostnames, and domains that should skip the proxy. Examples: ["127.0.0.1", "example.com", ".corp", "localhost"].
    uri String
    Specifies the address of your proxy server. Examples: http://domain WARNING: Do not provide credentials in the format http://(username:password@)domain these will be rejected by the server.
    noProxy List<String>
    A list of IPs, hostnames, and domains that should skip the proxy. Examples: ["127.0.0.1", "example.com", ".corp", "localhost"].

    BareMetalAdminProxyConfigResponse, BareMetalAdminProxyConfigResponseArgs

    NoProxy List<string>
    A list of IPs, hostnames, and domains that should skip the proxy. Examples: ["127.0.0.1", "example.com", ".corp", "localhost"].
    Uri string
    Specifies the address of your proxy server. Examples: http://domain WARNING: Do not provide credentials in the format http://(username:password@)domain these will be rejected by the server.
    NoProxy []string
    A list of IPs, hostnames, and domains that should skip the proxy. Examples: ["127.0.0.1", "example.com", ".corp", "localhost"].
    Uri string
    Specifies the address of your proxy server. Examples: http://domain WARNING: Do not provide credentials in the format http://(username:password@)domain these will be rejected by the server.
    noProxy List<String>
    A list of IPs, hostnames, and domains that should skip the proxy. Examples: ["127.0.0.1", "example.com", ".corp", "localhost"].
    uri String
    Specifies the address of your proxy server. Examples: http://domain WARNING: Do not provide credentials in the format http://(username:password@)domain these will be rejected by the server.
    noProxy string[]
    A list of IPs, hostnames, and domains that should skip the proxy. Examples: ["127.0.0.1", "example.com", ".corp", "localhost"].
    uri string
    Specifies the address of your proxy server. Examples: http://domain WARNING: Do not provide credentials in the format http://(username:password@)domain these will be rejected by the server.
    no_proxy Sequence[str]
    A list of IPs, hostnames, and domains that should skip the proxy. Examples: ["127.0.0.1", "example.com", ".corp", "localhost"].
    uri str
    Specifies the address of your proxy server. Examples: http://domain WARNING: Do not provide credentials in the format http://(username:password@)domain these will be rejected by the server.
    noProxy List<String>
    A list of IPs, hostnames, and domains that should skip the proxy. Examples: ["127.0.0.1", "example.com", ".corp", "localhost"].
    uri String
    Specifies the address of your proxy server. Examples: http://domain WARNING: Do not provide credentials in the format http://(username:password@)domain these will be rejected by the server.

    BareMetalAdminSecurityConfig, BareMetalAdminSecurityConfigArgs

    Authorization Pulumi.GoogleNative.Gkeonprem.V1.Inputs.Authorization
    Configures user access to the admin cluster.
    Authorization Authorization
    Configures user access to the admin cluster.
    authorization Authorization
    Configures user access to the admin cluster.
    authorization Authorization
    Configures user access to the admin cluster.
    authorization Authorization
    Configures user access to the admin cluster.
    authorization Property Map
    Configures user access to the admin cluster.

    BareMetalAdminSecurityConfigResponse, BareMetalAdminSecurityConfigResponseArgs

    Authorization AuthorizationResponse
    Configures user access to the admin cluster.
    authorization AuthorizationResponse
    Configures user access to the admin cluster.
    authorization AuthorizationResponse
    Configures user access to the admin cluster.
    authorization AuthorizationResponse
    Configures user access to the admin cluster.
    authorization Property Map
    Configures user access to the admin cluster.

    BareMetalAdminStorageConfig, BareMetalAdminStorageConfigArgs

    LvpNodeMountsConfig Pulumi.GoogleNative.Gkeonprem.V1.Inputs.BareMetalLvpConfig
    Specifies the config for local PersistentVolumes backed by mounted node disks. These disks need to be formatted and mounted by the user, which can be done before or after cluster creation.
    LvpShareConfig Pulumi.GoogleNative.Gkeonprem.V1.Inputs.BareMetalLvpShareConfig
    Specifies the config for local PersistentVolumes backed by subdirectories in a shared filesystem. These subdirectores are automatically created during cluster creation.
    LvpNodeMountsConfig BareMetalLvpConfig
    Specifies the config for local PersistentVolumes backed by mounted node disks. These disks need to be formatted and mounted by the user, which can be done before or after cluster creation.
    LvpShareConfig BareMetalLvpShareConfig
    Specifies the config for local PersistentVolumes backed by subdirectories in a shared filesystem. These subdirectores are automatically created during cluster creation.
    lvpNodeMountsConfig BareMetalLvpConfig
    Specifies the config for local PersistentVolumes backed by mounted node disks. These disks need to be formatted and mounted by the user, which can be done before or after cluster creation.
    lvpShareConfig BareMetalLvpShareConfig
    Specifies the config for local PersistentVolumes backed by subdirectories in a shared filesystem. These subdirectores are automatically created during cluster creation.
    lvpNodeMountsConfig BareMetalLvpConfig
    Specifies the config for local PersistentVolumes backed by mounted node disks. These disks need to be formatted and mounted by the user, which can be done before or after cluster creation.
    lvpShareConfig BareMetalLvpShareConfig
    Specifies the config for local PersistentVolumes backed by subdirectories in a shared filesystem. These subdirectores are automatically created during cluster creation.
    lvp_node_mounts_config BareMetalLvpConfig
    Specifies the config for local PersistentVolumes backed by mounted node disks. These disks need to be formatted and mounted by the user, which can be done before or after cluster creation.
    lvp_share_config BareMetalLvpShareConfig
    Specifies the config for local PersistentVolumes backed by subdirectories in a shared filesystem. These subdirectores are automatically created during cluster creation.
    lvpNodeMountsConfig Property Map
    Specifies the config for local PersistentVolumes backed by mounted node disks. These disks need to be formatted and mounted by the user, which can be done before or after cluster creation.
    lvpShareConfig Property Map
    Specifies the config for local PersistentVolumes backed by subdirectories in a shared filesystem. These subdirectores are automatically created during cluster creation.

    BareMetalAdminStorageConfigResponse, BareMetalAdminStorageConfigResponseArgs

    LvpNodeMountsConfig Pulumi.GoogleNative.Gkeonprem.V1.Inputs.BareMetalLvpConfigResponse
    Specifies the config for local PersistentVolumes backed by mounted node disks. These disks need to be formatted and mounted by the user, which can be done before or after cluster creation.
    LvpShareConfig Pulumi.GoogleNative.Gkeonprem.V1.Inputs.BareMetalLvpShareConfigResponse
    Specifies the config for local PersistentVolumes backed by subdirectories in a shared filesystem. These subdirectores are automatically created during cluster creation.
    LvpNodeMountsConfig BareMetalLvpConfigResponse
    Specifies the config for local PersistentVolumes backed by mounted node disks. These disks need to be formatted and mounted by the user, which can be done before or after cluster creation.
    LvpShareConfig BareMetalLvpShareConfigResponse
    Specifies the config for local PersistentVolumes backed by subdirectories in a shared filesystem. These subdirectores are automatically created during cluster creation.
    lvpNodeMountsConfig BareMetalLvpConfigResponse
    Specifies the config for local PersistentVolumes backed by mounted node disks. These disks need to be formatted and mounted by the user, which can be done before or after cluster creation.
    lvpShareConfig BareMetalLvpShareConfigResponse
    Specifies the config for local PersistentVolumes backed by subdirectories in a shared filesystem. These subdirectores are automatically created during cluster creation.
    lvpNodeMountsConfig BareMetalLvpConfigResponse
    Specifies the config for local PersistentVolumes backed by mounted node disks. These disks need to be formatted and mounted by the user, which can be done before or after cluster creation.
    lvpShareConfig BareMetalLvpShareConfigResponse
    Specifies the config for local PersistentVolumes backed by subdirectories in a shared filesystem. These subdirectores are automatically created during cluster creation.
    lvp_node_mounts_config BareMetalLvpConfigResponse
    Specifies the config for local PersistentVolumes backed by mounted node disks. These disks need to be formatted and mounted by the user, which can be done before or after cluster creation.
    lvp_share_config BareMetalLvpShareConfigResponse
    Specifies the config for local PersistentVolumes backed by subdirectories in a shared filesystem. These subdirectores are automatically created during cluster creation.
    lvpNodeMountsConfig Property Map
    Specifies the config for local PersistentVolumes backed by mounted node disks. These disks need to be formatted and mounted by the user, which can be done before or after cluster creation.
    lvpShareConfig Property Map
    Specifies the config for local PersistentVolumes backed by subdirectories in a shared filesystem. These subdirectores are automatically created during cluster creation.

    BareMetalAdminVipConfig, BareMetalAdminVipConfigArgs

    ControlPlaneVip string
    The VIP which you previously set aside for the Kubernetes API of this bare metal admin cluster.
    ControlPlaneVip string
    The VIP which you previously set aside for the Kubernetes API of this bare metal admin cluster.
    controlPlaneVip String
    The VIP which you previously set aside for the Kubernetes API of this bare metal admin cluster.
    controlPlaneVip string
    The VIP which you previously set aside for the Kubernetes API of this bare metal admin cluster.
    control_plane_vip str
    The VIP which you previously set aside for the Kubernetes API of this bare metal admin cluster.
    controlPlaneVip String
    The VIP which you previously set aside for the Kubernetes API of this bare metal admin cluster.

    BareMetalAdminVipConfigResponse, BareMetalAdminVipConfigResponseArgs

    ControlPlaneVip string
    The VIP which you previously set aside for the Kubernetes API of this bare metal admin cluster.
    ControlPlaneVip string
    The VIP which you previously set aside for the Kubernetes API of this bare metal admin cluster.
    controlPlaneVip String
    The VIP which you previously set aside for the Kubernetes API of this bare metal admin cluster.
    controlPlaneVip string
    The VIP which you previously set aside for the Kubernetes API of this bare metal admin cluster.
    control_plane_vip str
    The VIP which you previously set aside for the Kubernetes API of this bare metal admin cluster.
    controlPlaneVip String
    The VIP which you previously set aside for the Kubernetes API of this bare metal admin cluster.

    BareMetalAdminWorkloadNodeConfig, BareMetalAdminWorkloadNodeConfigArgs

    MaxPodsPerNode string
    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. By default 110 Pods are created per Node. Upper bound is 250 for both HA and non-HA admin cluster. Lower bound is 64 for non-HA admin cluster and 32 for HA admin cluster.
    MaxPodsPerNode string
    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. By default 110 Pods are created per Node. Upper bound is 250 for both HA and non-HA admin cluster. Lower bound is 64 for non-HA admin cluster and 32 for HA admin cluster.
    maxPodsPerNode String
    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. By default 110 Pods are created per Node. Upper bound is 250 for both HA and non-HA admin cluster. Lower bound is 64 for non-HA admin cluster and 32 for HA admin cluster.
    maxPodsPerNode string
    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. By default 110 Pods are created per Node. Upper bound is 250 for both HA and non-HA admin cluster. Lower bound is 64 for non-HA admin cluster and 32 for HA admin cluster.
    max_pods_per_node str
    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. By default 110 Pods are created per Node. Upper bound is 250 for both HA and non-HA admin cluster. Lower bound is 64 for non-HA admin cluster and 32 for HA admin cluster.
    maxPodsPerNode String
    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. By default 110 Pods are created per Node. Upper bound is 250 for both HA and non-HA admin cluster. Lower bound is 64 for non-HA admin cluster and 32 for HA admin cluster.

    BareMetalAdminWorkloadNodeConfigResponse, BareMetalAdminWorkloadNodeConfigResponseArgs

    MaxPodsPerNode string
    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. By default 110 Pods are created per Node. Upper bound is 250 for both HA and non-HA admin cluster. Lower bound is 64 for non-HA admin cluster and 32 for HA admin cluster.
    MaxPodsPerNode string
    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. By default 110 Pods are created per Node. Upper bound is 250 for both HA and non-HA admin cluster. Lower bound is 64 for non-HA admin cluster and 32 for HA admin cluster.
    maxPodsPerNode String
    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. By default 110 Pods are created per Node. Upper bound is 250 for both HA and non-HA admin cluster. Lower bound is 64 for non-HA admin cluster and 32 for HA admin cluster.
    maxPodsPerNode string
    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. By default 110 Pods are created per Node. Upper bound is 250 for both HA and non-HA admin cluster. Lower bound is 64 for non-HA admin cluster and 32 for HA admin cluster.
    max_pods_per_node str
    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. By default 110 Pods are created per Node. Upper bound is 250 for both HA and non-HA admin cluster. Lower bound is 64 for non-HA admin cluster and 32 for HA admin cluster.
    maxPodsPerNode String
    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. By default 110 Pods are created per Node. Upper bound is 250 for both HA and non-HA admin cluster. Lower bound is 64 for non-HA admin cluster and 32 for HA admin cluster.

    BareMetalKubeletConfig, BareMetalKubeletConfigArgs

    RegistryBurst int
    The maximum size of bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry_pull_qps. The value must not be a negative number. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 10.
    RegistryPullQps int
    The limit of registry pulls per second. Setting this value to 0 means no limit. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 5.
    SerializeImagePullsDisabled bool
    Prevents the Kubelet from pulling multiple images at a time. We recommend not changing the default value on nodes that run docker daemon with version < 1.9 or an Another Union File System (Aufs) storage backend. Issue https://github.com/kubernetes/kubernetes/issues/10959 has more details.
    RegistryBurst int
    The maximum size of bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry_pull_qps. The value must not be a negative number. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 10.
    RegistryPullQps int
    The limit of registry pulls per second. Setting this value to 0 means no limit. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 5.
    SerializeImagePullsDisabled bool
    Prevents the Kubelet from pulling multiple images at a time. We recommend not changing the default value on nodes that run docker daemon with version < 1.9 or an Another Union File System (Aufs) storage backend. Issue https://github.com/kubernetes/kubernetes/issues/10959 has more details.
    registryBurst Integer
    The maximum size of bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry_pull_qps. The value must not be a negative number. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 10.
    registryPullQps Integer
    The limit of registry pulls per second. Setting this value to 0 means no limit. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 5.
    serializeImagePullsDisabled Boolean
    Prevents the Kubelet from pulling multiple images at a time. We recommend not changing the default value on nodes that run docker daemon with version < 1.9 or an Another Union File System (Aufs) storage backend. Issue https://github.com/kubernetes/kubernetes/issues/10959 has more details.
    registryBurst number
    The maximum size of bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry_pull_qps. The value must not be a negative number. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 10.
    registryPullQps number
    The limit of registry pulls per second. Setting this value to 0 means no limit. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 5.
    serializeImagePullsDisabled boolean
    Prevents the Kubelet from pulling multiple images at a time. We recommend not changing the default value on nodes that run docker daemon with version < 1.9 or an Another Union File System (Aufs) storage backend. Issue https://github.com/kubernetes/kubernetes/issues/10959 has more details.
    registry_burst int
    The maximum size of bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry_pull_qps. The value must not be a negative number. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 10.
    registry_pull_qps int
    The limit of registry pulls per second. Setting this value to 0 means no limit. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 5.
    serialize_image_pulls_disabled bool
    Prevents the Kubelet from pulling multiple images at a time. We recommend not changing the default value on nodes that run docker daemon with version < 1.9 or an Another Union File System (Aufs) storage backend. Issue https://github.com/kubernetes/kubernetes/issues/10959 has more details.
    registryBurst Number
    The maximum size of bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry_pull_qps. The value must not be a negative number. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 10.
    registryPullQps Number
    The limit of registry pulls per second. Setting this value to 0 means no limit. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 5.
    serializeImagePullsDisabled Boolean
    Prevents the Kubelet from pulling multiple images at a time. We recommend not changing the default value on nodes that run docker daemon with version < 1.9 or an Another Union File System (Aufs) storage backend. Issue https://github.com/kubernetes/kubernetes/issues/10959 has more details.

    BareMetalKubeletConfigResponse, BareMetalKubeletConfigResponseArgs

    RegistryBurst int
    The maximum size of bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry_pull_qps. The value must not be a negative number. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 10.
    RegistryPullQps int
    The limit of registry pulls per second. Setting this value to 0 means no limit. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 5.
    SerializeImagePullsDisabled bool
    Prevents the Kubelet from pulling multiple images at a time. We recommend not changing the default value on nodes that run docker daemon with version < 1.9 or an Another Union File System (Aufs) storage backend. Issue https://github.com/kubernetes/kubernetes/issues/10959 has more details.
    RegistryBurst int
    The maximum size of bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry_pull_qps. The value must not be a negative number. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 10.
    RegistryPullQps int
    The limit of registry pulls per second. Setting this value to 0 means no limit. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 5.
    SerializeImagePullsDisabled bool
    Prevents the Kubelet from pulling multiple images at a time. We recommend not changing the default value on nodes that run docker daemon with version < 1.9 or an Another Union File System (Aufs) storage backend. Issue https://github.com/kubernetes/kubernetes/issues/10959 has more details.
    registryBurst Integer
    The maximum size of bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry_pull_qps. The value must not be a negative number. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 10.
    registryPullQps Integer
    The limit of registry pulls per second. Setting this value to 0 means no limit. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 5.
    serializeImagePullsDisabled Boolean
    Prevents the Kubelet from pulling multiple images at a time. We recommend not changing the default value on nodes that run docker daemon with version < 1.9 or an Another Union File System (Aufs) storage backend. Issue https://github.com/kubernetes/kubernetes/issues/10959 has more details.
    registryBurst number
    The maximum size of bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry_pull_qps. The value must not be a negative number. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 10.
    registryPullQps number
    The limit of registry pulls per second. Setting this value to 0 means no limit. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 5.
    serializeImagePullsDisabled boolean
    Prevents the Kubelet from pulling multiple images at a time. We recommend not changing the default value on nodes that run docker daemon with version < 1.9 or an Another Union File System (Aufs) storage backend. Issue https://github.com/kubernetes/kubernetes/issues/10959 has more details.
    registry_burst int
    The maximum size of bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry_pull_qps. The value must not be a negative number. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 10.
    registry_pull_qps int
    The limit of registry pulls per second. Setting this value to 0 means no limit. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 5.
    serialize_image_pulls_disabled bool
    Prevents the Kubelet from pulling multiple images at a time. We recommend not changing the default value on nodes that run docker daemon with version < 1.9 or an Another Union File System (Aufs) storage backend. Issue https://github.com/kubernetes/kubernetes/issues/10959 has more details.
    registryBurst Number
    The maximum size of bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry_pull_qps. The value must not be a negative number. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 10.
    registryPullQps Number
    The limit of registry pulls per second. Setting this value to 0 means no limit. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 5.
    serializeImagePullsDisabled Boolean
    Prevents the Kubelet from pulling multiple images at a time. We recommend not changing the default value on nodes that run docker daemon with version < 1.9 or an Another Union File System (Aufs) storage backend. Issue https://github.com/kubernetes/kubernetes/issues/10959 has more details.

    BareMetalLvpConfig, BareMetalLvpConfigArgs

    Path string
    The host machine path.
    StorageClass string
    The StorageClass name that PVs will be created with.
    Path string
    The host machine path.
    StorageClass string
    The StorageClass name that PVs will be created with.
    path String
    The host machine path.
    storageClass String
    The StorageClass name that PVs will be created with.
    path string
    The host machine path.
    storageClass string
    The StorageClass name that PVs will be created with.
    path str
    The host machine path.
    storage_class str
    The StorageClass name that PVs will be created with.
    path String
    The host machine path.
    storageClass String
    The StorageClass name that PVs will be created with.

    BareMetalLvpConfigResponse, BareMetalLvpConfigResponseArgs

    Path string
    The host machine path.
    StorageClass string
    The StorageClass name that PVs will be created with.
    Path string
    The host machine path.
    StorageClass string
    The StorageClass name that PVs will be created with.
    path String
    The host machine path.
    storageClass String
    The StorageClass name that PVs will be created with.
    path string
    The host machine path.
    storageClass string
    The StorageClass name that PVs will be created with.
    path str
    The host machine path.
    storage_class str
    The StorageClass name that PVs will be created with.
    path String
    The host machine path.
    storageClass String
    The StorageClass name that PVs will be created with.

    BareMetalLvpShareConfig, BareMetalLvpShareConfigArgs

    LvpConfig Pulumi.GoogleNative.Gkeonprem.V1.Inputs.BareMetalLvpConfig
    Defines the machine path and storage class for the LVP Share.
    SharedPathPvCount int
    The number of subdirectories to create under path.
    LvpConfig BareMetalLvpConfig
    Defines the machine path and storage class for the LVP Share.
    SharedPathPvCount int
    The number of subdirectories to create under path.
    lvpConfig BareMetalLvpConfig
    Defines the machine path and storage class for the LVP Share.
    sharedPathPvCount Integer
    The number of subdirectories to create under path.
    lvpConfig BareMetalLvpConfig
    Defines the machine path and storage class for the LVP Share.
    sharedPathPvCount number
    The number of subdirectories to create under path.
    lvp_config BareMetalLvpConfig
    Defines the machine path and storage class for the LVP Share.
    shared_path_pv_count int
    The number of subdirectories to create under path.
    lvpConfig Property Map
    Defines the machine path and storage class for the LVP Share.
    sharedPathPvCount Number
    The number of subdirectories to create under path.

    BareMetalLvpShareConfigResponse, BareMetalLvpShareConfigResponseArgs

    LvpConfig Pulumi.GoogleNative.Gkeonprem.V1.Inputs.BareMetalLvpConfigResponse
    Defines the machine path and storage class for the LVP Share.
    SharedPathPvCount int
    The number of subdirectories to create under path.
    LvpConfig BareMetalLvpConfigResponse
    Defines the machine path and storage class for the LVP Share.
    SharedPathPvCount int
    The number of subdirectories to create under path.
    lvpConfig BareMetalLvpConfigResponse
    Defines the machine path and storage class for the LVP Share.
    sharedPathPvCount Integer
    The number of subdirectories to create under path.
    lvpConfig BareMetalLvpConfigResponse
    Defines the machine path and storage class for the LVP Share.
    sharedPathPvCount number
    The number of subdirectories to create under path.
    lvp_config BareMetalLvpConfigResponse
    Defines the machine path and storage class for the LVP Share.
    shared_path_pv_count int
    The number of subdirectories to create under path.
    lvpConfig Property Map
    Defines the machine path and storage class for the LVP Share.
    sharedPathPvCount Number
    The number of subdirectories to create under path.

    BareMetalNodeConfig, BareMetalNodeConfigArgs

    Labels Dictionary<string, string>
    The labels assigned to this node. An object containing a list of key/value pairs. The labels here, unioned with the labels set on BareMetalNodePoolConfig are the set of labels that will be applied to the node. If there are any conflicts, the BareMetalNodeConfig labels take precedence. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
    NodeIp string
    The default IPv4 address for SSH access and Kubernetes node. Example: 192.168.0.1
    Labels map[string]string
    The labels assigned to this node. An object containing a list of key/value pairs. The labels here, unioned with the labels set on BareMetalNodePoolConfig are the set of labels that will be applied to the node. If there are any conflicts, the BareMetalNodeConfig labels take precedence. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
    NodeIp string
    The default IPv4 address for SSH access and Kubernetes node. Example: 192.168.0.1
    labels Map<String,String>
    The labels assigned to this node. An object containing a list of key/value pairs. The labels here, unioned with the labels set on BareMetalNodePoolConfig are the set of labels that will be applied to the node. If there are any conflicts, the BareMetalNodeConfig labels take precedence. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
    nodeIp String
    The default IPv4 address for SSH access and Kubernetes node. Example: 192.168.0.1
    labels {[key: string]: string}
    The labels assigned to this node. An object containing a list of key/value pairs. The labels here, unioned with the labels set on BareMetalNodePoolConfig are the set of labels that will be applied to the node. If there are any conflicts, the BareMetalNodeConfig labels take precedence. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
    nodeIp string
    The default IPv4 address for SSH access and Kubernetes node. Example: 192.168.0.1
    labels Mapping[str, str]
    The labels assigned to this node. An object containing a list of key/value pairs. The labels here, unioned with the labels set on BareMetalNodePoolConfig are the set of labels that will be applied to the node. If there are any conflicts, the BareMetalNodeConfig labels take precedence. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
    node_ip str
    The default IPv4 address for SSH access and Kubernetes node. Example: 192.168.0.1
    labels Map<String>
    The labels assigned to this node. An object containing a list of key/value pairs. The labels here, unioned with the labels set on BareMetalNodePoolConfig are the set of labels that will be applied to the node. If there are any conflicts, the BareMetalNodeConfig labels take precedence. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
    nodeIp String
    The default IPv4 address for SSH access and Kubernetes node. Example: 192.168.0.1

    BareMetalNodeConfigResponse, BareMetalNodeConfigResponseArgs

    Labels Dictionary<string, string>
    The labels assigned to this node. An object containing a list of key/value pairs. The labels here, unioned with the labels set on BareMetalNodePoolConfig are the set of labels that will be applied to the node. If there are any conflicts, the BareMetalNodeConfig labels take precedence. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
    NodeIp string
    The default IPv4 address for SSH access and Kubernetes node. Example: 192.168.0.1
    Labels map[string]string
    The labels assigned to this node. An object containing a list of key/value pairs. The labels here, unioned with the labels set on BareMetalNodePoolConfig are the set of labels that will be applied to the node. If there are any conflicts, the BareMetalNodeConfig labels take precedence. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
    NodeIp string
    The default IPv4 address for SSH access and Kubernetes node. Example: 192.168.0.1
    labels Map<String,String>
    The labels assigned to this node. An object containing a list of key/value pairs. The labels here, unioned with the labels set on BareMetalNodePoolConfig are the set of labels that will be applied to the node. If there are any conflicts, the BareMetalNodeConfig labels take precedence. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
    nodeIp String
    The default IPv4 address for SSH access and Kubernetes node. Example: 192.168.0.1
    labels {[key: string]: string}
    The labels assigned to this node. An object containing a list of key/value pairs. The labels here, unioned with the labels set on BareMetalNodePoolConfig are the set of labels that will be applied to the node. If there are any conflicts, the BareMetalNodeConfig labels take precedence. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
    nodeIp string
    The default IPv4 address for SSH access and Kubernetes node. Example: 192.168.0.1
    labels Mapping[str, str]
    The labels assigned to this node. An object containing a list of key/value pairs. The labels here, unioned with the labels set on BareMetalNodePoolConfig are the set of labels that will be applied to the node. If there are any conflicts, the BareMetalNodeConfig labels take precedence. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
    node_ip str
    The default IPv4 address for SSH access and Kubernetes node. Example: 192.168.0.1
    labels Map<String>
    The labels assigned to this node. An object containing a list of key/value pairs. The labels here, unioned with the labels set on BareMetalNodePoolConfig are the set of labels that will be applied to the node. If there are any conflicts, the BareMetalNodeConfig labels take precedence. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
    nodeIp String
    The default IPv4 address for SSH access and Kubernetes node. Example: 192.168.0.1

    BareMetalNodePoolConfig, BareMetalNodePoolConfigArgs

    NodeConfigs List<Pulumi.GoogleNative.Gkeonprem.V1.Inputs.BareMetalNodeConfig>
    The list of machine addresses in the bare metal node pool.
    KubeletConfig Pulumi.GoogleNative.Gkeonprem.V1.Inputs.BareMetalKubeletConfig
    The modifiable kubelet configurations for the bare metal machines.
    Labels Dictionary<string, string>
    The labels assigned to nodes of this node pool. An object containing a list of key/value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
    OperatingSystem Pulumi.GoogleNative.Gkeonprem.V1.BareMetalNodePoolConfigOperatingSystem
    Specifies the nodes operating system (default: LINUX).
    Taints List<Pulumi.GoogleNative.Gkeonprem.V1.Inputs.NodeTaint>
    The initial taints assigned to nodes of this node pool.
    NodeConfigs []BareMetalNodeConfig
    The list of machine addresses in the bare metal node pool.
    KubeletConfig BareMetalKubeletConfig
    The modifiable kubelet configurations for the bare metal machines.
    Labels map[string]string
    The labels assigned to nodes of this node pool. An object containing a list of key/value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
    OperatingSystem BareMetalNodePoolConfigOperatingSystem
    Specifies the nodes operating system (default: LINUX).
    Taints []NodeTaint
    The initial taints assigned to nodes of this node pool.
    nodeConfigs List<BareMetalNodeConfig>
    The list of machine addresses in the bare metal node pool.
    kubeletConfig BareMetalKubeletConfig
    The modifiable kubelet configurations for the bare metal machines.
    labels Map<String,String>
    The labels assigned to nodes of this node pool. An object containing a list of key/value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
    operatingSystem BareMetalNodePoolConfigOperatingSystem
    Specifies the nodes operating system (default: LINUX).
    taints List<NodeTaint>
    The initial taints assigned to nodes of this node pool.
    nodeConfigs BareMetalNodeConfig[]
    The list of machine addresses in the bare metal node pool.
    kubeletConfig BareMetalKubeletConfig
    The modifiable kubelet configurations for the bare metal machines.
    labels {[key: string]: string}
    The labels assigned to nodes of this node pool. An object containing a list of key/value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
    operatingSystem BareMetalNodePoolConfigOperatingSystem
    Specifies the nodes operating system (default: LINUX).
    taints NodeTaint[]
    The initial taints assigned to nodes of this node pool.
    node_configs Sequence[BareMetalNodeConfig]
    The list of machine addresses in the bare metal node pool.
    kubelet_config BareMetalKubeletConfig
    The modifiable kubelet configurations for the bare metal machines.
    labels Mapping[str, str]
    The labels assigned to nodes of this node pool. An object containing a list of key/value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
    operating_system BareMetalNodePoolConfigOperatingSystem
    Specifies the nodes operating system (default: LINUX).
    taints Sequence[NodeTaint]
    The initial taints assigned to nodes of this node pool.
    nodeConfigs List<Property Map>
    The list of machine addresses in the bare metal node pool.
    kubeletConfig Property Map
    The modifiable kubelet configurations for the bare metal machines.
    labels Map<String>
    The labels assigned to nodes of this node pool. An object containing a list of key/value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
    operatingSystem "OPERATING_SYSTEM_UNSPECIFIED" | "LINUX"
    Specifies the nodes operating system (default: LINUX).
    taints List<Property Map>
    The initial taints assigned to nodes of this node pool.

    BareMetalNodePoolConfigOperatingSystem, BareMetalNodePoolConfigOperatingSystemArgs

    OperatingSystemUnspecified
    OPERATING_SYSTEM_UNSPECIFIEDNo operating system runtime selected.
    Linux
    LINUXLinux operating system.
    BareMetalNodePoolConfigOperatingSystemOperatingSystemUnspecified
    OPERATING_SYSTEM_UNSPECIFIEDNo operating system runtime selected.
    BareMetalNodePoolConfigOperatingSystemLinux
    LINUXLinux operating system.
    OperatingSystemUnspecified
    OPERATING_SYSTEM_UNSPECIFIEDNo operating system runtime selected.
    Linux
    LINUXLinux operating system.
    OperatingSystemUnspecified
    OPERATING_SYSTEM_UNSPECIFIEDNo operating system runtime selected.
    Linux
    LINUXLinux operating system.
    OPERATING_SYSTEM_UNSPECIFIED
    OPERATING_SYSTEM_UNSPECIFIEDNo operating system runtime selected.
    LINUX
    LINUXLinux operating system.
    "OPERATING_SYSTEM_UNSPECIFIED"
    OPERATING_SYSTEM_UNSPECIFIEDNo operating system runtime selected.
    "LINUX"
    LINUXLinux operating system.

    BareMetalNodePoolConfigResponse, BareMetalNodePoolConfigResponseArgs

    KubeletConfig Pulumi.GoogleNative.Gkeonprem.V1.Inputs.BareMetalKubeletConfigResponse
    The modifiable kubelet configurations for the bare metal machines.
    Labels Dictionary<string, string>
    The labels assigned to nodes of this node pool. An object containing a list of key/value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
    NodeConfigs List<Pulumi.GoogleNative.Gkeonprem.V1.Inputs.BareMetalNodeConfigResponse>
    The list of machine addresses in the bare metal node pool.
    OperatingSystem string
    Specifies the nodes operating system (default: LINUX).
    Taints List<Pulumi.GoogleNative.Gkeonprem.V1.Inputs.NodeTaintResponse>
    The initial taints assigned to nodes of this node pool.
    KubeletConfig BareMetalKubeletConfigResponse
    The modifiable kubelet configurations for the bare metal machines.
    Labels map[string]string
    The labels assigned to nodes of this node pool. An object containing a list of key/value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
    NodeConfigs []BareMetalNodeConfigResponse
    The list of machine addresses in the bare metal node pool.
    OperatingSystem string
    Specifies the nodes operating system (default: LINUX).
    Taints []NodeTaintResponse
    The initial taints assigned to nodes of this node pool.
    kubeletConfig BareMetalKubeletConfigResponse
    The modifiable kubelet configurations for the bare metal machines.
    labels Map<String,String>
    The labels assigned to nodes of this node pool. An object containing a list of key/value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
    nodeConfigs List<BareMetalNodeConfigResponse>
    The list of machine addresses in the bare metal node pool.
    operatingSystem String
    Specifies the nodes operating system (default: LINUX).
    taints List<NodeTaintResponse>
    The initial taints assigned to nodes of this node pool.
    kubeletConfig BareMetalKubeletConfigResponse
    The modifiable kubelet configurations for the bare metal machines.
    labels {[key: string]: string}
    The labels assigned to nodes of this node pool. An object containing a list of key/value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
    nodeConfigs BareMetalNodeConfigResponse[]
    The list of machine addresses in the bare metal node pool.
    operatingSystem string
    Specifies the nodes operating system (default: LINUX).
    taints NodeTaintResponse[]
    The initial taints assigned to nodes of this node pool.
    kubelet_config BareMetalKubeletConfigResponse
    The modifiable kubelet configurations for the bare metal machines.
    labels Mapping[str, str]
    The labels assigned to nodes of this node pool. An object containing a list of key/value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
    node_configs Sequence[BareMetalNodeConfigResponse]
    The list of machine addresses in the bare metal node pool.
    operating_system str
    Specifies the nodes operating system (default: LINUX).
    taints Sequence[NodeTaintResponse]
    The initial taints assigned to nodes of this node pool.
    kubeletConfig Property Map
    The modifiable kubelet configurations for the bare metal machines.
    labels Map<String>
    The labels assigned to nodes of this node pool. An object containing a list of key/value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
    nodeConfigs List<Property Map>
    The list of machine addresses in the bare metal node pool.
    operatingSystem String
    Specifies the nodes operating system (default: LINUX).
    taints List<Property Map>
    The initial taints assigned to nodes of this node pool.

    BinaryAuthorization, BinaryAuthorizationArgs

    EvaluationMode Pulumi.GoogleNative.Gkeonprem.V1.BinaryAuthorizationEvaluationMode
    Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
    EvaluationMode BinaryAuthorizationEvaluationMode
    Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
    evaluationMode BinaryAuthorizationEvaluationMode
    Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
    evaluationMode BinaryAuthorizationEvaluationMode
    Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
    evaluation_mode BinaryAuthorizationEvaluationMode
    Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
    evaluationMode "EVALUATION_MODE_UNSPECIFIED" | "DISABLED" | "PROJECT_SINGLETON_POLICY_ENFORCE"
    Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.

    BinaryAuthorizationEvaluationMode, BinaryAuthorizationEvaluationModeArgs

    EvaluationModeUnspecified
    EVALUATION_MODE_UNSPECIFIEDDefault value
    Disabled
    DISABLEDDisable BinaryAuthorization
    ProjectSingletonPolicyEnforce
    PROJECT_SINGLETON_POLICY_ENFORCEEnforce Kubernetes admission requests with BinaryAuthorization using the project's singleton policy.
    BinaryAuthorizationEvaluationModeEvaluationModeUnspecified
    EVALUATION_MODE_UNSPECIFIEDDefault value
    BinaryAuthorizationEvaluationModeDisabled
    DISABLEDDisable BinaryAuthorization
    BinaryAuthorizationEvaluationModeProjectSingletonPolicyEnforce
    PROJECT_SINGLETON_POLICY_ENFORCEEnforce Kubernetes admission requests with BinaryAuthorization using the project's singleton policy.
    EvaluationModeUnspecified
    EVALUATION_MODE_UNSPECIFIEDDefault value
    Disabled
    DISABLEDDisable BinaryAuthorization
    ProjectSingletonPolicyEnforce
    PROJECT_SINGLETON_POLICY_ENFORCEEnforce Kubernetes admission requests with BinaryAuthorization using the project's singleton policy.
    EvaluationModeUnspecified
    EVALUATION_MODE_UNSPECIFIEDDefault value
    Disabled
    DISABLEDDisable BinaryAuthorization
    ProjectSingletonPolicyEnforce
    PROJECT_SINGLETON_POLICY_ENFORCEEnforce Kubernetes admission requests with BinaryAuthorization using the project's singleton policy.
    EVALUATION_MODE_UNSPECIFIED
    EVALUATION_MODE_UNSPECIFIEDDefault value
    DISABLED
    DISABLEDDisable BinaryAuthorization
    PROJECT_SINGLETON_POLICY_ENFORCE
    PROJECT_SINGLETON_POLICY_ENFORCEEnforce Kubernetes admission requests with BinaryAuthorization using the project's singleton policy.
    "EVALUATION_MODE_UNSPECIFIED"
    EVALUATION_MODE_UNSPECIFIEDDefault value
    "DISABLED"
    DISABLEDDisable BinaryAuthorization
    "PROJECT_SINGLETON_POLICY_ENFORCE"
    PROJECT_SINGLETON_POLICY_ENFORCEEnforce Kubernetes admission requests with BinaryAuthorization using the project's singleton policy.

    BinaryAuthorizationResponse, BinaryAuthorizationResponseArgs

    EvaluationMode string
    Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
    EvaluationMode string
    Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
    evaluationMode String
    Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
    evaluationMode string
    Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
    evaluation_mode str
    Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
    evaluationMode String
    Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.

    ClusterUser, ClusterUserArgs

    Username string
    The name of the user, e.g. my-gcp-id@gmail.com.
    Username string
    The name of the user, e.g. my-gcp-id@gmail.com.
    username String
    The name of the user, e.g. my-gcp-id@gmail.com.
    username string
    The name of the user, e.g. my-gcp-id@gmail.com.
    username str
    The name of the user, e.g. my-gcp-id@gmail.com.
    username String
    The name of the user, e.g. my-gcp-id@gmail.com.

    ClusterUserResponse, ClusterUserResponseArgs

    Username string
    The name of the user, e.g. my-gcp-id@gmail.com.
    Username string
    The name of the user, e.g. my-gcp-id@gmail.com.
    username String
    The name of the user, e.g. my-gcp-id@gmail.com.
    username string
    The name of the user, e.g. my-gcp-id@gmail.com.
    username str
    The name of the user, e.g. my-gcp-id@gmail.com.
    username String
    The name of the user, e.g. my-gcp-id@gmail.com.

    FleetResponse, FleetResponseArgs

    Membership string
    The name of the managed fleet Membership resource associated to this cluster. Membership names are formatted as projects//locations//memberships/.
    Membership string
    The name of the managed fleet Membership resource associated to this cluster. Membership names are formatted as projects//locations//memberships/.
    membership String
    The name of the managed fleet Membership resource associated to this cluster. Membership names are formatted as projects//locations//memberships/.
    membership string
    The name of the managed fleet Membership resource associated to this cluster. Membership names are formatted as projects//locations//memberships/.
    membership str
    The name of the managed fleet Membership resource associated to this cluster. Membership names are formatted as projects//locations//memberships/.
    membership String
    The name of the managed fleet Membership resource associated to this cluster. Membership names are formatted as projects//locations//memberships/.

    NodeTaint, NodeTaintArgs

    Effect Pulumi.GoogleNative.Gkeonprem.V1.NodeTaintEffect
    The taint effect.
    Key string
    Key associated with the effect.
    Value string
    Value associated with the effect.
    Effect NodeTaintEffect
    The taint effect.
    Key string
    Key associated with the effect.
    Value string
    Value associated with the effect.
    effect NodeTaintEffect
    The taint effect.
    key String
    Key associated with the effect.
    value String
    Value associated with the effect.
    effect NodeTaintEffect
    The taint effect.
    key string
    Key associated with the effect.
    value string
    Value associated with the effect.
    effect NodeTaintEffect
    The taint effect.
    key str
    Key associated with the effect.
    value str
    Value associated with the effect.
    effect "EFFECT_UNSPECIFIED" | "NO_SCHEDULE" | "PREFER_NO_SCHEDULE" | "NO_EXECUTE"
    The taint effect.
    key String
    Key associated with the effect.
    value String
    Value associated with the effect.

    NodeTaintEffect, NodeTaintEffectArgs

    EffectUnspecified
    EFFECT_UNSPECIFIEDNot set.
    NoSchedule
    NO_SCHEDULEDo not allow new pods to schedule onto the node unless they tolerate the taint, but allow all pods submitted to Kubelet without going through the scheduler to start, and allow all already-running pods to continue running. Enforced by the scheduler.
    PreferNoSchedule
    PREFER_NO_SCHEDULELike TaintEffectNoSchedule, but the scheduler tries not to schedule new pods onto the node, rather than prohibiting new pods from scheduling onto the node entirely. Enforced by the scheduler.
    NoExecute
    NO_EXECUTEEvict any already-running pods that do not tolerate the taint. Currently enforced by NodeController.
    NodeTaintEffectEffectUnspecified
    EFFECT_UNSPECIFIEDNot set.
    NodeTaintEffectNoSchedule
    NO_SCHEDULEDo not allow new pods to schedule onto the node unless they tolerate the taint, but allow all pods submitted to Kubelet without going through the scheduler to start, and allow all already-running pods to continue running. Enforced by the scheduler.
    NodeTaintEffectPreferNoSchedule
    PREFER_NO_SCHEDULELike TaintEffectNoSchedule, but the scheduler tries not to schedule new pods onto the node, rather than prohibiting new pods from scheduling onto the node entirely. Enforced by the scheduler.
    NodeTaintEffectNoExecute
    NO_EXECUTEEvict any already-running pods that do not tolerate the taint. Currently enforced by NodeController.
    EffectUnspecified
    EFFECT_UNSPECIFIEDNot set.
    NoSchedule
    NO_SCHEDULEDo not allow new pods to schedule onto the node unless they tolerate the taint, but allow all pods submitted to Kubelet without going through the scheduler to start, and allow all already-running pods to continue running. Enforced by the scheduler.
    PreferNoSchedule
    PREFER_NO_SCHEDULELike TaintEffectNoSchedule, but the scheduler tries not to schedule new pods onto the node, rather than prohibiting new pods from scheduling onto the node entirely. Enforced by the scheduler.
    NoExecute
    NO_EXECUTEEvict any already-running pods that do not tolerate the taint. Currently enforced by NodeController.
    EffectUnspecified
    EFFECT_UNSPECIFIEDNot set.
    NoSchedule
    NO_SCHEDULEDo not allow new pods to schedule onto the node unless they tolerate the taint, but allow all pods submitted to Kubelet without going through the scheduler to start, and allow all already-running pods to continue running. Enforced by the scheduler.
    PreferNoSchedule
    PREFER_NO_SCHEDULELike TaintEffectNoSchedule, but the scheduler tries not to schedule new pods onto the node, rather than prohibiting new pods from scheduling onto the node entirely. Enforced by the scheduler.
    NoExecute
    NO_EXECUTEEvict any already-running pods that do not tolerate the taint. Currently enforced by NodeController.
    EFFECT_UNSPECIFIED
    EFFECT_UNSPECIFIEDNot set.
    NO_SCHEDULE
    NO_SCHEDULEDo not allow new pods to schedule onto the node unless they tolerate the taint, but allow all pods submitted to Kubelet without going through the scheduler to start, and allow all already-running pods to continue running. Enforced by the scheduler.
    PREFER_NO_SCHEDULE
    PREFER_NO_SCHEDULELike TaintEffectNoSchedule, but the scheduler tries not to schedule new pods onto the node, rather than prohibiting new pods from scheduling onto the node entirely. Enforced by the scheduler.
    NO_EXECUTE
    NO_EXECUTEEvict any already-running pods that do not tolerate the taint. Currently enforced by NodeController.
    "EFFECT_UNSPECIFIED"
    EFFECT_UNSPECIFIEDNot set.
    "NO_SCHEDULE"
    NO_SCHEDULEDo not allow new pods to schedule onto the node unless they tolerate the taint, but allow all pods submitted to Kubelet without going through the scheduler to start, and allow all already-running pods to continue running. Enforced by the scheduler.
    "PREFER_NO_SCHEDULE"
    PREFER_NO_SCHEDULELike TaintEffectNoSchedule, but the scheduler tries not to schedule new pods onto the node, rather than prohibiting new pods from scheduling onto the node entirely. Enforced by the scheduler.
    "NO_EXECUTE"
    NO_EXECUTEEvict any already-running pods that do not tolerate the taint. Currently enforced by NodeController.

    NodeTaintResponse, NodeTaintResponseArgs

    Effect string
    The taint effect.
    Key string
    Key associated with the effect.
    Value string
    Value associated with the effect.
    Effect string
    The taint effect.
    Key string
    Key associated with the effect.
    Value string
    Value associated with the effect.
    effect String
    The taint effect.
    key String
    Key associated with the effect.
    value String
    Value associated with the effect.
    effect string
    The taint effect.
    key string
    Key associated with the effect.
    value string
    Value associated with the effect.
    effect str
    The taint effect.
    key str
    Key associated with the effect.
    value str
    Value associated with the effect.
    effect String
    The taint effect.
    key String
    Key associated with the effect.
    value String
    Value associated with the effect.

    ResourceConditionResponse, ResourceConditionResponseArgs

    LastTransitionTime string
    Last time the condition transit from one status to another.
    Message string
    Human-readable message indicating details about last transition.
    Reason string
    Machine-readable message indicating details about last transition.
    State string
    state of the condition.
    Type string
    Type of the condition. (e.g., ClusterRunning, NodePoolRunning or ServerSidePreflightReady)
    LastTransitionTime string
    Last time the condition transit from one status to another.
    Message string
    Human-readable message indicating details about last transition.
    Reason string
    Machine-readable message indicating details about last transition.
    State string
    state of the condition.
    Type string
    Type of the condition. (e.g., ClusterRunning, NodePoolRunning or ServerSidePreflightReady)
    lastTransitionTime String
    Last time the condition transit from one status to another.
    message String
    Human-readable message indicating details about last transition.
    reason String
    Machine-readable message indicating details about last transition.
    state String
    state of the condition.
    type String
    Type of the condition. (e.g., ClusterRunning, NodePoolRunning or ServerSidePreflightReady)
    lastTransitionTime string
    Last time the condition transit from one status to another.
    message string
    Human-readable message indicating details about last transition.
    reason string
    Machine-readable message indicating details about last transition.
    state string
    state of the condition.
    type string
    Type of the condition. (e.g., ClusterRunning, NodePoolRunning or ServerSidePreflightReady)
    last_transition_time str
    Last time the condition transit from one status to another.
    message str
    Human-readable message indicating details about last transition.
    reason str
    Machine-readable message indicating details about last transition.
    state str
    state of the condition.
    type str
    Type of the condition. (e.g., ClusterRunning, NodePoolRunning or ServerSidePreflightReady)
    lastTransitionTime String
    Last time the condition transit from one status to another.
    message String
    Human-readable message indicating details about last transition.
    reason String
    Machine-readable message indicating details about last transition.
    state String
    state of the condition.
    type String
    Type of the condition. (e.g., ClusterRunning, NodePoolRunning or ServerSidePreflightReady)

    ResourceStatusResponse, ResourceStatusResponseArgs

    Conditions List<Pulumi.GoogleNative.Gkeonprem.V1.Inputs.ResourceConditionResponse>
    ResourceCondition provide a standard mechanism for higher-level status reporting from controller.
    ErrorMessage string
    Human-friendly representation of the error message from controller. The error message can be temporary as the controller controller creates a cluster or node pool. If the error message persists for a longer period of time, it can be used to surface error message to indicate real problems requiring user intervention.
    Conditions []ResourceConditionResponse
    ResourceCondition provide a standard mechanism for higher-level status reporting from controller.
    ErrorMessage string
    Human-friendly representation of the error message from controller. The error message can be temporary as the controller controller creates a cluster or node pool. If the error message persists for a longer period of time, it can be used to surface error message to indicate real problems requiring user intervention.
    conditions List<ResourceConditionResponse>
    ResourceCondition provide a standard mechanism for higher-level status reporting from controller.
    errorMessage String
    Human-friendly representation of the error message from controller. The error message can be temporary as the controller controller creates a cluster or node pool. If the error message persists for a longer period of time, it can be used to surface error message to indicate real problems requiring user intervention.
    conditions ResourceConditionResponse[]
    ResourceCondition provide a standard mechanism for higher-level status reporting from controller.
    errorMessage string
    Human-friendly representation of the error message from controller. The error message can be temporary as the controller controller creates a cluster or node pool. If the error message persists for a longer period of time, it can be used to surface error message to indicate real problems requiring user intervention.
    conditions Sequence[ResourceConditionResponse]
    ResourceCondition provide a standard mechanism for higher-level status reporting from controller.
    error_message str
    Human-friendly representation of the error message from controller. The error message can be temporary as the controller controller creates a cluster or node pool. If the error message persists for a longer period of time, it can be used to surface error message to indicate real problems requiring user intervention.
    conditions List<Property Map>
    ResourceCondition provide a standard mechanism for higher-level status reporting from controller.
    errorMessage String
    Human-friendly representation of the error message from controller. The error message can be temporary as the controller controller creates a cluster or node pool. If the error message persists for a longer period of time, it can be used to surface error message to indicate real problems requiring user intervention.

    ValidationCheckResponse, ValidationCheckResponseArgs

    Option string
    Options used for the validation check
    Scenario string
    The scenario when the preflight checks were run.
    Status Pulumi.GoogleNative.Gkeonprem.V1.Inputs.ValidationCheckStatusResponse
    The detailed validation check status.
    Option string
    Options used for the validation check
    Scenario string
    The scenario when the preflight checks were run.
    Status ValidationCheckStatusResponse
    The detailed validation check status.
    option String
    Options used for the validation check
    scenario String
    The scenario when the preflight checks were run.
    status ValidationCheckStatusResponse
    The detailed validation check status.
    option string
    Options used for the validation check
    scenario string
    The scenario when the preflight checks were run.
    status ValidationCheckStatusResponse
    The detailed validation check status.
    option str
    Options used for the validation check
    scenario str
    The scenario when the preflight checks were run.
    status ValidationCheckStatusResponse
    The detailed validation check status.
    option String
    Options used for the validation check
    scenario String
    The scenario when the preflight checks were run.
    status Property Map
    The detailed validation check status.

    ValidationCheckResultResponse, ValidationCheckResultResponseArgs

    Category string
    The category of the validation.
    Description string
    The description of the validation check.
    Details string
    Detailed failure information, which might be unformatted.
    Reason string
    A human-readable message of the check failure.
    State string
    The validation check state.
    Category string
    The category of the validation.
    Description string
    The description of the validation check.
    Details string
    Detailed failure information, which might be unformatted.
    Reason string
    A human-readable message of the check failure.
    State string
    The validation check state.
    category String
    The category of the validation.
    description String
    The description of the validation check.
    details String
    Detailed failure information, which might be unformatted.
    reason String
    A human-readable message of the check failure.
    state String
    The validation check state.
    category string
    The category of the validation.
    description string
    The description of the validation check.
    details string
    Detailed failure information, which might be unformatted.
    reason string
    A human-readable message of the check failure.
    state string
    The validation check state.
    category str
    The category of the validation.
    description str
    The description of the validation check.
    details str
    Detailed failure information, which might be unformatted.
    reason str
    A human-readable message of the check failure.
    state str
    The validation check state.
    category String
    The category of the validation.
    description String
    The description of the validation check.
    details String
    Detailed failure information, which might be unformatted.
    reason String
    A human-readable message of the check failure.
    state String
    The validation check state.

    ValidationCheckStatusResponse, ValidationCheckStatusResponseArgs

    Result List<Pulumi.GoogleNative.Gkeonprem.V1.Inputs.ValidationCheckResultResponse>
    Individual checks which failed as part of the Preflight check execution.
    Result []ValidationCheckResultResponse
    Individual checks which failed as part of the Preflight check execution.
    result List<ValidationCheckResultResponse>
    Individual checks which failed as part of the Preflight check execution.
    result ValidationCheckResultResponse[]
    Individual checks which failed as part of the Preflight check execution.
    result Sequence[ValidationCheckResultResponse]
    Individual checks which failed as part of the Preflight check execution.
    result List<Property Map>
    Individual checks which failed as part of the Preflight check execution.

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi