Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #67 from forseti-security/nodepool-terminal-val-up…
Browse files Browse the repository at this point in the history
…dates

add other terminal values for gke nodepool
  • Loading branch information
jceresini authored Mar 5, 2021
2 parents 504a9fd + 3ebb781 commit d0f8c73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpe/resources/gcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,7 @@ class GcpGkeClusterNodepool(GoogleAPIResource):
version = "v1"
readiness_key = 'status'
readiness_value = 'RUNNING'
readiness_terminal_values = ['ERROR', 'RUNNING_WITH_ERROR', 'RECONCILING', 'STOPPING']

required_resource_data = ['name', 'cluster', 'location', 'project_id']

Expand Down

0 comments on commit d0f8c73

Please sign in to comment.