Skip to content

Commit

Permalink
Merge pull request #3286 from ziyue-101/fix_csau
Browse files Browse the repository at this point in the history
tests: csau test
  • Loading branch information
google-oss-prow[bot] authored Dec 16, 2024
2 parents efb69fe + 3b93478 commit 4901040
Show file tree
Hide file tree
Showing 17 changed files with 4,906 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ spec:
syncRev: HEAD
syncWaitSecs: "20"
sourceFormat: hierarchy
management: MANAGEMENT_AUTOMATIC
version: 1.18.1
version: 1.18.2
featureRef:
name: gkehubfeature-basic-acm-${uniqueId}
location: global
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1600,8 +1600,7 @@ User-Agent: kcc/controller-manager
},
"sourceFormat": "hierarchy"
},
"management": "MANAGEMENT_AUTOMATIC",
"version": "1.18.1"
"version": "1.18.2"
}
}
},
Expand Down Expand Up @@ -1677,7 +1676,7 @@ X-Xss-Protection: 0
},
"sourceFormat": "hierarchy"
},
"version": "1.18.1"
"version": "1.18.2"
}
}
},
Expand Down Expand Up @@ -1726,7 +1725,7 @@ X-Xss-Protection: 0
},
"sourceFormat": "hierarchy"
},
"version": "1.18.1"
"version": "1.18.2"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@ spec:
syncWaitSecs: "20"
syncRev: "HEAD"
secretType: "none"
version: "1.18.1"
management: "MANAGEMENT_AUTOMATIC"
version: "1.18.2"

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 4901040

Please sign in to comment.