CommunityToolkit.Aspire.Hosting.GoFeatureFlag
📦 CommunityToolkit.Aspire.Hosting.GoFeatureFlag v13.4.0 4 Functions
2 Types
2 types and 5 members
Types
Functions
method
addGoFeatureFlag builder Adds an GO Feature Flag container resource to the application model. The default image is and the tag is .
addGoFeatureFlag(name: string, pathToConfigFile?: string, port?: number): GoFeatureFlagResource method
withDataVolume builder Adds a named volume for the data folder to a GO Feature flag container resource.
withDataVolume(name?: string): GoFeatureFlagResource method
withGoffBindMount builder Adds a bind mount for the goff configuration folder to a GO Feature flag container resource.
withGoffBindMount(source: string): GoFeatureFlagResource method
withLogLevel builder withLogLevel(logLevel: GoFeatureFlagLogLevel): GoFeatureFlagResource