1 instantiation of ValidatedManifest
Aspire.Hosting.Radius (1)
Secrets\SealedSecretManifest.cs (1)
91
return new
ValidatedManifest
(metadata, manifestPath, content);
4 references to ValidatedManifest
Aspire.Hosting.Radius (4)
Publishing\RadiusInfrastructureBuilder.cs (1)
2148
if (!options.SealedSecretManifests.TryGetValue(store.Name, out
var
manifest))
Publishing\RadiusInfrastructureOptions.cs (1)
88
internal Dictionary<string,
ValidatedManifest
> SealedSecretManifests { get; } = new(StringComparer.Ordinal);
Publishing\SealedSecretApplyStep.cs (1)
110
var
validated = SealedSecretManifest.ReadValidated(store.Name, manifestPath, defaultNamespace);
Secrets\SealedSecretManifest.cs (1)
57
internal static
ValidatedManifest
ReadValidated(