XMLWordPrintable

    • False
    • None
    • False
    • Release Notes
    • Hide
      = Support devfile endpoint annotations

      With this release, you can provide link:https://devfile.io/docs/2.3.0/devfile-schema#components-container-endpoints-annotation[endpoint annotations] in the devfile. For example, the following devfile snippet will create an ingress or route with the annotation `foo: bar` on Cloud Development Environment (CDE) startup:

      [source, yaml]
      ----
      components:
        - container:
            endpoints:
              - name: my-endpoint
                annotation:
                  foo: bar
                  ...
      ----
      Show
      = Support devfile endpoint annotations With this release, you can provide link: https://devfile.io/docs/2.3.0/devfile-schema#components-container-endpoints-annotation [endpoint annotations] in the devfile. For example, the following devfile snippet will create an ingress or route with the annotation `foo: bar` on Cloud Development Environment (CDE) startup: [source, yaml] ---- components:   - container:       endpoints:         - name: my-endpoint           annotation:             foo: bar             ... ----
    • Enhancement
    • Done

            jvrbkova@redhat.com Jana Vrbkova
            jvrbkova@redhat.com Jana Vrbkova
            Valerii Svydenko Valerii Svydenko
            Jana Vrbkova Jana Vrbkova
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: