harbor_rs

Crates.ioharbor_rs
lib.rsharbor_rs
version0.1.3
sourcesrc
created_at2021-12-21 05:37:39.040244
updated_at2022-03-07 14:55:13.767034
descriptionHarbor API in Rust
homepagehttps://github.com/k8scat/harbor_rs
repository
max_upload_size
id501013
size62,213
K8sCat (k8scat)

documentation

README

harbor_rs

Harbor API Version: v1.10.0, v2.0 is coming soon.

Harbor API in Rust.

[dependencies]
harbor_rs = "0.1.3"

clean-image-tags

根据时间间隔清理 Harbor 上的镜像 Tag

harbor_base_api: "https://example.com/api"
harbor_username: "admin"
harbor_password": "admin"
clean_interval": 20 # 清理 20 天前构建的镜像
repos:
  - "test/image1"
  - "test/image2"

LICENSE

MIT

Commit count: 0

cargo fmt