mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 02:09:56 +00:00
change to list syntax
This commit is contained in:
parent
aeff05ae68
commit
cf077b2970
@ -179,6 +179,10 @@ credentials.
|
|||||||
The secrets:
|
The secrets:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
|
{
|
||||||
|
"apiVersion": "v1beta3",
|
||||||
|
"kind": "List",
|
||||||
|
"items":
|
||||||
[{
|
[{
|
||||||
"kind": "Secret",
|
"kind": "Secret",
|
||||||
"apiVersion": "v1beta3",
|
"apiVersion": "v1beta3",
|
||||||
@ -201,11 +205,16 @@ The secrets:
|
|||||||
"username": "dmFsdWUtMQ0K"
|
"username": "dmFsdWUtMQ0K"
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
The pods:
|
The pods:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
|
{
|
||||||
|
"apiVersion": "v1beta3",
|
||||||
|
"kind": "List",
|
||||||
|
"items":
|
||||||
[{
|
[{
|
||||||
"kind": "Pod",
|
"kind": "Pod",
|
||||||
"apiVersion": "v1beta3",
|
"apiVersion": "v1beta3",
|
||||||
@ -272,6 +281,7 @@ The pods:
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Both containers will have the following files present on their filesystems:
|
Both containers will have the following files present on their filesystems:
|
||||||
|
Loading…
Reference in New Issue
Block a user