add fr pages

This commit is contained in:
Karen Bradshaw
2020-05-30 15:36:51 -04:00
parent 6a9c673a92
commit 7daf3c55e9
80 changed files with 615 additions and 545 deletions
@@ -1,15 +1,15 @@
---
title: Support de JSONPath
description: JSONPath kubectl Kubernetes
content_template: templates/concept
content_type: concept
weight: 25
---
{{% capture overview %}}
<!-- overview -->
Kubectl prend en charge les modèles JSONPath.
{{% /capture %}}
{{% capture body %}}
<!-- body -->
Un modèle JSONPath est composé d'expressions JSONPath entourées par des accolades {}.
Kubectl utilise les expressions JSONPath pour filtrer sur des champs spécifiques de l'objet JSON et formater la sortie.
@@ -101,4 +101,4 @@ kubectl get pods -o=jsonpath="{range .items[*]}{.metadata.name}{\"\t\"}{.status.
{{< /note >}}
{{% /capture %}}