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