GithubHelp home page GithubHelp logo

Add new object types about pykube HOT 8 CLOSED

kelproject avatar kelproject commented on July 20, 2024
Add new object types

from pykube.

Comments (8)

brosner avatar brosner commented on July 20, 2024

Agreed. We definitely need to expand the available objects. I am happy to accept PRs.

from pykube.

pcm32 avatar pcm32 commented on July 20, 2024

Could we (@RJMW, @korseby and me) also request that you add the new "Job" object? Thanks!

from pykube.

brosner avatar brosner commented on July 20, 2024

@pcm32 absolutely. I can give it a look this week, but if you can send in a PR I can get it in even faster. Thanks for the request!

from pykube.

pcm32 avatar pcm32 commented on July 20, 2024

Thanks @brosner, if you give us a few pointers on how the objects of the REST API from k8s are mimicked in pykube, we would be glad to give it a go and generate a PR!

from pykube.

brosner avatar brosner commented on July 20, 2024

@pcm32 if you take a look at the recent addition of Deployment (relevant to Job due to being an extension) it should give you everything to produce a PR.

https://github.com/eldarion-gondor/pykube/pull/15/files

from pykube.

korseby avatar korseby commented on July 20, 2024

Wouldn't it be enough to add the following code to objects.py to add just the "jobs" object?

class Job(NamespacedAPIObject):

    version = "v1"
    endpoint = "jobs"

from pykube.

brosner avatar brosner commented on July 20, 2024

@korseby exactly right. However, I believe Job is in version extensions/v1beta1.

from pykube.

brosner avatar brosner commented on July 20, 2024

There have been many new objects added. I say this issue is no longer relavant. Thanks to everyone who has contributed a new object! Keep 'em coming.

from pykube.

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.