mirror of
https://github.com/aquasecurity/trivy.git
synced 2026-01-31 13:53:14 +08:00
23 lines
287 B
JSON
23 lines
287 B
JSON
[
|
|
{
|
|
"apiVersion": "apps/v1",
|
|
"kind": "Deployment",
|
|
"metadata": {
|
|
"name": "hello-kubernetes"
|
|
},
|
|
"spec": {
|
|
"replicas": 4
|
|
}
|
|
},
|
|
{
|
|
"apiVersion": "apps/v2",
|
|
"kind": "Deployment",
|
|
"metadata": {
|
|
"name": "hello-kubernetes"
|
|
},
|
|
"spec": {
|
|
"replicas": 5
|
|
}
|
|
}
|
|
]
|