Difference between revisions of "Kubectl get apiservices"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 41: Line 41:
 
== Related commands ==
 
== Related commands ==
 
* <code>[[kubectl get services]]</code>
 
* <code>[[kubectl get services]]</code>
 
  
 
== See also ==
 
== See also ==

Revision as of 13:59, 15 July 2022

Minikube output:

kubectl get apiservices
 
NAME                                   SERVICE   AVAILABLE   AGE
v1.                                    Local     True        10m
v1.admissionregistration.k8s.io        Local     True        10m
v1.apiextensions.k8s.io                Local     True        10m
v1.apps                                Local     True        10m
v1.authentication.k8s.io               Local     True        10m
v1.authorization.k8s.io                Local     True        10m
v1.autoscaling                         Local     True        10m
v1.batch                               Local     True        10m
v1.coordination.k8s.io                 Local     True        10m
v1.networking.k8s.io                   Local     True        10m
v1.rbac.authorization.k8s.io           Local     True        10m
v1.scheduling.k8s.io                   Local     True        10m
v1.storage.k8s.io                      Local     True        10m
v1beta1.admissionregistration.k8s.io   Local     True        10m
v1beta1.apiextensions.k8s.io           Local     True        10m
v1beta1.authentication.k8s.io          Local     True        10m
v1beta1.authorization.k8s.io           Local     True        10m
v1beta1.batch                          Local     True        10m
v1beta1.certificates.k8s.io            Local     True        10m
v1beta1.coordination.k8s.io            Local     True        10m
v1beta1.discovery.k8s.io               Local     True        10m
v1beta1.events.k8s.io                  Local     True        10m
v1beta1.extensions                     Local     True        10m
v1beta1.networking.k8s.io              Local     True        10m
v1beta1.node.k8s.io                    Local     True        10m
v1beta1.policy                         Local     True        10m
v1beta1.rbac.authorization.k8s.io      Local     True        10m
v1beta1.scheduling.k8s.io              Local     True        10m
v1beta1.storage.k8s.io                 Local     True        10m
v2beta1.autoscaling                    Local     True        10m
v2beta2.autoscaling                    Local     True        10m

Related commands

See also

Advertising: