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