Skip to content

Commit f594e02

Browse files
Alirexaagithub-actions[bot]
authored andcommitted
[create-pull-request] automated change
1 parent f1fa1be commit f594e02

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// This code was generated by a tool.
4+
//
5+
// Changes to this file may cause incorrect behavior and will be lost if
6+
// the code is regenerated.
7+
// </auto-generated>
8+
//------------------------------------------------------------------------------
9+
namespace Aspire.Hosting
10+
{
11+
public static partial class K6BuilderExtensions
12+
{
13+
public static ApplicationModel.IResourceBuilder<ApplicationModel.K6Resource> AddK6(this IDistributedApplicationBuilder builder, string name, bool enableBrowserExtensions = false, int? port = null) { throw null; }
14+
15+
public static ApplicationModel.IResourceBuilder<ApplicationModel.K6Resource> WithK6OtlpEnvironment(this ApplicationModel.IResourceBuilder<ApplicationModel.K6Resource> builder) { throw null; }
16+
17+
public static ApplicationModel.IResourceBuilder<ApplicationModel.K6Resource> WithScript(this ApplicationModel.IResourceBuilder<ApplicationModel.K6Resource> builder, string scriptPath, int virtualUsers = 10, string duration = "30s") { throw null; }
18+
}
19+
}
20+
21+
namespace Aspire.Hosting.ApplicationModel
22+
{
23+
public partial class K6Resource : ContainerResource
24+
{
25+
public K6Resource(string name) : base(default!, default) { }
26+
27+
public EndpointReference PrimaryEndpoint { get { throw null; } }
28+
}
29+
}

0 commit comments

Comments
 (0)