chore!: alias deprecated K8sCrd to K8sAPI component#303
Conversation
🦋 Changeset detectedLatest commit: fc57b9a The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 4 minutes and 30 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (33)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Signed-off-by: JounQin <admin@1stg.me>
commit: |
There was a problem hiding this comment.
Pull request overview
This PR deprecates the legacy K8sCrd runtime component in favor of the newer K8sAPI component, and updates the docs/fixtures to use K8sAPI for CRD/API rendering going forward.
Changes:
- Replace
K8sCrdimplementation with a deprecated alias toK8sAPI. - Update fixture MDX pages (EN/ZH/RU) to use
<K8sAPI ... />instead of<K8sCrd ... />. - Update usage docs to emphasize “Standard K8S API” vs “CRD”, and remove the deprecated
K8sCrddocumentation pages/sections.
Reviewed changes
Copilot reviewed 33 out of 33 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/doom/src/runtime/components/K8sCrd.tsx | Deprecates K8sCrd by aliasing it to K8sAPI. |
| fixture-docs/zh/apis/kubernetes_apis/tektontriggers.mdx | Switches CRD rendering tag to <K8sAPI />. |
| fixture-docs/zh/apis/kubernetes_apis/tektonresults.mdx | Switches CRD rendering tag to <K8sAPI />. |
| fixture-docs/zh/apis/kubernetes_apis/tektonpipelines.mdx | Switches CRD rendering tag to <K8sAPI />. |
| fixture-docs/zh/apis/kubernetes_apis/tektoninstallersets.mdx | Switches CRD rendering tag to <K8sAPI />. |
| fixture-docs/zh/apis/kubernetes_apis/tektoninstallerset.mdx | Switches CRD rendering tag to <K8sAPI />. |
| fixture-docs/zh/apis/kubernetes_apis/tektonhubs.mdx | Switches CRD rendering tag to <K8sAPI />. |
| fixture-docs/zh/apis/kubernetes_apis/tektonconfig.mdx | Switches CRD rendering tag to <K8sAPI />. |
| fixture-docs/zh/apis/kubernetes_apis/tektonchains.mdx | Switches CRD rendering tag to <K8sAPI />. |
| fixture-docs/zh/apis/kubernetes_apis/openshiftpipelinesascodes.mdx | Switches CRD rendering tag to <K8sAPI />. |
| fixture-docs/ru/apis/kubernetes_apis/tektontriggers.mdx | Switches CRD rendering tag to <K8sAPI />. |
| fixture-docs/ru/apis/kubernetes_apis/tektonresults.mdx | Switches CRD rendering tag to <K8sAPI />. |
| fixture-docs/ru/apis/kubernetes_apis/tektonpipelines.mdx | Switches CRD rendering tag to <K8sAPI />. |
| fixture-docs/ru/apis/kubernetes_apis/tektoninstallersets.mdx | Switches CRD rendering tag to <K8sAPI />. |
| fixture-docs/ru/apis/kubernetes_apis/tektoninstallerset.mdx | Switches CRD rendering tag to <K8sAPI />. |
| fixture-docs/ru/apis/kubernetes_apis/tektonhubs.mdx | Switches CRD rendering tag to <K8sAPI />. |
| fixture-docs/ru/apis/kubernetes_apis/tektonconfig.mdx | Switches CRD rendering tag to <K8sAPI />. |
| fixture-docs/ru/apis/kubernetes_apis/tektonchains.mdx | Switches CRD rendering tag to <K8sAPI />. |
| fixture-docs/ru/apis/kubernetes_apis/openshiftpipelinesascodes.mdx | Switches CRD rendering tag to <K8sAPI />. |
| fixture-docs/en/apis/kubernetes_apis/tektontriggers.mdx | Switches CRD rendering tag to <K8sAPI />. |
| fixture-docs/en/apis/kubernetes_apis/tektonresults.mdx | Switches CRD rendering tag to <K8sAPI />. |
| fixture-docs/en/apis/kubernetes_apis/tektonpipelines.mdx | Switches CRD rendering tag to <K8sAPI />. |
| fixture-docs/en/apis/kubernetes_apis/tektoninstallersets.mdx | Switches CRD rendering tag to <K8sAPI />. |
| fixture-docs/en/apis/kubernetes_apis/tektoninstallerset.mdx | Switches CRD rendering tag to <K8sAPI />. |
| fixture-docs/en/apis/kubernetes_apis/tektonhubs.mdx | Switches CRD rendering tag to <K8sAPI />. |
| fixture-docs/en/apis/kubernetes_apis/tektonconfig.mdx | Switches CRD rendering tag to <K8sAPI />. |
| fixture-docs/en/apis/kubernetes_apis/tektonchains.mdx | Switches CRD rendering tag to <K8sAPI />. |
| fixture-docs/en/apis/kubernetes_apis/openshiftpipelinesascodes.mdx | Switches CRD rendering tag to <K8sAPI />. |
| docs/zh/usage/api.md | Adds clearer K8S API/CRD subsections and removes deprecated K8sCrd section. |
| docs/zh/apis/crds/ArtifactCleanupRun-K8sCrd.mdx | Removes deprecated K8sCrd example page. |
| docs/en/usage/api.md | Adds clearer K8S API/CRD subsections, removes deprecated K8sCrd section, and tweaks wording. |
| docs/en/apis/crds/ArtifactCleanupRun-K8sCrd.mdx | Removes deprecated K8sCrd example page. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.