pulumi / registry

The global index of everything you can do with Pulumi.
https://www.pulumi.com/registry
Apache License 2.0
24 stars 110 forks source link

Fix titles on kubernetes resource pages #2559

Open sean1588 opened 1 year ago

sean1588 commented 1 year ago

The h1s on the kuberenetes resource pages are not rendering with the expected text.

For example: kubernetes.flowcontrol.apiserver.k8s.io/v1alpha1.FlowSchema should be kubernetes.flowcontrol.v1alpha1.FlowSchema

https://www.pulumi.com/registry/packages/kubernetes/api-docs/flowcontrol/v1alpha1/flowschema/

lblackstone commented 1 year ago

I bet this was a new resource type that was introduced since the last changes to the k8s docs gen. If I recall, that may have involved a look up table that probably hasn't been updated.