apiVersion: v1 items: - apiVersion: v1 kind: ImageStream metadata: creationTimestamp: null name: ruby-22-centos7 spec: dockerImageRepository: centos/ruby-22-centos7 status: dockerImageRepository: "" - apiVersion: v1 kind: ImageStream metadata: creationTimestamp: null name: ruby-hello-world spec: {} status: dockerImageRepository: "" - apiVersion: v1 kind: BuildConfig metadata: creationTimestamp: null name: ruby-hello-world spec: output: to: kind: ImageStreamTag name: ruby-hello-world:latest resources: {} source: git: uri: https://github.com/openshift/ruby-hello-world type: Git strategy: dockerStrategy: from: kind: ImageStreamTag name: ruby-22-centos7:latest type: Docker triggers: - github: secret: faSaQS1VY-gdRMwge4eV type: GitHub - generic: secret: u-_J-vtKR5K3GykKwCuK type: Generic - imageChange: {} type: ImageChange status: lastVersion: 0 - apiVersion: v1 kind: DeploymentConfig metadata: creationTimestamp: null name: ruby-hello-world spec: replicas: 1 selector: deploymentconfig: ruby-hello-world strategy: resources: {} type: Recreate template: metadata: creationTimestamp: null labels: deploymentconfig: ruby-hello-world spec: containers: - image: library/ruby-hello-world:latest name: ruby-hello-world ports: - containerPort: 8080 name: ruby-hello-world-tcp-8080 protocol: TCP resources: {} triggers: - type: ConfigChange - imageChangeParams: automatic: true containerNames: - ruby-hello-world from: kind: ImageStreamTag name: ruby-hello-world:latest type: ImageChange status: {} kind: List metadata: {}