Skip to content

Commit

Permalink
feat: Add GKE Cluster property type (#2013)
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbleyg authored Dec 6, 2023
1 parent 5104b25 commit 640a885
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
2 changes: 1 addition & 1 deletion cli/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SHELL := /bin/bash

# Changing this value will trigger a new release
VERSION=v1.2.9
VERSION=v1.2.10
BINARY=bin/cft
GITHUB_REPO=github.com/GoogleCloudPlatform/cloud-foundation-toolkit
PLATFORMS := linux windows darwin
Expand Down
31 changes: 18 additions & 13 deletions cli/bpmetadata/bpmetadata_ui_ext.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions cli/bpmetadata/proto/bpmetadata_ui_ext.proto
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ enum ExtensionType {

// IAM related.
ET_IAM_SERVICE_ACCOUNT = 19;

// GKE related.
ET_GKE_CLUSTER = 20;
}

// An extension for variables defined as part of DisplayVariable. The
Expand Down

0 comments on commit 640a885

Please sign in to comment.