Skip to content

Commit

Permalink
restructure proto files (#25)
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Bortnikov <[email protected]>
  • Loading branch information
aobort authored Mar 7, 2024
1 parent 2738bd1 commit 8228f68
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 75 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Lifecycle-manager

[![Pull Request Code test](https://github.com/ironcore-dev/lifecycle-manager/actions/workflows/test.yml/badge.svg)](https://github.com/ironcore-dev/lifecycle-manager/actions/workflows/test.yml)
[![Lint Golang Codebase](https://github.com/ironcore-dev/lifecycle-manager/actions/workflows/golangci-lint.yml/badge.svg)](https://github.com/ironcore-dev/lifecycle-manager/actions/workflows/golangci-lint.yml)
[![Main commit workflow](https://github.com/ironcore-dev/lifecycle-manager/actions/workflows/pipeline.yaml/badge.svg?branch=main)](https://github.com/ironcore-dev/lifecycle-manager/actions/workflows/pipeline.yaml)
[![GitHub License](https://img.shields.io/static/v1?label=License&message=Apache-2.0&color=blue)](LICENSE)

Lifecycle-manager is the Kubernetes operator to manage computes' firmware state and upgrade process.
Expand Down
2 changes: 1 addition & 1 deletion hack/genproto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pushd "$SCRIPT_DIR/.." > /dev/null
ROOT=$(pwd)
popd > /dev/null

pushd "$SCRIPT_DIR/../proto" > /dev/null
pushd "$SCRIPT_DIR/../lcmi" > /dev/null
export PATH=$PATH:$ROOT/bin

echo "Generating ${blue}proto${normal}"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions proto/buf.gen.yaml → lcmi/buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ managed:
- buf.build/k8s/api
plugins:
- plugin: buf.build/protocolbuffers/go:v1.32.0
out: ../lcmi/api
out: api
opt:
- paths=source_relative
- plugin: buf.build/connectrpc/go:v1.15.0
out: ../lcmi/api
out: api
opt:
- paths=source_relative
4 changes: 4 additions & 0 deletions lcmi/buf.work.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
version: v1
directories:
- api

7 changes: 0 additions & 7 deletions proto/buf.work.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions proto/commonapi/buf.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions proto/machineapi/buf.lock

This file was deleted.

13 changes: 0 additions & 13 deletions proto/machinetypeapi/buf.lock

This file was deleted.

10 changes: 0 additions & 10 deletions proto/machinetypeapi/buf.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions proto/storageapi/buf.lock

This file was deleted.

9 changes: 0 additions & 9 deletions proto/storageapi/buf.yaml

This file was deleted.

0 comments on commit 8228f68

Please sign in to comment.