/** * **kubeconform** - A FAST Kubernetes manifests validator, with support for Custom Resources! * * @domain `github.com/yannh/kubeconform` * @programs `kubeconform` * @version `0.7.0` (5 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/yannh/kubeconform` * @buildDependencies `go.dev@>=1.21` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomyannhkubeconform * console.log(pkg.name) // "kubeconform" * console.log(pkg.description) // "A FAST Kubernetes manifests validator, with sup..." * console.log(pkg.programs) // ["kubeconform"] * console.log(pkg.versions[0]) // "0.7.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/yannh/kubeconform.md * @see https://ts-pkgx.netlify.app/usage */ export declare const kubeconformPackage: { /** * The display name of this package. */ name: 'kubeconform'; /** * The canonical domain name for this package. */ domain: 'github.com/yannh/kubeconform'; /** * Brief description of what this package does. */ description: 'A FAST Kubernetes manifests validator, with support for Custom Resources!'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/yannh/kubeconform/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/yannh/kubeconform'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/yannh/kubeconform'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/yannh/kubeconform -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/yannh/kubeconform'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['kubeconform']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@>=1.21']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.7.0', '0.6.7', '0.6.6', '0.6.5', '0.6.4']; aliases: readonly [] }; export type KubeconformPackage = typeof kubeconformPackage