6 references to Volume
Aspire.Hosting.Kubernetes (6)
Extensions\ResourceExtensions.cs (2)
223
bindingsByVolumeName[binding.
Volume
.Name] = binding;
244
ClaimName = binding.
Volume
.GetClaimName(),
KubernetesEnvironmentResource.cs (4)
510
if (binding.
Volume
.Parent != this)
514
$"persistent volume '{binding.
Volume
.Name}' which belongs to environment " +
515
$"'{binding.
Volume
.Parent.Name}'. A workload can only bind persistent volumes " +
517
$"'{Name}', or assign the workload to '{binding.
Volume
.Parent.Name}' with " +