GoFeatureFlagBuilderExtensions
Class static net10.0
Provides extension methods for adding GO Feature Flag resources to the application model.
namespace Aspire.Hosting;
public static class GoFeatureFlagBuilderExtensions{ // ...}Methods4
Section titled MethodsAddGoFeatureFlag(IDistributedApplicationBuilder, string, string?, int?)extensionIResourceBuilder<GoFeatureFlagResource> Adds an GO Feature Flag container resource to the application model. The default image is and the tag is .
WithDataVolume(IResourceBuilder<GoFeatureFlagResource>, string?)extensionIResourceBuilder<GoFeatureFlagResource> Adds a named volume for the data folder to a GO Feature flag container resource.
WithGoffBindMount(IResourceBuilder<GoFeatureFlagResource>, string)extensionIResourceBuilder<GoFeatureFlagResource> Adds a bind mount for the goff configuration folder to a GO Feature flag container resource.
WithLogLevel(IResourceBuilder<GoFeatureFlagResource>, LogLevel)extensionIResourceBuilder<GoFeatureFlagResource> Configures logging level for the GO Feature Flag container resource.