Skip to content

Commit 6e85783

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

File tree

1 file changed

+107
-2
lines changed

1 file changed

+107
-2
lines changed

modules/gke-standard-cluster/metadata.yaml

Lines changed: 107 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,87 @@ spec:
973973
outputs:
974974
- name: addons_config
975975
description: The configuration for addons supported by GKE Autopilot.
976+
type:
977+
- list
978+
- - object
979+
- cloudrun_config:
980+
- list
981+
- - object
982+
- disabled: bool
983+
load_balancer_type: string
984+
config_connector_config:
985+
- list
986+
- - object
987+
- enabled: bool
988+
dns_cache_config:
989+
- list
990+
- - object
991+
- enabled: bool
992+
gce_persistent_disk_csi_driver_config:
993+
- list
994+
- - object
995+
- enabled: bool
996+
gcp_filestore_csi_driver_config:
997+
- list
998+
- - object
999+
- enabled: bool
1000+
gcs_fuse_csi_driver_config:
1001+
- list
1002+
- - object
1003+
- enabled: bool
1004+
gke_backup_agent_config:
1005+
- list
1006+
- - object
1007+
- enabled: bool
1008+
horizontal_pod_autoscaling:
1009+
- list
1010+
- - object
1011+
- disabled: bool
1012+
http_load_balancing:
1013+
- list
1014+
- - object
1015+
- disabled: bool
1016+
istio_config:
1017+
- list
1018+
- - object
1019+
- auth: string
1020+
disabled: bool
1021+
kalm_config:
1022+
- list
1023+
- - object
1024+
- enabled: bool
1025+
lustre_csi_driver_config:
1026+
- list
1027+
- - object
1028+
- enable_legacy_lustre_port: bool
1029+
enabled: bool
1030+
network_policy_config:
1031+
- list
1032+
- - object
1033+
- disabled: bool
1034+
parallelstore_csi_driver_config:
1035+
- list
1036+
- - object
1037+
- enabled: bool
1038+
ray_operator_config:
1039+
- list
1040+
- - object
1041+
- enabled: bool
1042+
ray_cluster_logging_config:
1043+
- list
1044+
- - object
1045+
- enabled: bool
1046+
ray_cluster_monitoring_config:
1047+
- list
1048+
- - object
1049+
- enabled: bool
1050+
stateful_ha_config:
1051+
- list
1052+
- - object
1053+
- enabled: bool
9761054
- name: ca_certificate
9771055
description: Cluster ca certificate (base64 encoded)
1056+
type: string
9781057
- name: cluster_id
9791058
description: Cluster ID
9801059
type: string
@@ -983,36 +1062,62 @@ spec:
9831062
type: string
9841063
- name: endpoint
9851064
description: Cluster endpoint
1065+
type: string
9861066
- name: endpoint_dns
9871067
description: Cluster endpoint DNS
1068+
type: string
9881069
- name: horizontal_pod_autoscaling_enabled
9891070
description: Whether horizontal pod autoscaling enabled
1071+
type: bool
9901072
- name: http_load_balancing_enabled
9911073
description: Whether http load balancing enabled
1074+
type: bool
9921075
- name: identity_service_enabled
9931076
description: Whether Identity Service is enabled
1077+
type: bool
9941078
- name: intranode_visibility_enabled
9951079
description: Whether intra-node visibility is enabled
1080+
type: bool
9961081
- name: location
9971082
description: Cluster location (region if regional cluster, zone if zonal cluster)
1083+
type: string
9981084
- name: logging_service
9991085
description: Logging service used
1086+
type: string
10001087
- name: master_authorized_networks_config
10011088
description: Networks from which access to master is permitted
1089+
type:
1090+
- list
1091+
- - object
1092+
- cidr_blocks:
1093+
- list
1094+
- - object
1095+
- cidr_block: string
1096+
display_name: string
1097+
gcp_public_cidrs_access_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
1103+
type: string
10061104
- name: monitoring_service
10071105
description: Monitoring service used
1106+
type: string
10081107
- name: network_policy_enabled
10091108
description: Whether network policy enabled
1109+
type: bool
10101110
- name: node_locations
10111111
description: The list of zones in which the cluster's nodes are located.
1112+
type:
1113+
- list
1114+
- string
10121115
- name: secret_manager_addon_enabled
10131116
description: Whether Secret Manager add-on is enabled
1117+
type: bool
10141118
- name: vertical_pod_autoscaling_enabled
10151119
description: Whether vertical pod autoscaling enabled
1120+
type: bool
10161121
requirements:
10171122
roles:
10181123
- level: Project

0 commit comments

Comments
 (0)