8 references to OutputPath
Aspire.Hosting.Kubernetes (8)
KubernetesPublishingContext.cs (8)
57
ArgumentNullException.ThrowIfNull(
OutputPath
);
67
logger.FinishGeneratingKubernetes(
OutputPath
);
96
var resourceDockerfilePath = Path.Combine(
OutputPath
, $"{serviceResource.TargetResource.Name}.Dockerfile");
368
var templatesFolder = Path.Combine(
OutputPath
, "templates", resource.Name);
402
var outputFile = Path.Combine(
OutputPath
!, "values.yaml");
403
Directory.CreateDirectory(
OutputPath
!);
424
var outputFile = Path.Combine(
OutputPath
, "Chart.yaml");
425
Directory.CreateDirectory(
OutputPath
);