Skip to content

Commit

Permalink
tests: add another bigtableInstance test
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsb committed Jul 23, 2024
1 parent 158500d commit 3f2d699
Show file tree
Hide file tree
Showing 4 changed files with 1,781 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
apiVersion: bigtable.cnrm.cloud.google.com/v1beta1
kind: BigtableInstance
metadata:
annotations:
cnrm.cloud.google.com/management-conflict-prevention-policy: none
cnrm.cloud.google.com/mutable-but-unreadable-fields: '{"spec":{"instanceType":"PRODUCTION"}}'
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: 4
labels:
cnrm-test: "true"
name: bigtableinstance
namespace: ${uniqueId}
spec:
cluster:
- autoscalingConfig:
cpuTarget: 70
maxNodes: 30
minNodes: 3
storageTarget: 2560
clusterId: us-central1-a
numNodes: 2
storageType: SSD
zone: us-central1-a
- autoscalingConfig:
cpuTarget: 80
maxNodes: 20
minNodes: 2
storageTarget: 2560
clusterId: us-east1-b
numNodes: 2
storageType: SSD
zone: us-east1-b
- autoscalingConfig:
cpuTarget: 80
maxNodes: 20
minNodes: 2
storageTarget: 2560
clusterId: us-west1-a
numNodes: 2
storageType: SSD
zone: us-west1-a
- autoscalingConfig:
cpuTarget: 80
maxNodes: 20
minNodes: 2
storageTarget: 2560
clusterId: us-central1-c
numNodes: 2
storageType: SSD
zone: us-central1-c
displayName: bigtableinstance
instanceType: PRODUCTION
resourceID: bt-${uniqueId}
status:
conditions:
- lastTransitionTime: "1970-01-01T00:00:00Z"
message: The resource is up to date
reason: UpToDate
status: "True"
type: Ready
observedGeneration: 4
Loading

0 comments on commit 3f2d699

Please sign in to comment.