Update k8s client version to 4.0.0 (#351)
Move to client-go v4.0.0 from 1.5.
This commit is contained in:
committed by
Soam Vasani
parent
e4d42797e6
commit
a25c167d23
@@ -16,7 +16,9 @@ limitations under the License.
|
||||
|
||||
package fission
|
||||
|
||||
import "k8s.io/client-go/1.5/pkg/api"
|
||||
import (
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
)
|
||||
|
||||
type (
|
||||
//
|
||||
@@ -240,7 +242,7 @@ type (
|
||||
URL string `json:"url"`
|
||||
|
||||
// Metatdata
|
||||
FunctionMetadata *api.ObjectMeta
|
||||
FunctionMetadata *metav1.ObjectMeta
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user