Giter VIP home page Giter VIP logo

Comments (1)

Delawen avatar Delawen commented on June 11, 2024 1

datetime can probably be returned, I need to check.

namespace is kind of dummy to return right now because it is included as a parameter on the query to return the list of deployments. But we can add it, just in case we extend it to support multiple namespaces.

Problematic data:

errors is kind of problematic because it means reading from the log of the camel-k operator (or whatever operator we use if we move beyond camel) and check what is happening. I will return an empty array for now, but not sure how to fill this. Even for a human reading the camel-k operator log it is sometimes not clear where is the error and to what deployment it refers to.

For the same reason, running may be difficult to map to something that is not a "Running" or "Stopped". Each type of CustomResource have a different set of statuses. The boolean simplifies the whole list. If we allow more statuses... what would they be? Do we mimic KameletBindings?

version is a concept we don't have right now. To return it we need first to define what version means for us.

cluster is also weird because clusters don't have a name. What should I return then?

number of steps is also an advanced feature that probably requires a bit more definition once we enter the EIP world. I can parse each CRD and try to get the number of steps, but is it not a bit overkill for just the list of deployments?

user that deployed it is something we also don't have.

from kaoto-backend.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.