property
primaryEndpointEndpointReferencegetGets the primary endpoint for the MinIO. This endpoint is used for all API calls over HTTP.
API references are intentionally omitted from this search. To find API references, please search these dedicated API pages instead:
interface MinioContainerResource extends IComputeResource, IExpressionValue, IManifestExpressionProvider, IResource, IResourceWithArgs, IResourceWithConnectionString, IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport, IValueProvider, IValueWithReferences { readonly connectionStringExpression: ReferenceExpression; readonly host: EndpointReferenceExpression; passwordParameter: ParameterResource; readonly port: EndpointReferenceExpression; readonly primaryEndpoint: EndpointReference; rootUser: ParameterResource; readonly uriExpression: ReferenceExpression; withDataBindMount(source: string): MinioContainerResource; withDataVolume(name?: string): MinioContainerResource; withHostPort(port: number): MinioContainerResource; withPassword(password: ParameterResource): MinioContainerResource; withUserName(userName: ParameterResource): MinioContainerResource;}connectionStringExpressionReferenceExpressiongethostEndpointReferenceExpressiongetpasswordParameterParameterResourceget · setportEndpointReferenceExpressiongetprimaryEndpointEndpointReferencegetrootUserParameterResourceget · seturiExpressionReferenceExpressiongetwithDataBindMount(source: string): MinioContainerResourceParameters
sourcestringReturns
MinioContainerResourcewithDataVolume(name?: string): MinioContainerResourceParameters
namestringoptionalReturns
MinioContainerResourcewithHostPort(port: number): MinioContainerResourceParameters
portnumberReturns
MinioContainerResourcewithPassword(password: ParameterResource): MinioContainerResourceParameters
passwordParameterResourceReturns
MinioContainerResourcewithUserName(userName: ParameterResource): MinioContainerResourceParameters
userNameParameterResourceReturns
MinioContainerResource