github.com/jenkins-x/jx/v2@v2.1.155/pkg/logs/test_data/metapipeline_and_pending_generated/pods.yml (about)

     1  apiVersion: v1
     2  items:
     3    - apiVersion: v1
     4      kind: Pod
     5      metadata:
     6        annotations:
     7          sidecar.istio.io/inject: "false"
     8        creationTimestamp: "2019-07-02T12:34:45Z"
     9        labels:
    10          branch: fakebranch
    11          build: "1"
    12          jenkins.io/task-stage-name: app-extension
    13          owner: fakeowner
    14          repo: fakerepo
    15          tekton.dev/pipeline: meta-fakeowner-fakerepo-build-1
    16          tekton.dev/pipelineRun: meta-fakeowner-fakerepo-build-1
    17          tekton.dev/task: meta-fakeowner-fakerepo-build-app-extension-1
    18          tekton.dev/taskRun: meta-fakeowner-fakerepo-build-1-app-extension-kvvp6
    19        name: meta-fakeowner-fakerepo-build-1-app-extension-kvvp6-pod-fcf1fe
    20        namespace: jx
    21        ownerReferences:
    22          - apiVersion: tekton.dev/v1alpha1
    23            blockOwnerDeletion: true
    24            controller: true
    25            kind: TaskRun
    26            name: meta-fakeowner-fakerepo-build-1-app-extension-kvvp6
    27            uid: c5c20379-9cc5-11e9-aa2e-42010a8a00fe
    28        resourceVersion: "235888"
    29        selfLink: /api/v1/namespaces/jx/pods/meta-fakeowner-fakerepo-build-1-app-extension-kvvp6-pod-fcf1fe
    30        uid: c5c6d6f9-9cc5-11e9-aa2e-42010a8a00fe
    31      spec:
    32        containers:
    33          - args:
    34              - -wait_file
    35              - ""
    36              - -post_file
    37              - /builder/tools/0
    38              - -entrypoint
    39              - /ko-app/git-init
    40              - --
    41              - -url
    42              - https://github.com/fakeowner/fakerepo
    43              - -revision
    44              - fakebranch
    45              - -path
    46              - /workspace/source
    47            command:
    48              - /builder/tools/entrypoint
    49            env:
    50              - name: HOME
    51                value: /builder/home
    52            image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.4.0
    53            imagePullPolicy: IfNotPresent
    54            name: build-step-git-source-meta-fakeowner-fakerepo-build-v7hvv
    55            resources:
    56              requests:
    57                cpu: "0"
    58                ephemeral-storage: "0"
    59                memory: "0"
    60            terminationMessagePath: /dev/termination-log
    61            terminationMessagePolicy: File
    62            volumeMounts:
    63              - mountPath: /builder/tools
    64                name: tools
    65              - mountPath: /workspace
    66                name: workspace
    67              - mountPath: /builder/home
    68                name: home
    69              - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
    70                name: tekton-bot-token-kbbrz
    71                readOnly: true
    72            workingDir: /workspace
    73          - args:
    74              - -wait_file
    75              - /builder/tools/0
    76              - -post_file
    77              - /builder/tools/1
    78              - -entrypoint
    79              - jx
    80              - --
    81              - step
    82              - git
    83              - merge
    84              - --verbose
    85            command:
    86              - /builder/tools/entrypoint
    87            env:
    88              - name: HOME
    89                value: /builder/home
    90              - name: APP_NAME
    91                value: fakerepo
    92              - name: BRANCH_NAME
    93                value: fakebranch
    94              - name: BUILD_NUMBER
    95                value: "1"
    96              - name: JOB_NAME
    97                value: fakeowner/fakerepo/fakebranch
    98              - name: JX_LOG_FORMAT
    99                value: json
   100              - name: PIPELINE_KIND
   101                value: release
   102              - name: REPO_NAME
   103                value: fakerepo
   104              - name: REPO_OWNER
   105                value: fakeowner
   106            image: gcr.io/jenkinsxio/builder-maven:0.1.542
   107            imagePullPolicy: IfNotPresent
   108            name: build-step-git-merge
   109            resources:
   110              requests:
   111                cpu: "0"
   112                ephemeral-storage: "0"
   113                memory: "0"
   114            terminationMessagePath: /dev/termination-log
   115            terminationMessagePolicy: File
   116            volumeMounts:
   117              - mountPath: /builder/tools
   118                name: tools
   119              - mountPath: /workspace
   120                name: workspace
   121              - mountPath: /builder/home
   122                name: home
   123              - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
   124                name: tekton-bot-token-kbbrz
   125                readOnly: true
   126            workingDir: /workspace/source
   127          - args:
   128              - -wait_file
   129              - /builder/tools/1
   130              - -post_file
   131              - /builder/tools/2
   132              - -entrypoint
   133              - /bin/sh
   134              - --
   135              - -c
   136              - jx step syntax effective --output-dir .
   137            command:
   138              - /builder/tools/entrypoint
   139            env:
   140              - name: HOME
   141                value: /builder/home
   142              - name: APP_NAME
   143                value: fakerepo
   144              - name: BRANCH_NAME
   145                value: fakebranch
   146              - name: BUILD_NUMBER
   147                value: "1"
   148              - name: JOB_NAME
   149                value: fakeowner/fakerepo/fakebranch
   150              - name: JX_LOG_FORMAT
   151                value: json
   152              - name: PIPELINE_KIND
   153                value: release
   154              - name: REPO_NAME
   155                value: fakerepo
   156              - name: REPO_OWNER
   157                value: fakeowner
   158            image: gcr.io/jenkinsxio/builder-maven:0.1.542
   159            imagePullPolicy: IfNotPresent
   160            name: build-step-create-effective-pipeline
   161            resources:
   162              requests:
   163                cpu: "0"
   164                ephemeral-storage: "0"
   165                memory: "0"
   166            terminationMessagePath: /dev/termination-log
   167            terminationMessagePolicy: File
   168            volumeMounts:
   169              - mountPath: /builder/tools
   170                name: tools
   171              - mountPath: /workspace
   172                name: workspace
   173              - mountPath: /builder/home
   174                name: home
   175              - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
   176                name: tekton-bot-token-kbbrz
   177                readOnly: true
   178            workingDir: /workspace/source
   179          - args:
   180              - -wait_file
   181              - /builder/tools/2
   182              - -post_file
   183              - /builder/tools/3
   184              - -entrypoint
   185              - /bin/sh
   186              - --
   187              - -c
   188              - jx step create task --clone-dir /workspace/source --build-number 8 --trigger
   189                manual --service-account tekton-bot --source source --branch fakebranch
   190            command:
   191              - /builder/tools/entrypoint
   192            env:
   193              - name: HOME
   194                value: /builder/home
   195              - name: APP_NAME
   196                value: fakerepo
   197              - name: BRANCH_NAME
   198                value: fakebranch
   199              - name: BUILD_NUMBER
   200                value: "1"
   201              - name: JOB_NAME
   202                value: fakeowner/fakerepo/fakebranch
   203              - name: JX_LOG_FORMAT
   204                value: json
   205              - name: PIPELINE_KIND
   206                value: release
   207              - name: REPO_NAME
   208                value: fakerepo
   209              - name: REPO_OWNER
   210                value: fakeowner
   211            image: gcr.io/jenkinsxio/builder-maven:0.1.542
   212            imagePullPolicy: IfNotPresent
   213            name: build-step-create-tekton-crds
   214            resources:
   215              requests:
   216                cpu: "0"
   217                ephemeral-storage: "0"
   218                memory: "0"
   219            terminationMessagePath: /dev/termination-log
   220            terminationMessagePolicy: File
   221            volumeMounts:
   222              - mountPath: /builder/tools
   223                name: tools
   224              - mountPath: /workspace
   225                name: workspace
   226              - mountPath: /builder/home
   227                name: home
   228              - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
   229                name: tekton-bot-token-kbbrz
   230                readOnly: true
   231            workingDir: /workspace/source
   232          - args:
   233              - -wait_file
   234              - /builder/tools/3
   235              - -post_file
   236              - /builder/tools/4
   237              - -entrypoint
   238              - /ko-app/nop
   239              - --
   240            command:
   241              - /builder/tools/entrypoint
   242            image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/nop:v0.4.0
   243            imagePullPolicy: IfNotPresent
   244            name: nop
   245            resources: {}
   246            terminationMessagePath: /dev/termination-log
   247            terminationMessagePolicy: File
   248            volumeMounts:
   249              - mountPath: /builder/tools
   250                name: tools
   251              - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
   252                name: tekton-bot-token-kbbrz
   253                readOnly: true
   254        dnsPolicy: ClusterFirst
   255        initContainers:
   256          - args:
   257              - -basic-git=knative-git-user-pass=https://github.com
   258            command:
   259              - /ko-app/creds-init
   260            env:
   261              - name: HOME
   262                value: /builder/home
   263            image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/creds-init:v0.4.0
   264            imagePullPolicy: IfNotPresent
   265            name: build-step-credential-initializer-xht92
   266            resources: {}
   267            terminationMessagePath: /dev/termination-log
   268            terminationMessagePolicy: File
   269            volumeMounts:
   270              - mountPath: /workspace
   271                name: workspace
   272              - mountPath: /builder/home
   273                name: home
   274              - mountPath: /var/build-secrets/knative-git-user-pass
   275                name: secret-volume-knative-git-user-pass-6zhjb
   276              - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
   277                name: tekton-bot-token-kbbrz
   278                readOnly: true
   279            workingDir: /workspace
   280          - args:
   281              - -args
   282              - mkdir -p /workspace/source
   283            command:
   284              - /ko-app/bash
   285            env:
   286              - name: HOME
   287                value: /builder/home
   288            image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/bash:v0.4.0
   289            imagePullPolicy: IfNotPresent
   290            name: build-step-working-dir-initializer-1c9w5
   291            resources: {}
   292            terminationMessagePath: /dev/termination-log
   293            terminationMessagePolicy: File
   294            volumeMounts:
   295              - mountPath: /workspace
   296                name: workspace
   297              - mountPath: /builder/home
   298                name: home
   299              - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
   300                name: tekton-bot-token-kbbrz
   301                readOnly: true
   302            workingDir: /workspace
   303          - args:
   304              - -c
   305              - cp /ko-app/entrypoint /builder/tools/entrypoint
   306            command:
   307              - /bin/sh
   308            env:
   309              - name: HOME
   310                value: /builder/home
   311            image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/entrypoint:v0.4.0
   312            imagePullPolicy: IfNotPresent
   313            name: build-step-place-tools
   314            resources: {}
   315            terminationMessagePath: /dev/termination-log
   316            terminationMessagePolicy: File
   317            volumeMounts:
   318              - mountPath: /builder/tools
   319                name: tools
   320              - mountPath: /workspace
   321                name: workspace
   322              - mountPath: /builder/home
   323                name: home
   324              - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
   325                name: tekton-bot-token-kbbrz
   326                readOnly: true
   327            workingDir: /workspace
   328        nodeName: gke-fakeowner-test-cluster-default-pool-666b1aa4-k4xk
   329        priority: 0
   330        restartPolicy: Never
   331        schedulerName: default-scheduler
   332        securityContext: {}
   333        serviceAccount: tekton-bot
   334        serviceAccountName: tekton-bot
   335        terminationGracePeriodSeconds: 30
   336        tolerations:
   337          - effect: NoExecute
   338            key: node.kubernetes.io/not-ready
   339            operator: Exists
   340            tolerationSeconds: 300
   341          - effect: NoExecute
   342            key: node.kubernetes.io/unreachable
   343            operator: Exists
   344            tolerationSeconds: 300
   345        volumes:
   346          - emptyDir: {}
   347            name: tools
   348          - emptyDir: {}
   349            name: workspace
   350          - emptyDir: {}
   351            name: home
   352          - name: secret-volume-knative-git-user-pass-6zhjb
   353            secret:
   354              defaultMode: 420
   355              secretName: knative-git-user-pass
   356          - name: tekton-bot-token-kbbrz
   357            secret:
   358              defaultMode: 420
   359              secretName: tekton-bot-token-kbbrz
   360      status:
   361        conditions:
   362          - lastProbeTime: null
   363            lastTransitionTime: "2019-07-02T12:34:49Z"
   364            reason: PodCompleted
   365            status: "True"
   366            type: Initialized
   367          - lastProbeTime: null
   368            lastTransitionTime: "2019-07-02T12:34:45Z"
   369            reason: PodCompleted
   370            status: "False"
   371            type: Ready
   372          - lastProbeTime: null
   373            lastTransitionTime: "2019-07-02T12:34:45Z"
   374            reason: PodCompleted
   375            status: "False"
   376            type: ContainersReady
   377          - lastProbeTime: null
   378            lastTransitionTime: "2019-07-02T12:34:45Z"
   379            status: "True"
   380            type: PodScheduled
   381        containerStatuses:
   382          - containerID: docker://1e02e8305372c87d7ae119dc8674550a11357292bfabdf4dad2d71b9b9933d07
   383            image: gcr.io/jenkinsxio/builder-maven:0.1.542
   384            imageID: docker-pullable://gcr.io/jenkinsxio/builder-maven@sha256:3d9e0c647efb7fcee74ac7181fdda79bf5d6313f1a5f35792bcc699c7405d281
   385            lastState: {}
   386            name: build-step-create-effective-pipeline
   387            ready: false
   388            restartCount: 0
   389            state:
   390              terminated:
   391                containerID: docker://1e02e8305372c87d7ae119dc8674550a11357292bfabdf4dad2d71b9b9933d07
   392                exitCode: 0
   393                finishedAt: "2019-07-02T12:34:52Z"
   394                reason: Completed
   395                startedAt: "2019-07-02T12:34:49Z"
   396          - containerID: docker://52d9bb435df3c1205ac0c4f236a254b3492e00476870661c7c10738517ae29b5
   397            image: gcr.io/jenkinsxio/builder-maven:0.1.542
   398            imageID: docker-pullable://gcr.io/jenkinsxio/builder-maven@sha256:3d9e0c647efb7fcee74ac7181fdda79bf5d6313f1a5f35792bcc699c7405d281
   399            lastState: {}
   400            name: build-step-create-tekton-crds
   401            ready: false
   402            restartCount: 0
   403            state:
   404              terminated:
   405                containerID: docker://52d9bb435df3c1205ac0c4f236a254b3492e00476870661c7c10738517ae29b5
   406                exitCode: 0
   407                finishedAt: "2019-07-02T12:34:56Z"
   408                reason: Completed
   409                startedAt: "2019-07-02T12:34:49Z"
   410          - containerID: docker://d57909b6e267152b4278f0cdb57eb611a80157abfd723003f07d3e6d38d3a719
   411            image: gcr.io/jenkinsxio/builder-maven:0.1.542
   412            imageID: docker-pullable://gcr.io/jenkinsxio/builder-maven@sha256:3d9e0c647efb7fcee74ac7181fdda79bf5d6313f1a5f35792bcc699c7405d281
   413            lastState: {}
   414            name: build-step-git-merge
   415            ready: false
   416            restartCount: 0
   417            state:
   418              terminated:
   419                containerID: docker://d57909b6e267152b4278f0cdb57eb611a80157abfd723003f07d3e6d38d3a719
   420                exitCode: 0
   421                finishedAt: "2019-07-02T12:34:50Z"
   422                reason: Completed
   423                startedAt: "2019-07-02T12:34:49Z"
   424          - containerID: docker://9bd11fefa342196453f05e458e72bc0b9dfb756bdd3ce86098cba4c23df8d902
   425            image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.4.0
   426            imageID: docker-pullable://gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init@sha256:4b91c31560f18a8f09c68d5288f2261797b6df31522a57a9d7350bc0060a1284
   427            lastState: {}
   428            name: build-step-git-source-meta-fakeowner-fakerepo-build-v7hvv
   429            ready: false
   430            restartCount: 0
   431            state:
   432              terminated:
   433                containerID: docker://9bd11fefa342196453f05e458e72bc0b9dfb756bdd3ce86098cba4c23df8d902
   434                exitCode: 0
   435                finishedAt: "2019-07-02T12:34:49Z"
   436                reason: Completed
   437                startedAt: "2019-07-02T12:34:49Z"
   438          - containerID: docker://f20141db591e676595149dd8c27bad4f4a0e94f734023a0d64de6b6153167756
   439            image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/nop:v0.4.0
   440            imageID: docker-pullable://gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/nop@sha256:9160ed41b20b2822d06e907d89f6398ea866c86a971f83371efb9e147fba079f
   441            lastState: {}
   442            name: nop
   443            ready: false
   444            restartCount: 0
   445            state:
   446              terminated:
   447                containerID: docker://f20141db591e676595149dd8c27bad4f4a0e94f734023a0d64de6b6153167756
   448                exitCode: 0
   449                finishedAt: "2019-07-02T12:34:57Z"
   450                reason: Completed
   451                startedAt: "2019-07-02T12:34:50Z"
   452        hostIP: 10.138.0.56
   453        initContainerStatuses:
   454          - containerID: docker://5e897a5dfaf1687cad1692d9c8c6261108735e595ed37e03b43bcf51f86a7330
   455            image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/creds-init:v0.4.0
   456            imageID: docker-pullable://gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/creds-init@sha256:b4877c99d928fad3cf26c995d171674b34d206178d6f9f0efb337ebff01bb34b
   457            lastState: {}
   458            name: build-step-credential-initializer-xht92
   459            ready: true
   460            restartCount: 0
   461            state:
   462              terminated:
   463                containerID: docker://5e897a5dfaf1687cad1692d9c8c6261108735e595ed37e03b43bcf51f86a7330
   464                exitCode: 0
   465                finishedAt: "2019-07-02T12:34:46Z"
   466                reason: Completed
   467                startedAt: "2019-07-02T12:34:46Z"
   468          - containerID: docker://1e68c4fcfc19db3c695ff5ac3cbd7b4f2cf8c5a92637267fd2745a97eaf21150
   469            image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/bash:v0.4.0
   470            imageID: docker-pullable://gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/bash@sha256:0355a9b21a7c0cc9466bf75071648e266de07b5e13fbfd271ec791c45a818bdb
   471            lastState: {}
   472            name: build-step-working-dir-initializer-1c9w5
   473            ready: true
   474            restartCount: 0
   475            state:
   476              terminated:
   477                containerID: docker://1e68c4fcfc19db3c695ff5ac3cbd7b4f2cf8c5a92637267fd2745a97eaf21150
   478                exitCode: 0
   479                finishedAt: "2019-07-02T12:34:47Z"
   480                reason: Completed
   481                startedAt: "2019-07-02T12:34:47Z"
   482          - containerID: docker://4109f59817a239085ce4084ae87cec62297ada549cb42e247160cd41f7479426
   483            image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/entrypoint:v0.4.0
   484            imageID: docker-pullable://gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/entrypoint@sha256:4d1fe990ca06ecc671370dfeab31d857efa8ccf81d632a672561c60482fd9aae
   485            lastState: {}
   486            name: build-step-place-tools
   487            ready: true
   488            restartCount: 0
   489            state:
   490              terminated:
   491                containerID: docker://4109f59817a239085ce4084ae87cec62297ada549cb42e247160cd41f7479426
   492                exitCode: 0
   493                finishedAt: "2019-07-02T12:34:48Z"
   494                reason: Completed
   495                startedAt: "2019-07-02T12:34:48Z"
   496        phase: Succeeded
   497        podIP: 10.28.0.32
   498        qosClass: BestEffort
   499        startTime: "2019-07-02T12:34:45Z"
   500  kind: List
   501  metadata:
   502    resourceVersion: ""
   503    selfLink: ""