Skip to content

Commit

Permalink
deployments first
Browse files Browse the repository at this point in the history
  • Loading branch information
meowjesty committed Sep 5, 2024
1 parent 8580f27 commit 1b45507
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mirrord/kube/src/api/kubernetes/seeker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ impl KubeResourceSeeker<'_> {
.simple_list_resource::<StatefulSet>("statefulset")
.await?;

Ok(pods
Ok(deployments
.into_iter()
.chain(deployments)
.chain(rollouts)
.chain(jobs)
.chain(cronjobs)
.chain(statefulsets)
.chain(cronjobs)
.chain(jobs)
.chain(pods)
.collect())
}

Expand Down

0 comments on commit 1b45507

Please sign in to comment.