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 d3f1d22 commit 51893eaCopy full SHA for 51893ea
1 file changed
rust/operator-binary/src/controller.rs
@@ -34,9 +34,7 @@ use stackable_operator::{
34
k8s_openapi::{
35
DeepMerge,
36
api::{
37
- apps::v1::{
38
- DaemonSet, DaemonSetSpec, DaemonSetUpdateStrategy, RollingUpdateDaemonSet,
39
- },
+ apps::v1::{DaemonSet, DaemonSetSpec, DaemonSetUpdateStrategy, RollingUpdateDaemonSet},
40
core::v1::{
41
ConfigMap, EmptyDirVolumeSource, EnvVar, EnvVarSource, HTTPGetAction,
42
ObjectFieldSelector, Probe, SecretVolumeSource, ServiceAccount,
0 commit comments