Skip to content

Commit 7c31f51

Browse files
authored
chore: Add docs (#510)
1 parent 0961613 commit 7c31f51

File tree

9 files changed

+90
-0
lines changed

9 files changed

+90
-0
lines changed

examples/deploy_service/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,18 @@ It will:
2828
|------|-------------|
2929
| ca\_certificate | |
3030
| client\_token | |
31+
| cluster\_name | Cluster name |
32+
| ip\_range\_pods | The secondary IP range used for pods |
33+
| ip\_range\_services | The secondary IP range used for services |
3134
| kubernetes\_endpoint | |
35+
| location | |
36+
| master\_kubernetes\_version | The master Kubernetes version |
37+
| network | |
38+
| project\_id | |
39+
| region | |
3240
| service\_account | The default service account used for running nodes. |
41+
| subnetwork | |
42+
| zones | List of zones in which the cluster resides |
3343

3444
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
3545

examples/disable_client_cert/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,18 @@ This example illustrates how to create a simple cluster and disable deprecated s
2626
|------|-------------|
2727
| ca\_certificate | |
2828
| client\_token | |
29+
| cluster\_name | Cluster name |
30+
| ip\_range\_pods | The secondary IP range used for pods |
31+
| ip\_range\_services | The secondary IP range used for services |
2932
| kubernetes\_endpoint | |
33+
| location | |
34+
| master\_kubernetes\_version | The master Kubernetes version |
35+
| network | |
36+
| project\_id | |
37+
| region | |
3038
| service\_account | The default service account used for running nodes. |
39+
| subnetwork | |
40+
| zones | List of zones in which the cluster resides |
3141

3242
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
3343

examples/node_pool/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,18 @@ This example illustrates how to create a cluster with multiple custom node-pool
2424
|------|-------------|
2525
| ca\_certificate | |
2626
| client\_token | |
27+
| cluster\_name | Cluster name |
28+
| ip\_range\_pods | The secondary IP range used for pods |
29+
| ip\_range\_services | The secondary IP range used for services |
2730
| kubernetes\_endpoint | |
31+
| location | |
32+
| master\_kubernetes\_version | The master Kubernetes version |
33+
| network | |
34+
| project\_id | |
35+
| region | |
2836
| service\_account | The default service account used for running nodes. |
37+
| subnetwork | |
38+
| zones | List of zones in which the cluster resides |
2939

3040
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
3141

examples/shared_vpc/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,18 @@ This example illustrates how to create a simple cluster where the host network i
2323
|------|-------------|
2424
| ca\_certificate | |
2525
| client\_token | |
26+
| cluster\_name | Cluster name |
27+
| ip\_range\_pods | The secondary IP range used for pods |
28+
| ip\_range\_services | The secondary IP range used for services |
2629
| kubernetes\_endpoint | |
30+
| location | |
31+
| master\_kubernetes\_version | The master Kubernetes version |
32+
| network | |
33+
| project\_id | |
34+
| region | |
2735
| service\_account | The default service account used for running nodes. |
36+
| subnetwork | |
37+
| zones | List of zones in which the cluster resides |
2838

2939
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
3040

examples/simple_regional/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,18 @@ This example illustrates how to create a simple cluster.
2323
|------|-------------|
2424
| ca\_certificate | |
2525
| client\_token | |
26+
| cluster\_name | Cluster name |
27+
| ip\_range\_pods | The secondary IP range used for pods |
28+
| ip\_range\_services | The secondary IP range used for services |
2629
| kubernetes\_endpoint | |
30+
| location | |
31+
| master\_kubernetes\_version | The master Kubernetes version |
32+
| network | |
33+
| project\_id | |
34+
| region | |
2735
| service\_account | The default service account used for running nodes. |
36+
| subnetwork | |
37+
| zones | List of zones in which the cluster resides |
2838

2939
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
3040

examples/simple_regional_private/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,18 @@ This example illustrates how to create a simple private cluster.
2222
|------|-------------|
2323
| ca\_certificate | |
2424
| client\_token | |
25+
| cluster\_name | Cluster name |
26+
| ip\_range\_pods | The secondary IP range used for pods |
27+
| ip\_range\_services | The secondary IP range used for services |
2528
| kubernetes\_endpoint | |
29+
| location | |
30+
| master\_kubernetes\_version | The master Kubernetes version |
31+
| network | |
32+
| project\_id | |
33+
| region | |
2634
| service\_account | The default service account used for running nodes. |
35+
| subnetwork | |
36+
| zones | List of zones in which the cluster resides |
2737

2838
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
2939

examples/simple_zonal_private/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,18 @@ This example illustrates how to create a simple private cluster.
2323
|------|-------------|
2424
| ca\_certificate | |
2525
| client\_token | |
26+
| cluster\_name | Cluster name |
27+
| ip\_range\_pods | The secondary IP range used for pods |
28+
| ip\_range\_services | The secondary IP range used for services |
2629
| kubernetes\_endpoint | |
30+
| location | |
31+
| master\_kubernetes\_version | The master Kubernetes version |
32+
| network | |
33+
| project\_id | |
34+
| region | |
2735
| service\_account | The default service account used for running nodes. |
36+
| subnetwork | |
37+
| zones | List of zones in which the cluster resides |
2838

2939
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
3040

examples/simple_zonal_with_acm/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,18 @@ It incorporates the standard cluster module and the [ACM install module](../../m
2929
| acm\_git\_creds\_public | Public key of SSH keypair to allow the Anthos Operator to authenticate to your Git repository. |
3030
| ca\_certificate | |
3131
| client\_token | |
32+
| cluster\_name | Cluster name |
33+
| ip\_range\_pods | The secondary IP range used for pods |
34+
| ip\_range\_services | The secondary IP range used for services |
3235
| kubernetes\_endpoint | |
36+
| location | |
37+
| master\_kubernetes\_version | The master Kubernetes version |
38+
| network | |
39+
| project\_id | |
40+
| region | |
3341
| service\_account | The default service account used for running nodes. |
42+
| subnetwork | |
43+
| zones | List of zones in which the cluster resides |
3444

3545
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
3646

examples/stub_domains/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,18 @@ It will:
2727
|------|-------------|
2828
| ca\_certificate | |
2929
| client\_token | |
30+
| cluster\_name | Cluster name |
31+
| ip\_range\_pods | The secondary IP range used for pods |
32+
| ip\_range\_services | The secondary IP range used for services |
3033
| kubernetes\_endpoint | |
34+
| location | |
35+
| master\_kubernetes\_version | The master Kubernetes version |
36+
| network | |
37+
| project\_id | |
38+
| region | |
3139
| service\_account | The default service account used for running nodes. |
40+
| subnetwork | |
41+
| zones | List of zones in which the cluster resides |
3242

3343
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
3444

0 commit comments

Comments
 (0)