withHttpsEndpoint
Function
interface ContainerResource { // ... omitted for brevity withHttpsEndpoint( port?: number, targetPort?: number, name?: string, env?: string, isProxied?: boolean): IResourceWithEndpoints;}Signature
method
withHttpsEndpoint builder Adds an HTTPS endpoint
withHttpsEndpoint( port?: number, targetPort?: number, name?: string, env?: string, isProxied?: boolean): IResourceWithEndpointsParameters
port number optional targetPort number optional name string optional env string optional isProxied boolean optional = True Returns
IResourceWithEndpoints Applies to
This function is an extension method on the following types: