Bump github.com/Microsoft/hcsshim from 0.11.4 to 0.12.5 #179
Annotations
10 errors
Run golangci-lint:
pkg/apis/crd/v1beta1/register.go#L45
cannot use &AntreaControllerInfo{} (value of type *AntreaControllerInfo) as "k8s.io/apimachinery/pkg/runtime".Object value in argument to scheme.AddKnownTypes: *AntreaControllerInfo does not implement "k8s.io/apimachinery/pkg/runtime".Object (missing method GetObjectKind) (typecheck)
|
Run golangci-lint:
pkg/apis/crd/v1beta1/register.go#L46
cannot use &AntreaControllerInfoList{} (value of type *AntreaControllerInfoList) as "k8s.io/apimachinery/pkg/runtime".Object value in argument to scheme.AddKnownTypes: *AntreaControllerInfoList does not implement "k8s.io/apimachinery/pkg/runtime".Object (missing method GetObjectKind) (typecheck)
|
Run golangci-lint:
pkg/apis/crd/v1beta1/register.go#L47
cannot use &AntreaAgentInfo{} (value of type *AntreaAgentInfo) as "k8s.io/apimachinery/pkg/runtime".Object value in argument to scheme.AddKnownTypes: *AntreaAgentInfo does not implement "k8s.io/apimachinery/pkg/runtime".Object (missing method GetObjectKind) (typecheck)
|
Run golangci-lint:
pkg/apis/crd/v1beta1/register.go#L48
cannot use &AntreaAgentInfoList{} (value of type *AntreaAgentInfoList) as "k8s.io/apimachinery/pkg/runtime".Object value in argument to scheme.AddKnownTypes: *AntreaAgentInfoList does not implement "k8s.io/apimachinery/pkg/runtime".Object (missing method GetObjectKind) (typecheck)
|
Run golangci-lint:
pkg/apis/crd/v1beta1/register.go#L49
cannot use &Tier{} (value of type *Tier) as "k8s.io/apimachinery/pkg/runtime".Object value in argument to scheme.AddKnownTypes: *Tier does not implement "k8s.io/apimachinery/pkg/runtime".Object (missing method GetObjectKind) (typecheck)
|
Run golangci-lint:
pkg/apis/crd/v1beta1/register.go#L50
cannot use &TierList{} (value of type *TierList) as "k8s.io/apimachinery/pkg/runtime".Object value in argument to scheme.AddKnownTypes: *TierList does not implement "k8s.io/apimachinery/pkg/runtime".Object (missing method GetObjectKind) (typecheck)
|
Run golangci-lint:
pkg/apis/crd/v1beta1/register.go#L51
cannot use &ExternalIPPool{} (value of type *ExternalIPPool) as "k8s.io/apimachinery/pkg/runtime".Object value in argument to scheme.AddKnownTypes: *ExternalIPPool does not implement "k8s.io/apimachinery/pkg/runtime".Object (missing method GetObjectKind) (typecheck)
|
Run golangci-lint:
pkg/apis/crd/v1beta1/register.go#L52
cannot use &ExternalIPPoolList{} (value of type *ExternalIPPoolList) as "k8s.io/apimachinery/pkg/runtime".Object value in argument to scheme.AddKnownTypes: *ExternalIPPoolList does not implement "k8s.io/apimachinery/pkg/runtime".Object (missing method GetObjectKind) (typecheck)
|
Run golangci-lint:
pkg/apis/crd/v1beta1/register.go#L53
cannot use &ClusterGroup{} (value of type *ClusterGroup) as "k8s.io/apimachinery/pkg/runtime".Object value in argument to scheme.AddKnownTypes: *ClusterGroup does not implement "k8s.io/apimachinery/pkg/runtime".Object (missing method GetObjectKind) (typecheck)
|
Run golangci-lint:
pkg/apis/crd/v1beta1/register.go#L54
cannot use &ClusterGroupList{} (value of type *ClusterGroupList) as "k8s.io/apimachinery/pkg/runtime".Object value in argument to scheme.AddKnownTypes: *ClusterGroupList does not implement "k8s.io/apimachinery/pkg/runtime".Object (missing method GetObjectKind) (typecheck)
|
Loading