github.com/argoproj/argo-cd@v1.8.7/resource_customizations/argoproj.io/Experiment/testdata/pendingExperiment.yaml (about)

     1  apiVersion: argoproj.io/v1alpha1
     2  kind: Experiment
     3  metadata:
     4    name: experiment-with-analysis-5hm74
     5    namespace: default
     6  spec:
     7    analyses:
     8    - name: job
     9      templateName: job
    10    duration: 3600
    11    templates:
    12    - name: baseline
    13      selector:
    14        matchLabels:
    15          app: rollouts-demo
    16      template:
    17        metadata:
    18          labels:
    19            app: rollouts-demo
    20        spec:
    21          containers:
    22          - image: argoproj/rollouts-demo:blue
    23            name: rollouts-demo
    24  status:
    25    analysisRuns:
    26    - analysisRun: experiment-with-analysis-5hm74-job-h4bgb
    27      name: job
    28      phase: Running
    29    availableAt: "2019-10-21T03:40:28Z"
    30    conditions:
    31    - lastTransitionTime: "2019-10-21T03:40:28Z"
    32      lastUpdateTime: "2019-10-21T03:40:28Z"
    33      message: Experiment "experiment-with-analysis-5hm74" has successfully ran and
    34        completed.
    35      reason: ExperimentCompleted
    36      phase: "False"
    37      type: Progressing
    38    running: false
    39    phase: Pending
    40    templateStatuses:
    41    - availableReplicas: 0
    42      lastTransitionTime: "2019-10-28T20:22:01Z"
    43      name: baseline
    44      readyReplicas: 0
    45      replicas: 0
    46      phase: Progressing
    47      updatedReplicas: 0