From 03657ea89671b84885e145c85286d169a8a9f880 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Mon, 29 Apr 2019 18:30:06 -0500 Subject: [PATCH] Moving a couple of slides to extra-details --- slides/k8s/kubectlget.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/slides/k8s/kubectlget.md b/slides/k8s/kubectlget.md index d1c034bb..87c3c3d9 100644 --- a/slides/k8s/kubectlget.md +++ b/slides/k8s/kubectlget.md @@ -79,6 +79,8 @@ --- +class: extra-details + ## Exploring types and definitions - We can list all available resource types by running `kubectl api-resources` @@ -102,6 +104,8 @@ --- +class: extra-details + ## Introspection vs. documentation - We can access the same information by reading the [API documentation](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.14/)