-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2106 from yuwenma/stricter-test-externalsubresource
fix: Add more new golden http log for external-with-subresource
- Loading branch information
Showing
2 changed files
with
412 additions
and
0 deletions.
There are no files selected for viewing
34 changes: 34 additions & 0 deletions
34
...externalref/externalwithsubresource/_generated_object_externalwithsubresource.golden.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
apiVersion: spanner.cnrm.cloud.google.com/v1beta1 | ||
kind: SpannerDatabase | ||
metadata: | ||
annotations: | ||
cnrm.cloud.google.com/management-conflict-prevention-policy: none | ||
cnrm.cloud.google.com/mutable-but-unreadable-fields: '{"spec":{"ddl":["CREATE | ||
TABLE t1 (t1 INT64 NOT NULL,) PRIMARY KEY(t1)"]}}' | ||
cnrm.cloud.google.com/project-id: ${projectId} | ||
cnrm.cloud.google.com/state-into-spec: merge | ||
finalizers: | ||
- cnrm.cloud.google.com/finalizer | ||
- cnrm.cloud.google.com/deletion-defender | ||
generation: 2 | ||
labels: | ||
cnrm-test: "true" | ||
name: spannerdatabase-test | ||
namespace: ${uniqueId} | ||
spec: | ||
databaseDialect: GOOGLE_STANDARD_SQL | ||
ddl: | ||
- CREATE TABLE t1 (t1 INT64 NOT NULL,) PRIMARY KEY(t1) | ||
instanceRef: | ||
external: spannerinstance-${uniqueId} | ||
resourceID: spannerdatabase-test | ||
versionRetentionPeriod: 1h | ||
status: | ||
conditions: | ||
- lastTransitionTime: "1970-01-01T00:00:00Z" | ||
message: The resource is up to date | ||
reason: UpToDate | ||
status: "True" | ||
type: Ready | ||
observedGeneration: 2 | ||
state: READY |
Oops, something went wrong.