setAddons: setAddons

Description Usage Arguments Examples

Description

Sets the addons of a specific cluster.

Usage

1
setAddons(projectId, zone, clusterId, addonsConfig)

Arguments

projectId

The Google Developers Console project ID or project number.

zone

The name of the Google Compute Engine zone in which the cluster resides.

clusterId

The name of the cluster to retrieve.

Examples

1
2
3
4
5
6
7
8
9
setAddons(projectId = "myProjectId",
  location = "europe-west1-d",
  clusterId = "cluster-1",
  addonsConfig = list(
    httpLoadBalancing = list(
      disabled = FALSE
    )
  )
)

RhysJackson/googleKubernetesR documentation built on May 27, 2019, 12:17 p.m.