You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "igarashitm (via GitHub)" <gi...@apache.org> on 2023/07/06 15:02:44 UTC

[GitHub] [camel-k] igarashitm opened a new issue, #4540: Camel K API doc has dead links to k8s ObjectMeta

igarashitm opened a new issue, #4540:
URL: https://github.com/apache/camel-k/issues/4540

   I found that the link to k8s ObjectMeta API from this doc is dead
   https://camel.apache.org/camel-k/1.12.x/apis/camel-k.html
   
   It looks like the k8s doc older than v1.23 were removed at some point. The latest is
   https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#objectmeta-v1-meta
   
   @squakez suggested that we might be able to scrape the version from somewhere so that we can dynamically generate the link to the version camel-k is actually using.
   > Probably we need to change this https://github.com/apache/camel-k/blob/main/script/gen_crd/gen-crd-api-config.json#L13 and point to the proper Kubernetes version. Thanks for reporting
   
   > I think we need to replace the version with the API version we're using which is: https://github.com/apache/camel-k/blob/main/go.mod#L47 if we can use some script to scrape the version and replace (taking care to bump the major accordingly, ie, 1.25.6) it would be perfect


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] squakez closed issue #4540: Camel K API doc has dead links to k8s ObjectMeta

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez closed issue #4540: Camel K API doc has dead links to k8s ObjectMeta
URL: https://github.com/apache/camel-k/issues/4540


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org