Skip to content

🐛 Fix API documentation to comply with k8s conventions by fixing embedded field docs and adding missing +optional markers #6609

🐛 Fix API documentation to comply with k8s conventions by fixing embedded field docs and adding missing +optional markers

🐛 Fix API documentation to comply with k8s conventions by fixing embedded field docs and adding missing +optional markers #6609

Workflow file for this run

name: go-apidiff
on:
merge_group:
pull_request:
jobs:
go-apidiff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- uses: joelanford/go-apidiff@main