Uploaded image for project: 'OpenShift Java Client'
  1. OpenShift Java Client
  2. OSJC-219

Modify client to be able to create kinds it doesn't know about

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Duplicate
    • Icon: Critical Critical
    • None
    • None
    • core
    • None

      There are cases where (e.g. templates) the client might parse a JSON into a resource but not an explicitly known kind (e.g. pod, service). Expect issues when these resources are sourced from a template and we need to be able to create them even though they are not surfaced in the UI. Until the api supports grouping, we should attempt to create resources by:

      1. Trying the OS api endpoint
      2. Trying the k8e api endpoint
      3. Throw an error.

      Attempts should be made using the api version specified by the resource or error if the server does not support that version

              Unassigned Unassigned
              jcantril@redhat.com Jeffrey Cantrill
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: