Skip to content

Commit

Permalink
Update rust/operator-binary/src/crd.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
  • Loading branch information
maltesander and sbernauer authored Oct 2, 2024
1 parent 1c9c728 commit 5873540
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rust/operator-binary/src/crd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ impl AutoTlsCa {
#[serde(rename_all = "camelCase")]
pub enum TlsKeyGeneration {
Rsa {
/// The amount of bits used for key or certs. Currently, `2048`, `3072` and `4096` are
/// supported. Defaults to `2048` bits.
#[schemars(schema_with = "TlsKeyGeneration::tls_key_length_schema")]
length: u32,
},
Expand Down

0 comments on commit 5873540

Please sign in to comment.