Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kubernetes_client/deps.ts>joinPath

Typescript library for accessing a Kubernetes API server
Latest
function joinPath
import { joinPath } from "https://deno.land/x/kubernetes_client@v0.7.3/deps.ts";

Join all given a sequence of paths,then normalizes the resulting path.

Parameters

...paths: string[]

to be joined and normalized

Returns

string