1 instantiation of Deployment
Aspire.Hosting.Kubernetes (1)
Extensions\ResourceExtensions.cs (1)
13var deployment = new Deployment
6 references to Deployment
Aspire.Hosting.Kubernetes (6)
Extensions\ResourceExtensions.cs (2)
11internal static Deployment ToDeployment(this IResource resource, KubernetesResource context) 13var deployment = new Deployment
KubernetesResource.cs (4)
31/// Gets or sets the Kubernetes <see cref="Deployment"/> associated with this resource. 34/// <see cref="KubernetesResource"/> instances can be associated with either a <see cref="StatefulSet"/> or a <see cref="Deployment"/> resource. 36public Deployment? Deployment { get; set; } 42/// <see cref="KubernetesResource"/> instances can be associated with either a <see cref="StatefulSet"/> or a <see cref="Deployment"/> resource.