3 references to DefaultStorageType
Aspire.Hosting.Kubernetes (3)
Extensions\ResourceExtensions.cs (3)
188
switch (context.Parent.
DefaultStorageType
.ToLowerInvariant())
212
throw new InvalidOperationException($"Unsupported storage type: {context.Parent.
DefaultStorageType
}");
377
if (context.Parent.
DefaultStorageType
.Equals("hostpath", StringComparison.OrdinalIgnoreCase))