[WIP]create deployments commands #1827
ci.yaml
on: pull_request
Build image
16m 28s
Build cloud image
20m 39s
Build dind image
5m 21s
Trivy fs scan
36s
Unit test
12m 7s
Lint
1m 17s
Annotations
20 errors
Lint:
cmd/plural/api_test.go#L1
: # github.com/pluralsh/plural/cmd/plural_test [github.com/pluralsh/plural/cmd/plural.test]
|
Lint:
cmd/plural/cd_test.go#L34
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CreateCluster)
|
Lint:
cmd/plural/cd_test.go#L91
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CreateCluster)
|
Lint:
cmd/plural/cd_test.go#L131
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CreateCluster)
|
Lint:
cmd/plural/cd_test.go#L171
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CreateCluster)
|
Lint:
cmd/plural/crypto_test.go#L239
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
|
Lint:
cmd/plural/logs_test.go#L37
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
|
Lint:
cmd/plural/ops_test.go#L58
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
|
Lint:
cmd/plural/ops_test.go#L119
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
|
Lint:
cmd/plural/proxy_test.go#L54
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
|
Unit test:
cmd/plural/cd_test.go#L34
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CreateCluster)
|
Unit test:
cmd/plural/cd_test.go#L91
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CreateCluster)
|
Unit test:
cmd/plural/cd_test.go#L131
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CreateCluster)
|
Unit test:
cmd/plural/cd_test.go#L171
cannot use client (variable of type *mocks.ConsoleClient) as "github.com/pluralsh/plural/pkg/console".ConsoleClient value in struct literal: *mocks.ConsoleClient does not implement "github.com/pluralsh/plural/pkg/console".ConsoleClient (missing method CreateCluster)
|
Unit test:
cmd/plural/crypto_test.go#L239
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
|
Unit test:
cmd/plural/logs_test.go#L37
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
|
Unit test:
cmd/plural/ops_test.go#L58
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
|
Unit test:
cmd/plural/ops_test.go#L119
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
|
Unit test:
cmd/plural/proxy_test.go#L54
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
|
Unit test:
cmd/plural/vpn_test.go#L63
cannot use kube (variable of type *mocks.Kube) as "github.com/pluralsh/plural/pkg/kubernetes".Kube value in struct literal: *mocks.Kube does not implement "github.com/pluralsh/plural/pkg/kubernetes".Kube (missing method SecretDelete)
|