2 writes to DefaultStorageType
Aspire.Hosting.Kubernetes.Tests (2)
KubernetesPublisherTests.cs (2)
1543env.DefaultStorageType = "pvc"; 1604env.DefaultStorageType = "hostpath";
2 references to DefaultStorageType
Aspire.Hosting.Kubernetes (2)
Extensions\ResourceExtensions.cs (2)
255switch (context.Parent.DefaultStorageType.ToLowerInvariant()) 286throw new InvalidOperationException($"Unsupported storage type: {context.Parent.DefaultStorageType}");