Skip to content

feat: add resource WorkflowsExecution #10740

feat: add resource WorkflowsExecution

feat: add resource WorkflowsExecution #10740

Triggered via push February 8, 2025 13:21
Status Failure
Total duration 5m 27s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: apis/workflows/v1alpha1/execution_identity.go#L60
obj.Spec.ProjectRef undefined (type WorkflowsExecutionSpec has no field or method ProjectRef)
lint: apis/workflows/v1alpha1/execution_identity.go#L68
obj.Spec.Location undefined (type WorkflowsExecutionSpec has no field or method Location)
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)
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)
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
lint: apis/workflows/v1alpha1/execution_identity.go#L60
obj.Spec.ProjectRef undefined (type WorkflowsExecutionSpec has no field or method ProjectRef)
lint: apis/workflows/v1alpha1/execution_identity.go#L68
obj.Spec.Location undefined (type WorkflowsExecutionSpec has no field or method Location)
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)
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)
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)