Created
August 31, 2020 22:31
-
-
Save rms1000watt/8da99d73dca22edcbaa4b0c2536c9334 to your computer and use it in GitHub Desktop.
K8s List APIs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ ~ kubectl api-resources | |
NAME SHORTNAMES APIGROUP NAMESPACED KIND | |
bindings true Binding | |
componentstatuses cs false ComponentStatus | |
configmaps cm true ConfigMap | |
endpoints ep true Endpoints | |
events ev true Event | |
limitranges limits true LimitRange | |
namespaces ns false Namespace | |
nodes no false Node | |
persistentvolumeclaims pvc true PersistentVolumeClaim | |
persistentvolumes pv false PersistentVolume | |
pods po true Pod | |
podtemplates true PodTemplate | |
replicationcontrollers rc true ReplicationController | |
resourcequotas quota true ResourceQuota | |
secrets true Secret | |
serviceaccounts sa true ServiceAccount | |
services svc true Service | |
mutatingwebhookconfigurations admissionregistration.k8s.io false MutatingWebhookConfiguration | |
validatingwebhookconfigurations admissionregistration.k8s.io false ValidatingWebhookConfiguration | |
customresourcedefinitions crd,crds apiextensions.k8s.io false CustomResourceDefinition | |
apiservices apiregistration.k8s.io false APIService | |
controllerrevisions apps true ControllerRevision | |
daemonsets ds apps true DaemonSet | |
deployments deploy apps true Deployment | |
replicasets rs apps true ReplicaSet | |
statefulsets sts apps true StatefulSet | |
meshpolicies authentication.istio.io false MeshPolicy | |
policies authentication.istio.io true Policy | |
tokenreviews authentication.k8s.io false TokenReview | |
localsubjectaccessreviews authorization.k8s.io true LocalSubjectAccessReview | |
selfsubjectaccessreviews authorization.k8s.io false SelfSubjectAccessReview | |
selfsubjectrulesreviews authorization.k8s.io false SelfSubjectRulesReview | |
subjectaccessreviews authorization.k8s.io false SubjectAccessReview | |
horizontalpodautoscalers hpa autoscaling true HorizontalPodAutoscaler | |
cronjobs cj batch true CronJob | |
jobs batch true Job | |
..................... | |
...................... | |
....................... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment