Skip to content

Commit

Permalink
Initial implementation of IAMWorkloadIndentityPool in Direct
Browse files Browse the repository at this point in the history
  • Loading branch information
katrielt committed Jan 8, 2025
1 parent 416bc83 commit 5c9f9f4
Show file tree
Hide file tree
Showing 7 changed files with 4,746 additions and 8 deletions.
1 change: 1 addition & 0 deletions config/tests/samples/create/harness.go
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,7 @@ func MaybeSkip(t *testing.T, name string, resources []*unstructured.Unstructured
case schema.GroupKind{Group: "iam.cnrm.cloud.google.com", Kind: "IAMPolicy"}:
case schema.GroupKind{Group: "iam.cnrm.cloud.google.com", Kind: "IAMPolicyMember"}:
case schema.GroupKind{Group: "iam.cnrm.cloud.google.com", Kind: "IAMServiceAccount"}:
case schema.GroupKind{Group: "iam.cnrm.cloud.google.com", Kind: "IAMWorkloadIdentityPool"}:

case schema.GroupKind{Group: "edgecontainer.cnrm.cloud.google.com", Kind: "EdgeContainerCluster"}:
case schema.GroupKind{Group: "edgecontainer.cnrm.cloud.google.com", Kind: "EdgeContainerNodePool"}:
Expand Down
1 change: 1 addition & 0 deletions mockgcp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ gen-proto-no-fixup:
./third_party/googleapis/mockgcp/devtools/cloudbuild/v1/*.proto \
./third_party/googleapis/mockgcp/firestore/admin/v1/*.proto \
./third_party/googleapis/mockgcp/iam/admin/v1/*.proto \
./third_party/googleapis/mockgcp/iam/v1beta/*.proto \
./third_party/googleapis/mockgcp/logging/v2/*.proto \
./third_party/googleapis/mockgcp/monitoring/dashboard/v1/*.proto \
./third_party/googleapis/mockgcp/monitoring/metricsscope/v1/*.proto \
Expand Down
Loading

0 comments on commit 5c9f9f4

Please sign in to comment.