Skip to content

Commit 0d4b38a

Browse files
Saranya3Saranya3
andauthored
fix: Adding output types to metadata.yaml for gke-standard-cluster (#2492)
Co-authored-by: Saranya3 <ssranya@google.com>
1 parent e268ba7 commit 0d4b38a

File tree

1 file changed

+107
-0
lines changed

1 file changed

+107
-0
lines changed

modules/gke-standard-cluster/metadata.yaml

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -974,44 +974,151 @@ spec:
974974
outputs:
975975
- name: addons_config
976976
description: The configuration for addons supported by GKE Autopilot.
977+
type:
978+
- list
979+
- - object
980+
- cloudrun_config:
981+
- list
982+
- - object
983+
- disabled: bool
984+
load_balancer_type: string
985+
config_connector_config:
986+
- list
987+
- - object
988+
- enabled: bool
989+
dns_cache_config:
990+
- list
991+
- - object
992+
- enabled: bool
993+
gce_persistent_disk_csi_driver_config:
994+
- list
995+
- - object
996+
- enabled: bool
997+
gcp_filestore_csi_driver_config:
998+
- list
999+
- - object
1000+
- enabled: bool
1001+
gcs_fuse_csi_driver_config:
1002+
- list
1003+
- - object
1004+
- enabled: bool
1005+
gke_backup_agent_config:
1006+
- list
1007+
- - object
1008+
- enabled: bool
1009+
horizontal_pod_autoscaling:
1010+
- list
1011+
- - object
1012+
- disabled: bool
1013+
http_load_balancing:
1014+
- list
1015+
- - object
1016+
- disabled: bool
1017+
istio_config:
1018+
- list
1019+
- - object
1020+
- auth: string
1021+
disabled: bool
1022+
kalm_config:
1023+
- list
1024+
- - object
1025+
- enabled: bool
1026+
lustre_csi_driver_config:
1027+
- list
1028+
- - object
1029+
- enable_legacy_lustre_port: bool
1030+
enabled: bool
1031+
network_policy_config:
1032+
- list
1033+
- - object
1034+
- disabled: bool
1035+
parallelstore_csi_driver_config:
1036+
- list
1037+
- - object
1038+
- enabled: bool
1039+
ray_operator_config:
1040+
- list
1041+
- - object
1042+
- enabled: bool
1043+
ray_cluster_logging_config:
1044+
- list
1045+
- - object
1046+
- enabled: bool
1047+
ray_cluster_monitoring_config:
1048+
- list
1049+
- - object
1050+
- enabled: bool
1051+
stateful_ha_config:
1052+
- list
1053+
- - object
1054+
- enabled: bool
9771055
- name: ca_certificate
9781056
description: Cluster ca certificate (base64 encoded)
1057+
type: string
9791058
- name: cluster_id
9801059
description: Cluster ID
1060+
type: string
9811061
- name: cluster_name
9821062
description: Cluster name
1063+
type: string
9831064
- name: endpoint
9841065
description: Cluster endpoint
1066+
type: string
9851067
- name: endpoint_dns
9861068
description: Cluster endpoint DNS
1069+
type: string
9871070
- name: horizontal_pod_autoscaling_enabled
9881071
description: Whether horizontal pod autoscaling enabled
1072+
type: bool
9891073
- name: http_load_balancing_enabled
9901074
description: Whether http load balancing enabled
1075+
type: bool
9911076
- name: identity_service_enabled
9921077
description: Whether Identity Service is enabled
1078+
type: bool
9931079
- name: intranode_visibility_enabled
9941080
description: Whether intra-node visibility is enabled
1081+
type: bool
9951082
- name: location
9961083
description: Cluster location (region if regional cluster, zone if zonal cluster)
1084+
type: string
9971085
- name: logging_service
9981086
description: Logging service used
1087+
type: string
9991088
- name: master_authorized_networks_config
10001089
description: Networks from which access to master is permitted
1090+
type:
1091+
- list
1092+
- - object
1093+
- cidr_blocks:
1094+
- list
1095+
- - object
1096+
- cidr_block: string
1097+
display_name: string
1098+
gcp_public_cidrs_access_enabled: bool
10011099
- name: master_version
10021100
description: Current master kubernetes version
1101+
type: string
10031102
- name: min_master_version
10041103
description: Minimum master kubernetes version
1104+
type: string
10051105
- name: monitoring_service
10061106
description: Monitoring service used
1107+
type: string
10071108
- name: network_policy_enabled
10081109
description: Whether network policy enabled
1110+
type: bool
10091111
- name: node_locations
10101112
description: The list of zones in which the cluster's nodes are located.
1113+
type:
1114+
- list
1115+
- string
10111116
- name: secret_manager_addon_enabled
10121117
description: Whether Secret Manager add-on is enabled
1118+
type: bool
10131119
- name: vertical_pod_autoscaling_enabled
10141120
description: Whether vertical pod autoscaling enabled
1121+
type: bool
10151122
requirements:
10161123
roles:
10171124
- level: Project

0 commit comments

Comments
 (0)