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