CommunityToolkit.Aspire.Hosting.Minio
📦 CommunityToolkit.Aspire.Hosting.Miniov13.4.06Functions
1Types
1 types and 9 members
Types
Functions
method
addMinioContainerbuilderAdds a MinIO container to the application model. The default image is "minio/minio" and the tag is "latest".
addMinioContainer(name: string, rootUser?: ParameterResource, rootPassword?: ParameterResource, port?: number): MinioContainerResourcemethod
withDataBindMountbuilderAdds a bind mount for the data folder to a MinIO container resource.
withDataBindMount(source: string): MinioContainerResourcemethod
withDataVolumebuilderAdds a named volume for the data folder to a MinIO container resource.
withDataVolume(name?: string): MinioContainerResourcemethod
withHostPortbuilderConfigures the host port that the MinIO resource is exposed on instead of using randomly assigned port.
withHostPort(port: number): MinioContainerResourcemethod
withPasswordbuilderConfigures the password that the MinIO resource uses.
withPassword(password: ParameterResource): MinioContainerResourcemethod
withUserNamebuilderConfigures the user name that the MinIO resource uses.
withUserName(userName: ParameterResource): MinioContainerResource