mirror of https://github.com/k3s-io/k3s
6 lines
88 B
Go
6 lines
88 B
Go
|
package scheme
|
||
|
|
||
|
import "k8s.io/apimachinery/pkg/runtime"
|
||
|
|
||
|
var All = runtime.NewScheme()
|