some of created objects were missing io.kompose.service label

label added to BuildConfig, DaemonSet, ReplicationController, Deployment and Pod
This commit is contained in:
Tomas Kral
2017-05-16 17:56:32 +02:00
parent 7e785bb31f
commit 792976da1f
29 changed files with 278 additions and 71 deletions
+8 -2
View File
@@ -139,7 +139,10 @@
"apiVersion": "v1",
"metadata": {
"name": "foo1",
"creationTimestamp": null
"creationTimestamp": null,
"labels": {
"io.kompose.service": "foo1"
}
},
"spec": {
"triggers": [
@@ -270,7 +273,10 @@
"apiVersion": "v1",
"metadata": {
"name": "foo",
"creationTimestamp": null
"creationTimestamp": null,
"labels": {
"io.kompose.service": "foo"
}
},
"spec": {
"triggers": [