10 instantiations of SealedSecretCondition
Aspire.Hosting.Radius (1)
Publishing\SealedSecretApplyStep.cs (1)
476conditions.Add(new SealedSecretCondition(type, conditionStatus, message));
Aspire.Hosting.Radius.Tests (9)
Secrets\SealedSecretApplyStepTests.cs (9)
406[new SealedSecretApplyStep.SealedSecretCondition("Synced", "True", null)])); 431[new SealedSecretApplyStep.SealedSecretCondition("Synced", "False", "no key could decrypt secret")])), 473[new SealedSecretApplyStep.SealedSecretCondition("Synced", "True", null)])), 498[new SealedSecretApplyStep.SealedSecretCondition("Synced", "True", null)])), 744new SealedSecretApplyStep.SealedSecretCondition("Ready", "False", "not ready"), 745new SealedSecretApplyStep.SealedSecretCondition("Synced", "True", null), 761[new SealedSecretApplyStep.SealedSecretCondition("Synced", "True", null)]), 776[new SealedSecretApplyStep.SealedSecretCondition("Synced", "True", null)]), 789[new SealedSecretApplyStep.SealedSecretCondition("Synced", "False", "no key could decrypt secret")]),
4 references to SealedSecretCondition
Aspire.Hosting.Radius (4)
Publishing\SealedSecretApplyStep.cs (4)
394foreach (var condition in status.Conditions) 404foreach (var condition in status.Conditions) 447var conditions = new List<SealedSecretCondition>(); 983IReadOnlyList<SealedSecretCondition> Conditions);