This repository has been archived by the owner on Mar 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
.kres.yaml
127 lines (127 loc) · 4.03 KB
/
.kres.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
---
kind: auto.CommandConfig
name: build
spec:
disableImage: true
---
kind: auto.CustomSteps
spec:
steps:
- name: dev-server
toplevel: true
---
kind: custom.Step
name: dev-server
spec:
makefile:
enabled: true
phony: true
script:
- hack/dev-server.sh
---
kind: golang.Build
spec:
outputs:
linux-amd64:
GOOS: linux
GOARCH: amd64
linux-arm64:
GOOS: linux
GOARCH: arm64
linux-armv7:
GOOS: linux
GOARCH: arm
GOARM: 7
darwin-amd64:
GOOS: darwin
GOARCH: amd64
darwin-arm64:
GOOS: darwin
GOARCH: arm64
windows-amd64.exe:
GOOS: windows
GOARCH: amd64
---
kind: golang.Protobuf
spec:
specs:
- source: api/socket/message.proto
subdirectory: socket/message/
- source: api/common/theila.proto
subdirectory: common
- source: api/rpc/resource.proto
subdirectory: rpc
genGateway: true
- source: api/rpc/context.proto
subdirectory: rpc
genGateway: true
- source: api/rpc/management.proto
subdirectory: rpc
genGateway: true
- source: https://raw.githubusercontent.com/googleapis/googleapis/master/google/rpc/status.proto
subdirectory: google/rpc/
genGateway: true
- source: https://raw.githubusercontent.com/siderolabs/talos/master/api/common/common.proto
subdirectory: common/
genGateway: true
- source: https://raw.githubusercontent.com/siderolabs/talos/master/api/resource/resource.proto
subdirectory: talos/resource/
genGateway: true
- source: https://raw.githubusercontent.com/siderolabs/talos/master/api/machine/machine.proto
subdirectory: talos/machine/
genGateway: true
- source: https://raw.githubusercontent.com/cosi-project/runtime/master/api/v1alpha1/state.proto
subdirectory: v1alpha1
genGateway: true
- source: https://raw.githubusercontent.com/cosi-project/runtime/master/api/v1alpha1/resource.proto
subdirectory: v1alpha1
genGateway: true
---
kind: js.Protobuf
spec:
destinationRoot: src/api
specs:
- source: api/common/theila.proto
subdirectory: common
genGateway: true
- source: api/socket/message.proto
subdirectory: socket
- source: api/rpc/resource.proto
subdirectory: rpc
genGateway: true
- source: api/rpc/context.proto
subdirectory: rpc
genGateway: true
- source: api/rpc/management.proto
subdirectory: rpc
genGateway: true
- source: https://raw.githubusercontent.com/googleapis/googleapis/master/google/rpc/status.proto
subdirectory: google/rpc/
genGateway: true
- source: https://raw.githubusercontent.com/siderolabs/talos/master/api/resource/resource.proto
subdirectory: talos/resource
genGateway: true
- source: https://raw.githubusercontent.com/siderolabs/talos/master/api/machine/machine.proto
subdirectory: talos/machine
genGateway: true
- source: https://raw.githubusercontent.com/protocolbuffers/protobuf/master/src/google/protobuf/any.proto
subdirectory: google/protobuf/
genGateway: true
- source: https://raw.githubusercontent.com/protocolbuffers/protobuf/master/src/google/protobuf/duration.proto
subdirectory: google/protobuf/
genGateway: true
- source: https://raw.githubusercontent.com/protocolbuffers/protobuf/master/src/google/protobuf/empty.proto
subdirectory: google/protobuf/
genGateway: true
- source: https://raw.githubusercontent.com/protocolbuffers/protobuf/master/src/google/protobuf/timestamp.proto
subdirectory: google/protobuf/
genGateway: true
- source: https://raw.githubusercontent.com/googleapis/googleapis/master/google/rpc/code.proto
subdirectory: google/rpc/
genGateway: true
- source: https://raw.githubusercontent.com/siderolabs/talos/master/api/common/common.proto
subdirectory: common/
genGateway: true
- source: https://raw.githubusercontent.com/cosi-project/runtime/master/api/v1alpha1/resource.proto
subdirectory: v1alpha1
genGateway: true