forked from LaconicNetwork/kompose
* fix openshift dc and image stream api version Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com> * e2e: Update Openshift manifests to update the API Version Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com> --------- Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
139 lines
2.5 KiB
YAML
139 lines
2.5 KiB
YAML
---
|
|
apiVersion: apps.openshift.io/v1
|
|
kind: DeploymentConfig
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
io.kompose.service: bar
|
|
name: bar
|
|
spec:
|
|
replicas: 99
|
|
selector:
|
|
io.kompose.service: bar
|
|
strategy:
|
|
resources: {}
|
|
template:
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
io.kompose.network/multiple-files-default: "true"
|
|
io.kompose.service: bar
|
|
spec:
|
|
containers:
|
|
- image: ' '
|
|
name: bar
|
|
resources: {}
|
|
restartPolicy: Always
|
|
test: false
|
|
triggers:
|
|
- type: ConfigChange
|
|
- imageChangeParams:
|
|
automatic: true
|
|
containerNames:
|
|
- bar
|
|
from:
|
|
kind: ImageStreamTag
|
|
name: bar:latest
|
|
type: ImageChange
|
|
status:
|
|
availableReplicas: 0
|
|
latestVersion: 0
|
|
observedGeneration: 0
|
|
replicas: 0
|
|
unavailableReplicas: 0
|
|
updatedReplicas: 0
|
|
|
|
---
|
|
apiVersion: image.openshift.io/v1
|
|
kind: ImageStream
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
io.kompose.service: bar
|
|
name: bar
|
|
spec:
|
|
lookupPolicy:
|
|
local: false
|
|
tags:
|
|
- annotations: null
|
|
from:
|
|
kind: DockerImage
|
|
name: bar
|
|
generation: null
|
|
importPolicy: {}
|
|
name: latest
|
|
referencePolicy:
|
|
type: ""
|
|
status:
|
|
dockerImageRepository: ""
|
|
|
|
---
|
|
apiVersion: apps.openshift.io/v1
|
|
kind: DeploymentConfig
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
io.kompose.service: foo
|
|
name: foo
|
|
spec:
|
|
replicas: 3
|
|
selector:
|
|
io.kompose.service: foo
|
|
strategy:
|
|
resources: {}
|
|
template:
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
io.kompose.network/multiple-files-default: "true"
|
|
io.kompose.service: foo
|
|
spec:
|
|
containers:
|
|
- image: ' '
|
|
name: foo
|
|
resources: {}
|
|
restartPolicy: Always
|
|
test: false
|
|
triggers:
|
|
- type: ConfigChange
|
|
- imageChangeParams:
|
|
automatic: true
|
|
containerNames:
|
|
- foo
|
|
from:
|
|
kind: ImageStreamTag
|
|
name: foo:latest
|
|
type: ImageChange
|
|
status:
|
|
availableReplicas: 0
|
|
latestVersion: 0
|
|
observedGeneration: 0
|
|
replicas: 0
|
|
unavailableReplicas: 0
|
|
updatedReplicas: 0
|
|
|
|
---
|
|
apiVersion: image.openshift.io/v1
|
|
kind: ImageStream
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
io.kompose.service: foo
|
|
name: foo
|
|
spec:
|
|
lookupPolicy:
|
|
local: false
|
|
tags:
|
|
- annotations: null
|
|
from:
|
|
kind: DockerImage
|
|
name: foo
|
|
generation: null
|
|
importPolicy: {}
|
|
name: latest
|
|
referencePolicy:
|
|
type: ""
|
|
status:
|
|
dockerImageRepository: ""
|
|
|