3 instantiations of VolumeMountBindingAnnotation
Aspire.Hosting (1)
VolumeResourceBuilderExtensions.cs (1)
90var binding = new VolumeMountBindingAnnotation(name)
Aspire.Hosting.Kubernetes (2)
KubernetesPersistentVolumeExtensions.cs (2)
269builder.WithAnnotation(new VolumeMountBindingAnnotation(volume.Resource.Name) 431var binding = new VolumeMountBindingAnnotation(volume.Resource.Name)
4 references to VolumeMountBindingAnnotation
Aspire.Hosting (2)
ApplicationModel\VolumeMountBindingAnnotation.cs (1)
104.OfType<VolumeMountBindingAnnotation>()
VolumeResourceBuilderExtensions.cs (1)
90var binding = new VolumeMountBindingAnnotation(name)
Aspire.Hosting.Kubernetes (2)
KubernetesEnvironmentExtensions.cs (1)
215.OfType<VolumeMountBindingAnnotation>()
KubernetesPersistentVolumeExtensions.cs (1)
431var binding = new VolumeMountBindingAnnotation(volume.Resource.Name)