mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
Fix two compilation errors when running go build ./...
This commit is contained in:
@@ -46,7 +46,6 @@ func init() {
|
||||
&OperationList{},
|
||||
&Event{},
|
||||
&EventList{},
|
||||
&ContainerManifestList{},
|
||||
)
|
||||
}
|
||||
|
||||
@@ -70,4 +69,3 @@ func (*Operation) IsAnAPIObject() {}
|
||||
func (*OperationList) IsAnAPIObject() {}
|
||||
func (*Event) IsAnAPIObject() {}
|
||||
func (*EventList) IsAnAPIObject() {}
|
||||
func (*ContainerManifestList) IsAnAPIObject() {}
|
||||
|
||||
Reference in New Issue
Block a user