UNPKG

cdk8s-cli

Version:

This is the command line tool for Cloud Development Kit (CDK) for Kubernetes (cdk8s).

22 lines (21 loc) 670 B
/** * * github:crossplane/crossplane@0.14.0 * |--^- | ^ ^ ^ ^ ^ * | | | | | | * - provider ----+ | | | | | * - account -----------+ | | | | * - repo ------------------------+ | | | * - major ---------------------------------+ | | * - minor -----------------------------------+ | * - patch --------------------------------------+ */ /** * Matches a https://doc.crds.dev repo * * - url if found * - undefined if not * * @param source */ export declare function matchCrdsDevUrl(source: string): (undefined | string);