/** * **vcluster** - vCluster - Create fully functional virtual Kubernetes clusters - Each vcluster runs inside a namespace of the underlying k8s cluster. It's cheaper than creating separate full-blown clusters and it offers better multi-tenancy and isolation than regular namespaces. * * @domain `vcluster.com` * @programs `vcluster` * @version `0.30.3` (54 versions available) * @versions From newest version to oldest. * * @install `launchpad install vcluster.com` * @homepage https://www.vcluster.com * @dependencies `kubernetes.io/kubectl^1`, `linux:curl.se/ca-certs` (includes OS-specific dependencies with `os:package` format) * @buildDependencies `go.dev@^1.21`, `linux:gnu.org/gcc`, `linux:gnu.org/binutils@~2.44` (includes OS-specific dependencies with `os:package` format) - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.vclustercom * console.log(pkg.name) // "vcluster" * console.log(pkg.description) // "vCluster - Create fully functional virtual Kube..." * console.log(pkg.programs) // ["vcluster"] * console.log(pkg.versions[0]) // "0.30.3" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/vcluster-com.md * @see https://ts-pkgx.netlify.app/usage */ export declare const vclustercomPackage: { /** * The display name of this package. */ name: 'vcluster'; /** * The canonical domain name for this package. */ domain: 'vcluster.com'; /** * Brief description of what this package does. */ description: 'vCluster - Create fully functional virtual Kubernetes clusters - Each vcluster runs inside a namespace of the underlying k8s cluster. It\'s cheaper than creating separate full-blown clusters and it offers better multi-tenancy and isolation than regular namespaces.'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/vcluster.com/package.yml'; homepageUrl: 'https://www.vcluster.com'; githubUrl: 'https://github.com/loft-sh/vcluster'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install vcluster.com'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +vcluster.com -- $SHELL -i'; launchpadInstallCommand: 'launchpad install vcluster.com'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['vcluster']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. * OS-specific dependencies are prefixed with `os:` (e.g., `linux:freetype.org`). */ dependencies: readonly ['kubernetes.io/kubectl^1', 'linux:curl.se/ca-certs']; /** * Build dependencies for this package. * These are only required when building the package from source. * OS-specific dependencies are prefixed with `os:` (e.g., `linux:gnu.org/gcc`). */ buildDependencies: readonly ['go.dev@^1.21', 'linux:gnu.org/gcc', 'linux:gnu.org/binutils@~2.44']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.30.3', '0.30.2', '0.30.1', '0.30.0', '0.29.2', '0.29.1', '0.29.0', '0.28.1', '0.28.0', '0.27.2', '0.27.1', '0.27.0', '0.26.4', '0.26.3', '0.26.2', '0.26.1', '0.26.0', '0.25.2', '0.25.1', '0.25.0', '0.24.1', '0.24.0', '0.23.3', '0.23.2', '0.23.1', '0.23.0', '0.22.6', '0.22.5', '0.22.4', '0.22.3', '0.22.2', '0.22.1', '0.22.0', '0.21.6', '0.21.5', '0.21.4', '0.21.3', '0.21.2', '0.21.1', '0.21.0', '0.20.6', '0.20.5', '0.20.4', '0.20.3', '0.20.2', '0.20.1', '0.20.0', '0.19.10', '0.19.9', '0.19.8', '0.19.7', '0.19.6', '0.19.5', '0.19.4']; aliases: readonly [] }; export type VclustercomPackage = typeof vclustercomPackage