Skip to content

Commit 6cba2f1

Browse files
committed
update docs
1 parent 03e9e89 commit 6cba2f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WalkThrough.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ There! Now let's get back to the default namespace and start something of our ow
227227
```julia
228228
julia> nginx_pod = kuber_obj(ctx, """{
229229
"kind": "Pod",
230+
"apiVersion": "v1",
230231
"metadata":{
231232
"name": "nginx-pod",
232233
"namespace": "default",
@@ -248,6 +249,7 @@ Kuber.Kubernetes.IoK8sApiCoreV1Pod
248249

249250
julia> nginx_service = kuber_obj(ctx, """{
250251
"kind": "Service",
252+
"apiVersion": "v1",
251253
"metadata": {
252254
"name": "nginx-service",
253255
"namespace": "default",

0 commit comments

Comments
 (0)