feat: Pods and container explorer for Kube protocol (#281)

This commit is contained in:
Christian Visintin
2024-10-02 12:24:46 +02:00
committed by GitHub
parent c5f76ec51c
commit ae1638ee17
27 changed files with 217 additions and 252 deletions

View File

@@ -76,16 +76,12 @@ impl KeyStorage for KeyringStorage {
#[cfg(test)]
mod tests {
#[cfg(linux)]
use pretty_assertions::assert_eq;
#[cfg(linux)]
use whoami::username;
#[cfg(linux)]
use super::*;
#[test]
#[cfg(linux)]
fn test_system_keys_keyringstorage() {
let username: String = username();
let storage: KeyringStorage = KeyringStorage::new(username.as_str());