Git Product home page Git Product logo

Comments (6)

tintoy avatar tintoy commented on July 17, 2024

Hmm, the models are generated from the Swagger / OpenAPI document (see src/swagger) so if the API exists there should be models for it.

I’ll have a look at the model class generator script first thing tomorrow and see what’s going on. Sorry about that :-/

from dotnet-kube-client.

tintoy avatar tintoy commented on July 17, 2024

Hmm - looks like the model-generation script was too aggressive in filtering out duplicate definitions and somehow the IngressV1Beta1 and IngressListV1Beta1 models were not being generated. Will fix this shortly.

from dotnet-kube-client.

tintoy avatar tintoy commented on July 17, 2024

The models are now present but there isn't a client for the Ingress API yet. I'll try to set aside some time this weekend to add one and I'll let you know when it's done :)

from dotnet-kube-client.

tintoy avatar tintoy commented on July 17, 2024

Sorry for the delay - work's been a little crazy. Will get this done today!

from dotnet-kube-client.

tintoy avatar tintoy commented on July 17, 2024

Ok - I've added the client, would you mind trying it out for me to see if it works for you?

KubeClient client;

IngressV1Beta1 ingress = await client.IngressesV1Beta1().GetByName("my-ingress", kubeNamespace: "my-namespace");

You can install version 2.2.11-unstable0003 from the following MyGet feed:

https://www.myget.org/F/dotnet-kube-client/api/v3/index.json

from dotnet-kube-client.

MichaelJCompton avatar MichaelJCompton commented on July 17, 2024

Sorry, also took me a few days to get back to this.

Looks like it's working fine for me.

Thanks!

from dotnet-kube-client.

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.