af01c3aeb6
- Change update-codegen.sh script to also generated openapi code for the aggregated API types - Update both aggregated API servers' configuration to make them serve the openapi docs for the aggregated APIs - Add new integration test which runs `kubectl explain` for all Pinniped API resources, and all fields and subfields of those resources - Update some the comments on the API structs - Change some names of the tmpl files to make the filename better match the struct names
15 lines
371 B
Modula-2
Generated
15 lines
371 B
Modula-2
Generated
// This go.mod file is generated by ./hack/codegen.sh.
|
|
module go.pinniped.dev/generated/1.20/client
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/go-openapi/spec v0.19.3
|
|
go.pinniped.dev/generated/1.20/apis v0.0.0
|
|
k8s.io/apimachinery v0.20.15
|
|
k8s.io/client-go v0.20.15
|
|
k8s.io/kube-openapi v0.0.0-20211110013926-83f114cd0513
|
|
)
|
|
|
|
replace go.pinniped.dev/generated/1.20/apis => ../apis
|