You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 24, 2023. It is now read-only.
Is this an ISSUE or FEATURE REQUEST? (choose one): ISSUE
What version of aks-engine?: Latest code in the repo
Kubernetes version: NA
What happened: When vendoring aks-engine using dep or another dependency management tool, it is required to run "go generate" to have to code compile correctly.
What you expected to happen: Ideally, the generated code is already checked into the repo allowing to directly vendor it into other applications.