kube 0.14.0

Kubernetes client in the style of client-go
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: rust
rust:
  - stable
cache: cargo
script:
  - cargo build
  - cargo test -v --all-features
notifications:
  email:
    on_success: change
    on_failure: always
branches:
  only:
    - master