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
398 B
Modula-2
Generated
15 lines
398 B
Modula-2
Generated
// This go.mod file is generated by ./hack/codegen.sh.
|
|
module go.pinniped.dev/generated/1.18/client
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/go-openapi/spec v0.0.0-20160808142527-6aced65f8501
|
|
go.pinniped.dev/generated/1.18/apis v0.0.0
|
|
k8s.io/apimachinery v0.18.18
|
|
k8s.io/client-go v0.18.18
|
|
k8s.io/kube-openapi v0.0.0-20200410145947-61e04a5be9a6
|
|
)
|
|
|
|
replace go.pinniped.dev/generated/1.18/apis => ../apis
|