ContainerImage.Pinniped/generated/1.22/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
335 B
Modula-2
Generated

// This go.mod file is generated by ./hack/codegen.sh.
module go.pinniped.dev/generated/1.22/client
go 1.13
require (
go.pinniped.dev/generated/1.22/apis v0.0.0
k8s.io/apimachinery v0.22.12
k8s.io/client-go v0.22.12
k8s.io/kube-openapi v0.0.0-20211109043538-20434351676c
)
replace go.pinniped.dev/generated/1.22/apis => ../apis