...
1label: Config Connector PubSubSchema
2markdownDescription: Creates yaml for a PubSubSchema resource
3insertText: |
4 apiVersion: pubsub.cnrm.cloud.google.com/v1beta1
5 kind: PubSubSchema
6 metadata:
7 name: \${1:pubsubschema-name}
8 spec:
9 type: \${2:PROTOCOL_BUFFER}
10 definition: |-
11 \${3:syntax = "proto3";
12 message Results [
13 string message_request = 1;
14 string message_response = 2;
15 string timestamp_request = 3;
16 string timestamp_response = 4;
17 ]}
18 projectRef:
19 external: \${4:[PROJECT_ID?]}
View as plain text