CommunityToolkit.Aspire.Hosting.Flagd
📦 CommunityToolkit.Aspire.Hosting.Flagd v13.4.0 2 Functions
1 Types
1 types and 7 members
Types
Functions
method
addFlagd builder Adds a flagd container to the application model.
addFlagd(name: string, port?: number, ofrepPort?: number): FlagdResource method
withBindFileSync builder Configures flagd to use a bind mount as the source of flags.
withBindFileSync(fileSource: string, filename?: string): FlagdResource