1 write to Deployment
Aspire.Hosting.Kubernetes (1)
KubernetesResource.cs (1)
126Deployment = resource.ToDeployment(this);
6 references to Deployment
Aspire.Hosting.Kubernetes (5)
KubernetesResource.cs (5)
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. 42/// <see cref="KubernetesResource"/> instances can be associated with either a <see cref="StatefulSet"/> or a <see cref="Deployment"/> resource. 68if (Deployment is not null) 70yield return Deployment;
Aspire.Hosting.Kubernetes.Tests (1)
KubernetesPublisherTests.cs (1)
91serviceResource.Deployment!.Spec.RevisionHistoryLimit = 5;