Giriş
Kurulu olan API'leri gösterir. Açıklaması şöyle
All interactions with Kubernetes objects, directly or indirectly, happen through Kubernetes API - a highly structured masterpiece of software design....You can always check the list of available API resources using kubectl api-resources command
Çok fazla API var. Şeklen şöyle
Örnek
Şöyle yaparız
# kubectl api-resourcesNAME SHORTNAMES APIVERSION NAMESPACED KINDnamespaces ns v1 false Namespacenodes no v1 false Nodepods po v1 true Poddeployments deploy apps/v1 true Deploymentjobs batch/v1 true Job
Hiç yorum yok:
Yorum Gönder