Skip to content

Commit d6a4cf8

Browse files
committed
Add PascalCase attribute
1 parent 3403d03 commit d6a4cf8

File tree

1 file changed

+1
-0
lines changed
  • rust/operator-binary/src

1 file changed

+1
-0
lines changed

rust/operator-binary/src/crd.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@ pub struct TrustStoreSpec {
533533
}
534534

535535
#[derive(Clone, Debug, Default, PartialEq, JsonSchema, Serialize, Deserialize)]
536+
#[serde(rename_all = "PascalCase")]
536537
pub enum TrustStoreOutputType {
537538
Secret,
538539

0 commit comments

Comments
 (0)