mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Update examples/kubernetes-namespaces to v1
This commit is contained in:
parent
d2b17a5c49
commit
8bc14b6757
@ -53,7 +53,7 @@ Use the file [`examples/kubernetes-namespaces/namespace-dev.json`](namespace-dev
|
||||
```js
|
||||
{
|
||||
"kind": "Namespace",
|
||||
"apiVersion": "v1beta3",
|
||||
"apiVersion": "v1",
|
||||
"metadata": {
|
||||
"name": "development",
|
||||
"labels": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"kind": "Namespace",
|
||||
"apiVersion": "v1beta3",
|
||||
"apiVersion": "v1",
|
||||
"metadata": {
|
||||
"name": "development",
|
||||
"labels": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"kind": "Namespace",
|
||||
"apiVersion": "v1beta3",
|
||||
"apiVersion": "v1",
|
||||
"metadata": {
|
||||
"name": "production",
|
||||
"labels": {
|
||||
|
Loading…
Reference in New Issue
Block a user