feat: add resource WorkflowsExecution #10740
Annotations
10 errors
golangci-lint:
apis/workflows/v1alpha1/execution_identity.go#L60
obj.Spec.ProjectRef undefined (type WorkflowsExecutionSpec has no field or method ProjectRef)
|
golangci-lint:
apis/workflows/v1alpha1/execution_identity.go#L68
obj.Spec.Location undefined (type WorkflowsExecutionSpec has no field or method Location)
|
golangci-lint:
apis/workflows/v1alpha1/execution_types.go#L83
cannot use &WorkflowsExecution{} (value of type *WorkflowsExecution) as "k8s.io/apimachinery/pkg/runtime".Object value in argument to SchemeBuilder.Register: *WorkflowsExecution does not implement "k8s.io/apimachinery/pkg/runtime".Object (missing method DeepCopyObject)
|
golangci-lint:
apis/workflows/v1alpha1/execution_types.go#L83
cannot use &WorkflowsExecutionList{} (value of type *WorkflowsExecutionList) as "k8s.io/apimachinery/pkg/runtime".Object value in argument to SchemeBuilder.Register: *WorkflowsExecutionList does not implement "k8s.io/apimachinery/pkg/runtime".Object (missing method DeepCopyObject) (typecheck)
|
golangci-lint:
pkg/controller/direct/workflows/execution_controller.go#L23
could not import github.com/GoogleCloudPlatform/k8s-config-connector/apis/workflows/v1alpha1 (-: # github.com/GoogleCloudPlatform/k8s-config-connector/apis/workflows/v1alpha1
|
golangci-lint:
apis/workflows/v1alpha1/execution_identity.go#L60
obj.Spec.ProjectRef undefined (type WorkflowsExecutionSpec has no field or method ProjectRef)
|
golangci-lint:
apis/workflows/v1alpha1/execution_identity.go#L68
obj.Spec.Location undefined (type WorkflowsExecutionSpec has no field or method Location)
|
golangci-lint:
apis/workflows/v1alpha1/execution_types.go#L83
cannot use &WorkflowsExecution{} (value of type *WorkflowsExecution) as "k8s.io/apimachinery/pkg/runtime".Object value in argument to SchemeBuilder.Register: *WorkflowsExecution does not implement "k8s.io/apimachinery/pkg/runtime".Object (missing method DeepCopyObject)
|
golangci-lint:
apis/workflows/v1alpha1/execution_types.go#L83
cannot use &WorkflowsExecutionList{} (value of type *WorkflowsExecutionList) as "k8s.io/apimachinery/pkg/runtime".Object value in argument to SchemeBuilder.Register: *WorkflowsExecutionList does not implement "k8s.io/apimachinery/pkg/runtime".Object (missing method DeepCopyObject)) (typecheck)
|
golangci-lint:
pkg/controller/direct/workflows/execution_controller.go#L147
a.gcpClient.CreateExecution undefined (type *"cloud.google.com/go/workflows/apiv1".Client has no field or method CreateExecution) (typecheck)
|
Loading