Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#2256 from GoogleCloudPlatform/…
Browse files Browse the repository at this point in the history
…acpana/dataform-repository-tests-2

tests: capture golden object
  • Loading branch information
google-oss-prow[bot] authored Jul 9, 2024
2 parents 4ff5c14 + 98335e7 commit 85e4b88
Showing 1 changed file with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
apiVersion: dataform.cnrm.cloud.google.com/v1alpha1
kind: DataformRepository
metadata:
annotations:
cnrm.cloud.google.com/management-conflict-prevention-policy: none
cnrm.cloud.google.com/state-into-spec: absent
finalizers:
- cnrm.cloud.google.com/finalizer
- cnrm.cloud.google.com/deletion-defender
generation: 2
labels:
cnrm-test: "true"
name: dataformrepository-${uniqueId}
namespace: ${uniqueId}
spec:
projectRef:
external: ${projectId}
region: us-west2
resourceID: dataformrepository-${uniqueId}
status:
conditions:
- lastTransitionTime: "1970-01-01T00:00:00Z"
message: The resource is up to date
reason: UpToDate
status: "True"
type: Ready
observedGeneration: 2

0 comments on commit 85e4b88

Please sign in to comment.