Skip to content

Undefined Handler in struct k8s.io/api/core/v1 #1615

@TheMMSH

Description

@TheMMSH

I have error below while using v0.10.2 or previous versions, due to a change made by k8s.io/api/core/v1/types.go which is not handled in this repo.

github.com/docker/buildx@v0.10.2/driver/kubernetes/manifest/manifest.go:92:9: unknown field 'Handler' in struct literal of type "k8s.io/api/core/v1".Probe
github.com/docker/buildx@v0.10.2/driver/kubernetes/manifest/manifest.go:92:25: undefined: v1.Handler

This is the breaking change that causes this error

As you can see, They've changed Handler type to ProbeHandler

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions