Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 412 Bytes

developer_guide.md

File metadata and controls

25 lines (17 loc) · 412 Bytes

Developer guide

This document explains how to setup your dev environment.

Fetch dependency

We use dep to manage dependency. Install dependency if you haven't:

./hack/update_vendor.sh

How to build

Requirement:

  • Go 1.10+

Build in project root dir:

./hack/build/operator/build
./hack/build/backup-operator/build
./hack/build/restore-operator/build