Skip to content

Commit

Permalink
add mock log
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpang777 committed Dec 18, 2024
1 parent 137f548 commit 9c02a94
Show file tree
Hide file tree
Showing 2 changed files with 1,306 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
apiVersion: securesourcemanager.cnrm.cloud.google.com/v1alpha1
kind: SecureSourceManagerInstance
metadata:
finalizers:
- cnrm.cloud.google.com/finalizer
- cnrm.cloud.google.com/deletion-defender
generation: 1
labels:
cnrm-test: "true"
name: ssminstance-${uniqueId}
namespace: ${uniqueId}
spec:
location: us-central1
privateConfig:
caPoolRef:
name: privatecacapool-${uniqueId}
isPrivate: true
projectRef:
external: ${projectId}
status:
conditions:
- lastTransitionTime: "1970-01-01T00:00:00Z"
message: The resource is up to date
reason: UpToDate
status: "True"
type: Ready
externalRef: projects/${projectId}/locations/us-central1/instances/ssminstance-${uniqueId}
observedGeneration: 1
observedState:
hostConfig:
api: ssminstance-${uniqueId}-${projectNumber}-api.us-central1.sourcemanager.dev
gitHTTP: ssminstance-${uniqueId}-${projectNumber}-git.us-central1.sourcemanager.dev
gitSSH: ssminstance-${uniqueId}-${projectNumber}-ssh.us-central1.sourcemanager.dev
html: ssminstance-${uniqueId}-${projectNumber}.us-central1.sourcemanager.dev
state: ACTIVE
Loading

0 comments on commit 9c02a94

Please sign in to comment.