Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 7255a98

Browse files
committed
fix(plugins/plugin-kubectl): wordsmithing to list-resources notebook
Fixes #5504
1 parent c473181 commit 7255a98

File tree

1 file changed

+20
-26
lines changed

1 file changed

+20
-26
lines changed

plugins/plugin-kubectl/tutorials/list-resources.json

Lines changed: 20 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2630,7 +2630,7 @@
26302630
"startEvent": {
26312631
"tab": "1_c57e811f-2da8-557e-a402-9f0950407675",
26322632
"route": "/#",
2633-
"command": "# # Creating a Resource from Config\\nCreate a Kubernetes Resource from Remote Config.",
2633+
"command": "# # Creating a Resource\\nCreate a Kubernetes Resource from configuration file.",
26342634
"evaluatorOptions": {
26352635
"usage": {
26362636
"command": "commentary",
@@ -2651,16 +2651,13 @@
26512651
"completeEvent": {
26522652
"tab": "1_c57e811f-2da8-557e-a402-9f0950407675",
26532653
"execType": 0,
2654-
"command": "# # Creating a Resource from Config\\nCreate a Kubernetes Resource from Remote Config.",
2654+
"command": "# # Creating a Resource\\nCreate a Kubernetes Resource from configuration file.",
26552655
"argvNoOptions": [
26562656
"#",
2657-
" # Creating a Resource from Config\\nCreate a Kubernetes Resource from Remote Config."
2657+
" # Creating a Resource\\nCreate a Kubernetes Resource from configuration file."
26582658
],
26592659
"parsedOptions": {
2660-
"_": [
2661-
"#",
2662-
" # Creating a Resource from Config\\nCreate a Kubernetes Resource from Remote Config."
2663-
]
2660+
"_": ["#", " # Creating a Resource\\nCreate a Kubernetes Resource from configuration file."]
26642661
},
26652662
"execUUID": "59604d45-a8da-40fe-8652-4c372272cc82",
26662663
"cancelled": false,
@@ -2677,7 +2674,7 @@
26772674
"apiVersion": "kui-shell/v1",
26782675
"kind": "CommentaryResponse",
26792676
"props": {
2680-
"children": "# Creating a Resource from Config\nCreate a Kubernetes Resource from Remote Config."
2677+
"children": "# Creating a Resource\nCreate a Kubernetes Resource from configuration file."
26812678
}
26822679
},
26832680
"responseType": "ScalarResponse",
@@ -2689,7 +2686,7 @@
26892686
"startEvent": {
26902687
"tab": "1_c57e811f-2da8-557e-a402-9f0950407675",
26912688
"route": "/#",
2692-
"command": "# # Creating a Resource from Config\\nCreate a Kubernetes Resource from Remote Config.",
2689+
"command": "# # Creating a Resource\\nCreate a Kubernetes Resource from configuration file.",
26932690
"evaluatorOptions": {
26942691
"usage": {
26952692
"command": "commentary",
@@ -2710,16 +2707,13 @@
27102707
"completeEvent": {
27112708
"tab": "1_c57e811f-2da8-557e-a402-9f0950407675",
27122709
"execType": 0,
2713-
"command": "# # Creating a Resource from Config\\nCreate a Kubernetes Resource from Remote Config.",
2710+
"command": "# # Creating a Resource\\nCreate a Kubernetes Resource from configuration file.",
27142711
"argvNoOptions": [
27152712
"#",
2716-
" # Creating a Resource from Config\\nCreate a Kubernetes Resource from Remote Config."
2713+
" # Creating a Resource\\nCreate a Kubernetes Resource from configuration file."
27172714
],
27182715
"parsedOptions": {
2719-
"_": [
2720-
"#",
2721-
" # Creating a Resource from Config\\nCreate a Kubernetes Resource from Remote Config."
2722-
]
2716+
"_": ["#", " # Creating a Resource\\nCreate a Kubernetes Resource from configuration file."]
27232717
},
27242718
"execUUID": "59604d45-a8da-40fe-8652-4c372272cc82",
27252719
"cancelled": false,
@@ -2736,7 +2730,7 @@
27362730
"apiVersion": "kui-shell/v1",
27372731
"kind": "CommentaryResponse",
27382732
"props": {
2739-
"children": "# Creating a Resource from Config\nCreate a Kubernetes Resource from Remote Config."
2733+
"children": "# Creating a Resource\nCreate a Kubernetes Resource from configuration file."
27402734
}
27412735
},
27422736
"responseType": "ScalarResponse",
@@ -2914,7 +2908,7 @@
29142908
"startEvent": {
29152909
"tab": "1_c57e811f-2da8-557e-a402-9f0950407675",
29162910
"route": "/#",
2917-
"command": "# # Listing Kubernetes Resources\\nList the Kubernetes Deployment Resources.\\n\\n**Note**: Deployments are Resources which manage Pod replicas (Pods run Containers)",
2911+
"command": "# # Listing Resources\\nUse the following command to list your Kubernetes Deployment Resources.\\n\\n**Note**: Deployments are Resources which manage Pod replicas (Pods run Containers)",
29182912
"evaluatorOptions": {
29192913
"usage": {
29202914
"command": "commentary",
@@ -2935,15 +2929,15 @@
29352929
"completeEvent": {
29362930
"tab": "1_c57e811f-2da8-557e-a402-9f0950407675",
29372931
"execType": 0,
2938-
"command": "# # Listing Kubernetes Resources\\nList the Kubernetes Deployment Resources.\\n\\n**Note**: Deployments are Resources which manage Pod replicas (Pods run Containers)",
2932+
"command": "# # Listing Resources\\nUse the following command to list your Kubernetes Deployment Resources.\\n\\n**Note**: Deployments are Resources which manage Pod replicas (Pods run Containers)",
29392933
"argvNoOptions": [
29402934
"#",
2941-
" # Listing Kubernetes Resources\\nList the Kubernetes Deployment Resources.\\n\\n**Note**: Deployments are Resources which manage Pod replicas (Pods run Containers)"
2935+
" # Listing Resources\\nUse the following command to list your Kubernetes Deployment Resources.\\n\\n**Note**: Deployments are Resources which manage Pod replicas (Pods run Containers)"
29422936
],
29432937
"parsedOptions": {
29442938
"_": [
29452939
"#",
2946-
" # Listing Kubernetes Resources\\nList the Kubernetes Deployment Resources.\\n\\n**Note**: Deployments are Resources which manage Pod replicas (Pods run Containers)"
2940+
" # Listing Resources\\nUse the following command to list your Kubernetes Deployment Resources.\\n\\n**Note**: Deployments are Resources which manage Pod replicas (Pods run Containers)"
29472941
]
29482942
},
29492943
"execUUID": "79d5216d-6f1a-4a46-ab02-3078ff992136",
@@ -2961,7 +2955,7 @@
29612955
"apiVersion": "kui-shell/v1",
29622956
"kind": "CommentaryResponse",
29632957
"props": {
2964-
"children": "# Listing Kubernetes Resources\nList the Kubernetes Deployment Resources.\n\n**Note**: Deployments are Resources which manage Pod replicas (Pods run Containers)"
2958+
"children": "# Listing Resources\nUse the following command to list your Kubernetes Deployment Resources.\n\n**Note**: Deployments are Resources which manage Pod replicas (Pods run Containers)"
29652959
}
29662960
},
29672961
"responseType": "ScalarResponse",
@@ -2973,7 +2967,7 @@
29732967
"startEvent": {
29742968
"tab": "1_c57e811f-2da8-557e-a402-9f0950407675",
29752969
"route": "/#",
2976-
"command": "# # Listing Kubernetes Resources\\nList the Kubernetes Deployment Resources.\\n\\n**Note**: Deployments are Resources which manage Pod replicas (Pods run Containers)",
2970+
"command": "# # Listing Resources\\nUse the following command to list your Kubernetes Deployment Resources.\\n\\n**Note**: Deployments are Resources which manage Pod replicas (Pods run Containers)",
29772971
"evaluatorOptions": {
29782972
"usage": {
29792973
"command": "commentary",
@@ -2994,15 +2988,15 @@
29942988
"completeEvent": {
29952989
"tab": "1_c57e811f-2da8-557e-a402-9f0950407675",
29962990
"execType": 0,
2997-
"command": "# # Listing Kubernetes Resources\\nList the Kubernetes Deployment Resources.\\n\\n**Note**: Deployments are Resources which manage Pod replicas (Pods run Containers)",
2991+
"command": "# # Listing Resources\\nUse the following command to list your Kubernetes Deployment Resources.\\n\\n**Note**: Deployments are Resources which manage Pod replicas (Pods run Containers)",
29982992
"argvNoOptions": [
29992993
"#",
3000-
" # Listing Kubernetes Resources\\nList the Kubernetes Deployment Resources.\\n\\n**Note**: Deployments are Resources which manage Pod replicas (Pods run Containers)"
2994+
" # Listing Resources\\nUse the following command to list your Kubernetes Deployment Resources.\\n\\n**Note**: Deployments are Resources which manage Pod replicas (Pods run Containers)"
30012995
],
30022996
"parsedOptions": {
30032997
"_": [
30042998
"#",
3005-
" # Listing Kubernetes Resources\\nList the Kubernetes Deployment Resources.\\n\\n**Note**: Deployments are Resources which manage Pod replicas (Pods run Containers)"
2999+
" # Listing Resources\\nUse the following command to list your Kubernetes Deployment Resources.\\n\\n**Note**: Deployments are Resources which manage Pod replicas (Pods run Containers)"
30063000
]
30073001
},
30083002
"execUUID": "79d5216d-6f1a-4a46-ab02-3078ff992136",
@@ -3020,7 +3014,7 @@
30203014
"apiVersion": "kui-shell/v1",
30213015
"kind": "CommentaryResponse",
30223016
"props": {
3023-
"children": "# Listing Kubernetes Resources\nList the Kubernetes Deployment Resources.\n\n**Note**: Deployments are Resources which manage Pod replicas (Pods run Containers)"
3017+
"children": "# Listing Resources\nUse the following command to list your Kubernetes Deployment Resources.\n\n**Note**: Deployments are Resources which manage Pod replicas (Pods run Containers)"
30243018
}
30253019
},
30263020
"responseType": "ScalarResponse",

0 commit comments

Comments
 (0)