Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 419 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 419 Bytes

KST Runtime-API

Requirements

Test Mocks

Mocks used on tests are generated with Mockery, when you need a new mock, create it with this command:

$> mockery -all

Development

Before running the first time this code you need to install this specific kubernetes client go version:

    go get k8s.io/[email protected]
    go run .