Skip to content

Commit

Permalink
tests: capture golden output for bigtabletable test
Browse files Browse the repository at this point in the history
This uses our new GRPC collection infrastructure.
  • Loading branch information
justinsb committed Apr 26, 2024
1 parent 12841dd commit 712924c
Show file tree
Hide file tree
Showing 2 changed files with 568 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: bigtable.cnrm.cloud.google.com/v1beta1
kind: BigtableTable
metadata:
annotations:
cnrm.cloud.google.com/management-conflict-prevention-policy: none
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: 3
labels:
cnrm-test: "true"
name: bigtabletable-${uniqueId}
namespace: ${uniqueId}
spec:
columnFamily:
- family: family3
- family: family2
deletionProtection: UNPROTECTED
instanceRef:
name: bigtable-dep-${uniqueId}
resourceID: bigtabletable-${uniqueId}
splitKeys:
- a
status:
conditions:
- lastTransitionTime: "1970-01-01T00:00:00Z"
message: The resource is up to date
reason: UpToDate
status: "True"
type: Ready
observedGeneration: 3
Loading

0 comments on commit 712924c

Please sign in to comment.