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