Skip to content

Commit

Permalink
address documentation review
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev committed Jan 9, 2023
1 parent 1d0482c commit 8be6c9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions resources/packs/gcp/gcp.lr
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ private gcp.project.dataprocService.cluster.config {
parentResourcePath string
// Autoscaling configuration for the policy associated with the cluster
autoscaling dict
// A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output
// Cloud Storage bucket used to stage job dependencies, config files, and job driver console output
configBucket string
// Dataproc metrics configuration
metrics dict
Expand Down Expand Up @@ -1340,15 +1340,15 @@ private gcp.project.dataprocService.cluster.config.gceCluster {
nodeGroupAffinity dict
// Type of IPv6 access for the cluster
privateIpv6GoogleAccess string
// Reservation Affinity for consuming Zonal reservations
// Reservation affinity for consuming zonal reservations
reservationAffinity gcp.project.dataprocService.cluster.config.gceCluster.reservationAffinity
// Dataproc service account used by the Dataproc cluster VM instances
serviceAccount string
// URIs of service account scopes to be included in Compute Engine instances
serviceAccountScopes []string
// Shielded Instance config for clusters using Compute Engine Shielded VMs
// Shielded instance config for clusters using Compute Engine Shielded VMs
shieldedInstanceConfig gcp.project.dataprocService.cluster.config.gceCluster.shieldedInstanceConfig
// Compute Engine subnetowrk to be used for machine communications
// Compute Engine subnetwork to use for machine communications
subnetworkUri string
// Compute Engine tags
tags []string
Expand Down Expand Up @@ -1424,7 +1424,7 @@ private gcp.project.dataprocService.cluster.config.instance {
machineTypeUri string
// Config for Compute Engine Instance Group Manager that manages this group
managedGroupConfig dict
// Minimum CPU platform for the Instance Group
// Minimum CPU platform for the instance group
minCpuPlatform string
// Number of VM instances in the instance group
numInstances int
Expand Down
2 changes: 1 addition & 1 deletion resources/packs/gcp/info/gcp.lr.json

Large diffs are not rendered by default.

0 comments on commit 8be6c9c

Please sign in to comment.