mirror of
https://github.com/kubernetes/client-go.git
synced 2025-10-11 14:23:27 +00:00
Make third-party example buildable
This commit is contained in:
@@ -3,9 +3,9 @@ package main
|
||||
import (
|
||||
"encoding/json"
|
||||
|
||||
"k8s.io/client-go/1.5/pkg/api"
|
||||
"k8s.io/client-go/1.5/pkg/api/meta"
|
||||
"k8s.io/client-go/1.5/pkg/api/unversioned"
|
||||
"k8s.io/client-go/pkg/api"
|
||||
"k8s.io/client-go/pkg/api/meta"
|
||||
"k8s.io/client-go/pkg/api/unversioned"
|
||||
)
|
||||
|
||||
type ExampleSpec struct {
|
||||
|
Reference in New Issue
Block a user