6 references to Volume
Aspire.Hosting.Kubernetes (6)
Extensions\ResourceExtensions.cs (2)
223bindingsByVolumeName[binding.Volume.Name] = binding; 244ClaimName = binding.Volume.GetClaimName(),
KubernetesEnvironmentResource.cs (4)
510if (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 " +