ContainerImage.Pinniped/generated/1.23/client/go.mod
Ryan Richard af01c3aeb6 Make kubectl explain work for Pinniped aggregated APIs
- 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
2022-09-21 15:15:37 -07:00

14 lines
333 B
Modula-2
Generated

// This go.mod file is generated by ./hack/codegen.sh.
module go.pinniped.dev/generated/1.23/client
go 1.13
require (
go.pinniped.dev/generated/1.23/apis v0.0.0
k8s.io/apimachinery v0.23.9
k8s.io/client-go v0.23.9
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65
)
replace go.pinniped.dev/generated/1.23/apis => ../apis