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 f39b11c commit aba17bcCopy full SHA for aba17bc
1 file changed
rust/operator-binary/src/crd/mod.rs
@@ -184,9 +184,6 @@ pub mod versioned {
184
/// NiFi 1.x requires ZooKeeper.
185
zookeeper_config_map_name: String,
186
},
187
- // Workaround for https://github.com/kube-rs/kube/issues/1941
188
- // TODO revert this before merging!
189
- #[schemars(schema_with = "empty_schema")]
190
Kubernetes {},
191
}
192
@@ -547,9 +544,3 @@ impl Default for NifiNodeRoleConfig {
547
544
fn node_default_listener_class() -> String {
548
545
"cluster-internal".to_string()
549
546
550
-
551
-// Workaround for https://github.com/kube-rs/kube/issues/1941
552
-// TODO revert this before merging!
553
-fn empty_schema(_: &mut schemars::generate::SchemaGenerator) -> schemars::Schema {
554
- schemars::json_schema!({})
555
-}
0 commit comments