-
Notifications
You must be signed in to change notification settings - Fork 1.3k
fix: Adding output types to metadata.yaml for gke-standard-cluster #2492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Saranya3
wants to merge
2
commits into
terraform-google-modules:main
Choose a base branch
from
Saranya3:gfix1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -973,44 +973,151 @@ spec: | |
| outputs: | ||
| - name: addons_config | ||
| description: The configuration for addons supported by GKE Autopilot. | ||
| type: | ||
| - list | ||
| - - object | ||
| - cloudrun_config: | ||
| - list | ||
| - - object | ||
| - disabled: bool | ||
| load_balancer_type: string | ||
| config_connector_config: | ||
| - list | ||
| - - object | ||
| - enabled: bool | ||
| dns_cache_config: | ||
| - list | ||
| - - object | ||
| - enabled: bool | ||
| gce_persistent_disk_csi_driver_config: | ||
| - list | ||
| - - object | ||
| - enabled: bool | ||
| gcp_filestore_csi_driver_config: | ||
| - list | ||
| - - object | ||
| - enabled: bool | ||
| gcs_fuse_csi_driver_config: | ||
| - list | ||
| - - object | ||
| - enabled: bool | ||
| gke_backup_agent_config: | ||
| - list | ||
| - - object | ||
| - enabled: bool | ||
| horizontal_pod_autoscaling: | ||
| - list | ||
| - - object | ||
| - disabled: bool | ||
| http_load_balancing: | ||
| - list | ||
| - - object | ||
| - disabled: bool | ||
| istio_config: | ||
| - list | ||
| - - object | ||
| - auth: string | ||
| disabled: bool | ||
| kalm_config: | ||
| - list | ||
| - - object | ||
| - enabled: bool | ||
| lustre_csi_driver_config: | ||
| - list | ||
| - - object | ||
| - enable_legacy_lustre_port: bool | ||
| enabled: bool | ||
| network_policy_config: | ||
| - list | ||
| - - object | ||
| - disabled: bool | ||
| parallelstore_csi_driver_config: | ||
| - list | ||
| - - object | ||
| - enabled: bool | ||
| ray_operator_config: | ||
| - list | ||
| - - object | ||
| - enabled: bool | ||
| ray_cluster_logging_config: | ||
| - list | ||
| - - object | ||
| - enabled: bool | ||
| ray_cluster_monitoring_config: | ||
| - list | ||
| - - object | ||
| - enabled: bool | ||
| stateful_ha_config: | ||
| - list | ||
| - - object | ||
| - enabled: bool | ||
| - name: ca_certificate | ||
| description: Cluster ca certificate (base64 encoded) | ||
| type: string | ||
| - name: cluster_id | ||
| description: Cluster ID | ||
| type: string | ||
| - name: cluster_name | ||
| description: Cluster name | ||
| type: string | ||
| - name: endpoint | ||
| description: Cluster endpoint | ||
| type: string | ||
| - name: endpoint_dns | ||
| description: Cluster endpoint DNS | ||
| type: string | ||
| - name: horizontal_pod_autoscaling_enabled | ||
| description: Whether horizontal pod autoscaling enabled | ||
| type: bool | ||
| - name: http_load_balancing_enabled | ||
| description: Whether http load balancing enabled | ||
| type: bool | ||
| - name: identity_service_enabled | ||
| description: Whether Identity Service is enabled | ||
| type: bool | ||
| - name: intranode_visibility_enabled | ||
| description: Whether intra-node visibility is enabled | ||
| type: bool | ||
| - name: location | ||
| description: Cluster location (region if regional cluster, zone if zonal cluster) | ||
| type: string | ||
| - name: logging_service | ||
| description: Logging service used | ||
| type: string | ||
| - name: master_authorized_networks_config | ||
| description: Networks from which access to master is permitted | ||
| type: | ||
| - list | ||
| - - object | ||
| - cidr_blocks: | ||
| - set | ||
| - - object | ||
| - cidr_block: string | ||
| display_name: string | ||
| gcp_public_cidrs_access_enabled: bool | ||
| private_endpoint_enforcement_enabled: bool | ||
| - name: master_version | ||
| description: Current master kubernetes version | ||
| type: string | ||
| - name: min_master_version | ||
| description: Minimum master kubernetes version | ||
|
Comment on lines
1099
to
1103
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The - name: master_version
description: Current master kubernetes version
type: string
- name: min_master_version
description: Minimum master kubernetes version
type: string |
||
| - name: monitoring_service | ||
| description: Monitoring service used | ||
| type: string | ||
| - name: network_policy_enabled | ||
| description: Whether network policy enabled | ||
| type: bool | ||
| - name: node_locations | ||
| description: The list of zones in which the cluster's nodes are located. | ||
| type: | ||
| - set | ||
| - string | ||
| - name: secret_manager_addon_enabled | ||
| description: Whether Secret Manager add-on is enabled | ||
| type: bool | ||
| - name: vertical_pod_autoscaling_enabled | ||
| description: Whether vertical pod autoscaling enabled | ||
| type: bool | ||
| requirements: | ||
| roles: | ||
| - level: Project | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would
listmake more sense here instead ofset? Same for other places wheresetis used.