mirror of
https://github.com/appuio/ansible-module-openshift.git
synced 2026-02-06 00:46:02 +01:00
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"kind": "List",
|
|
"apiVersion": "v1",
|
|
"metadata": {},
|
|
"items": [
|
|
{
|
|
"kind": "ImageStream",
|
|
"apiVersion": "v1",
|
|
"metadata": {
|
|
"name": "rhel7",
|
|
"creationTimestamp": null,
|
|
"annotations": {
|
|
"openshift.io/generated-by": "OpenShiftNewApp"
|
|
}
|
|
},
|
|
"spec": {
|
|
"dockerImageRepository": "registry.access.redhat.com/rhel7",
|
|
"tags": [
|
|
{
|
|
"name": "latest",
|
|
"annotations": {
|
|
"openshift.io/imported-from": "registry.access.redhat.com/rhel7:latest"
|
|
},
|
|
"from": {
|
|
"kind": "DockerImage",
|
|
"name": "registry.access.redhat.com/rhel7:latest"
|
|
},
|
|
"generation": null,
|
|
"importPolicy": {}
|
|
}
|
|
]
|
|
},
|
|
"status": {
|
|
"dockerImageRepository": ""
|
|
}
|
|
}
|
|
]
|
|
}
|