1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-02 07:44:51 +00:00

Add offspring controller

This commit is contained in:
Darren Shepherd
2017-12-19 21:39:57 -07:00
parent 2825fdb9c3
commit 2550f12a9a
11 changed files with 629 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ type Baz struct {
var (
version = types.APIVersion{
Version: "v1",
Group: "io.cattle.core.example",
Group: "example.core.cattle.io",
Path: "/example/v1",
}