Skip to content

Instantly share code, notes, and snippets.

View vigneshsarma's full-sized avatar

Vignesh Sarma K vigneshsarma

View GitHub Profile
@vigneshsarma
vigneshsarma / Cargo.toml
Last active August 15, 2019 04:14
kube-rs error
[package]
name = "foo"
version = "0.1.0"
authors = ["Vignesh"]
edition = "2018"
[dependencies]
kube = { version = "0.15.0", features = ["openapi"]}
k8s-openapi = { version = "0.5.0", features = ["v1_15"]}
actix = { version = "0.8"}