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