We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3403d03 commit d6a4cf8Copy full SHA for d6a4cf8
1 file changed
rust/operator-binary/src/crd.rs
@@ -533,6 +533,7 @@ pub struct TrustStoreSpec {
533
}
534
535
#[derive(Clone, Debug, Default, PartialEq, JsonSchema, Serialize, Deserialize)]
536
+#[serde(rename_all = "PascalCase")]
537
pub enum TrustStoreOutputType {
538
Secret,
539
0 commit comments