Skip to content

Commit

Permalink
add csau test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyue-101 committed Dec 12, 2024
1 parent ed993f6 commit 3b93478
Show file tree
Hide file tree
Showing 10 changed files with 4,901 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
apiVersion: gkehub.cnrm.cloud.google.com/v1beta1
kind: GKEHubFeatureMembership
metadata:
annotations:
cnrm.cloud.google.com/management-conflict-prevention-policy: none
finalizers:
- cnrm.cloud.google.com/finalizer
- cnrm.cloud.google.com/deletion-defender
generation: 2
labels:
cnrm-test: "true"
name: gkehubfeaturemembership-basic-csau-${uniqueId}
namespace: ${uniqueId}
spec:
configmanagement:
configSync:
git:
gcpServiceAccountRef:
name: sa-${uniqueId}
httpsProxy: https://github.com
policyDir: config-connector
secretType: none
syncBranch: master
syncRepo: https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit
syncRev: HEAD
syncWaitSecs: "20"
sourceFormat: hierarchy
management: MANAGEMENT_AUTOMATIC
featureRef:
name: gkehubfeature-basic-csau-${uniqueId}
location: global
membershipLocation: us-south1
membershipRef:
name: gkehubmembership-basic-csau-${uniqueId}
projectRef:
name: project-${uniqueId}
status:
conditions:
- lastTransitionTime: "1970-01-01T00:00:00Z"
message: The resource is up to date
reason: UpToDate
status: "True"
type: Ready
observedGeneration: 2
Loading

0 comments on commit 3b93478

Please sign in to comment.