mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-04 17:09:51 +00:00
8 lines
94 B
Go
8 lines
94 B
Go
package schemes
|
|
|
|
import (
|
|
"k8s.io/apimachinery/pkg/runtime"
|
|
)
|
|
|
|
var All = runtime.NewScheme()
|