Code Monkey home page Code Monkey logo

kube-api's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

leifericf

kube-api's Issues

Dependency (`malli`) no longer available in Maven

I've added kube-api to my deps.edn like so:

kube-api/kube-api {:mvn/version "0.1.0-SNAPSHOT"}

Upon starting my REPL via VS Code with Calva, it downloads successfully.

However, I get this error when the REPL starts up:

⚡️ Starting the REPL ⚡️ using the below command line:
pushd /Users/my-user/Code/my-project ; clojure -Sdeps '{:deps {nrepl/nrepl {:mvn/version,"1.0.0"},cider/cider-nrepl {:mvn/version,"0.28.5"}}}'  -m nrepl.cmdline --middleware "[cider.nrepl/cider-middleware]" ; popd
Error building classpath. Could not find artifact metosin:malli:jar:c80215c6bb1c8907345702f9c82eb597e1b753e3 in central (https://repo1.maven.org/maven2/)
Jack-in process exited. Status: 1

It seems like the version of malli (link) has been deleted from Maven.

Support gcp auth provider

Apparently GCP uses a custom provider in this format.. not sure why they use a custom thing instead of using the exec auth but would be nice to support it out of the box.

users:
- name: gke_cluster_name
  user:
    auth-provider:
      config:
        access-token: <access_token>
        cmd-args: config config-helper --format=json
        cmd-path: /usr/lib/google-cloud-sdk/bin/gcloud
        expiry: <timestamp>
        expiry-key: '{.credential.token_expiry}'
        token-key: '{.credential.access_token}'
      name: gcp

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.