Compare commits
1 Commits
master
...
5425691206
| Author | SHA1 | Date | |
|---|---|---|---|
| 5425691206 |
937
Cargo.lock
generated
937
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
22
Cargo.toml
22
Cargo.toml
@@ -6,17 +6,17 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.29"
|
||||
log = "0.4.27"
|
||||
env_logger = "0.11.8"
|
||||
anyhow = "1.0.100"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.149"
|
||||
schemars = "1.2.0"
|
||||
tokio = { version = "1.49.0", features = ["full"] }
|
||||
kube = { version = "3.0.0", features = ["runtime", "derive"] }
|
||||
k8s-openapi = { version = "0.27.0", features = ["v1_31"] }
|
||||
anyhow = "1.0.98"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.140"
|
||||
schemars = "1.0.4"
|
||||
tokio = { version = "1.46.1", features = ["full"] }
|
||||
kube = { version = "1.1.0", features = ["runtime", "derive"] }
|
||||
k8s-openapi = { version = "0.25.0", features = ["v1_31"] }
|
||||
futures = "0.3.31"
|
||||
thiserror = "2.0.18"
|
||||
rand = "0.9.2"
|
||||
thiserror = "2.0.12"
|
||||
rand = "0.9.1"
|
||||
mktemp = "0.5.1"
|
||||
reqwest = "0.13.1"
|
||||
reqwest = "0.12.22"
|
||||
|
||||
@@ -62,7 +62,7 @@ spec:
|
||||
|
||||
|
||||
## Create a bucket
|
||||
You are now ready to create your first bucket!
|
||||
You are not ready to create your first bucket!
|
||||
|
||||
Here is a basic bucket example:
|
||||
|
||||
@@ -113,4 +113,4 @@ spec:
|
||||
# compliance => nobody can bypass the policy
|
||||
# governance => users with privileges might bypass policy restrictions
|
||||
mode: compliance
|
||||
```
|
||||
```
|
||||
Reference in New Issue
Block a user