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