hi all, looking added apiversion <traefik.contain...
# kubernetes
n
hi all, looking added apiversion traefik.containo.us/v1alpha1 can someone point me right directions
g
If I understand your question correctly, you can use the
apiextensions.CustomResource
class for this: https://www.pulumi.com/docs/reference/pkg/kubernetes/apiextensions/customresource/ That resource isn’t a built-in Kubernetes type, so the SDK doesn’t have a class for it.
n
Exactly what I was looking for :)
👍 1