Skip to content

flavio/krew-wasm-plugin-sdk-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status Docs License
experimental Docs License: Apache 2.0

Experimental Rust SDK for writing krew-wasm plugins.

The purpose of this crate is to provide helper functions and structs to perform the following operations:

  • Determine the Kubernetes API server to connect to
  • Determine the user identity to be used when interacting with Kubernetes
  • Simplify the process of performing HTTP requests using the k8s-openapi crate and the experimental WASI outboung HTTP crate.