mirror of
https://github.com/rancher/types.git
synced 2025-09-01 13:18:20 +00:00
Updates type for subcontext rewrite
This commit is contained in:
@@ -12,9 +12,11 @@ import (
|
||||
|
||||
var (
|
||||
Version = types.APIVersion{
|
||||
Version: "v3",
|
||||
Group: "cluster.cattle.io",
|
||||
Path: "/v3/clusters",
|
||||
Version: "v3",
|
||||
Group: "cluster.cattle.io",
|
||||
Path: "/v3/cluster",
|
||||
SubContext: true,
|
||||
SubContextSchema: "/v3/schemas/cluster",
|
||||
}
|
||||
|
||||
Schemas = factory.Schemas(&Version).
|
||||
|
Reference in New Issue
Block a user