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 736e202 commit b5eed96Copy full SHA for b5eed96
1 file changed
crates/stackable-operator/src/utils/signal.rs
@@ -100,7 +100,7 @@ pub enum CrdEstablishedError {
100
/// when the underlying API returned errors (CRD is unknown to the Kubernetes API server or due to
101
/// missing permissions).
102
pub async fn crd_established(
103
- client: Client,
+ client: &Client,
104
crd_name: &str,
105
timeout_duration: impl Into<Option<Duration>>,
106
) -> Result<(), CrdEstablishedError> {
0 commit comments