[WIP]create deployments commands #1834
ci.yaml
on: pull_request
Build image
16m 2s
Build cloud image
19m 51s
Build dind image
4m 47s
Trivy fs scan
32s
Unit test
14m 1s
Lint
7m 18s
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)
|