[go: up one dir, main page]

kube 0.3.0

Kubernetes rust client with a reflector
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
language: rust
rust:
  - stable
script:
  - cargo build
  - cargo test -v
notifications:
  email:
    on_success: change
    on_failure: always
branches:
  only:
    - master