Skip to content

Commit 445fc65

Browse files
author
Saranya3
committed
fix: Add output type in metadata.yaml
1 parent 8384529 commit 445fc65

File tree

1 file changed

+106
-2
lines changed

1 file changed

+106
-2
lines changed

modules/gke-standard-cluster/metadata.yaml

Lines changed: 106 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ spec:
2222
info:
2323
title: GKE Standard Cluster
2424
source:
25-
repo: https://github.com/Saranya3/terraform-google-kubernetes-engine.git
25+
repo: https://github.com/terraform-google-modules/terraform-google-kubernetes-engine.git
2626
sourceType: git
2727
dir: /modules/gke-standard-cluster
28-
version: 41.0.4
28+
version: 41.0.2
2929
actuationTool:
3030
flavor: Terraform
3131
version: ">=1.3"
@@ -973,8 +973,86 @@ spec:
973973
outputs:
974974
- name: addons_config
975975
description: The configuration for addons supported by GKE Autopilot.
976+
type:
977+
- object
978+
- cloudrun_config:
979+
- list
980+
- - object
981+
- disabled: bool
982+
load_balancer_type: string
983+
config_connector_config:
984+
- list
985+
- - object
986+
- enabled: bool
987+
dns_cache_config:
988+
- list
989+
- - object
990+
- enabled: bool
991+
gce_persistent_disk_csi_driver_config:
992+
- list
993+
- - object
994+
- enabled: bool
995+
gcp_filestore_csi_driver_config:
996+
- list
997+
- - object
998+
- enabled: bool
999+
gcs_fuse_csi_driver_config:
1000+
- list
1001+
- - object
1002+
- enabled: bool
1003+
gke_backup_agent_config:
1004+
- list
1005+
- - object
1006+
- enabled: bool
1007+
horizontal_pod_autoscaling:
1008+
- list
1009+
- - object
1010+
- disabled: bool
1011+
http_load_balancing:
1012+
- list
1013+
- - object
1014+
- disabled: bool
1015+
istio_config:
1016+
- list
1017+
- - object
1018+
- auth: string
1019+
disabled: bool
1020+
kalm_config:
1021+
- list
1022+
- - object
1023+
- enabled: bool
1024+
lustre_csi_driver_config:
1025+
- list
1026+
- - object
1027+
- enable_legacy_lustre_port: bool
1028+
enabled: bool
1029+
network_policy_config:
1030+
- list
1031+
- - object
1032+
- disabled: bool
1033+
parallelstore_csi_driver_config:
1034+
- list
1035+
- - object
1036+
- enabled: bool
1037+
ray_operator_config:
1038+
- list
1039+
- - object
1040+
- enabled: bool
1041+
ray_cluster_logging_config:
1042+
- list
1043+
- - object
1044+
- enabled: bool
1045+
ray_cluster_monitoring_config:
1046+
- list
1047+
- - object
1048+
- enabled: bool
1049+
stateful_ha_config:
1050+
- list
1051+
- - object
1052+
- enabled: bool
9761053
- name: ca_certificate
9771054
description: Cluster ca certificate (base64 encoded)
1055+
type: string
9781056
- name: cluster_id
9791057
description: Cluster ID
9801058
type: string
@@ -983,36 +1061,62 @@ spec:
9831061
type: string
9841062
- name: endpoint
9851063
description: Cluster endpoint
1064+
type: string
9861065
- name: endpoint_dns
9871066
description: Cluster endpoint DNS
1067+
type: string
9881068
- name: horizontal_pod_autoscaling_enabled
9891069
description: Whether horizontal pod autoscaling enabled
1070+
type: bool
9901071
- name: http_load_balancing_enabled
9911072
description: Whether http load balancing enabled
1073+
type: bool
9921074
- name: identity_service_enabled
9931075
description: Whether Identity Service is enabled
1076+
type: bool
9941077
- name: intranode_visibility_enabled
9951078
description: Whether intra-node visibility is enabled
1079+
type: bool
9961080
- name: location
9971081
description: Cluster location (region if regional cluster, zone if zonal cluster)
1082+
type: string
9981083
- name: logging_service
9991084
description: Logging service used
1085+
type: string
10001086
- name: master_authorized_networks_config
10011087
description: Networks from which access to master is permitted
1088+
type:
1089+
- list
1090+
- - object
1091+
- cidr_blocks:
1092+
- list
1093+
- - object
1094+
- cidr_block: string
1095+
display_name: string
1096+
gcp_public_cidrs_access_enabled: bool
1097+
private_endpoint_enforcement_enabled: bool
10021098
- name: master_version
10031099
description: Current master kubernetes version
1100+
type: string
10041101
- name: min_master_version
10051102
description: Minimum master kubernetes version
10061103
- name: monitoring_service
10071104
description: Monitoring service used
1105+
type: string
10081106
- name: network_policy_enabled
10091107
description: Whether network policy enabled
1108+
type: bool
10101109
- name: node_locations
10111110
description: The list of zones in which the cluster's nodes are located.
1111+
type:
1112+
- list
1113+
- string
10121114
- name: secret_manager_addon_enabled
10131115
description: Whether Secret Manager add-on is enabled
1116+
type: bool
10141117
- name: vertical_pod_autoscaling_enabled
10151118
description: Whether vertical pod autoscaling enabled
1119+
type: bool
10161120
requirements:
10171121
roles:
10181122
- level: Project

0 commit comments

Comments
 (0)