問題タブ [kubernetes-custom-resources]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
rest - Kubernetes の名前空間 (またはクラスター) 内の CustomResource インスタンスを一覧表示するための Kube API
コマンドライン ユーティリティkubectl
を使用して、次のようにカスタム リソース インスタンスを一覧表示できます。
同様に、同じことを実現するための REST API はありますか? つまり、API は CustomResource の Kind を取得し、作成されたすべてのインスタンスをリストしますか?
この API リファレンスを参照しています: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/