@canonical/jujulib
Version:
Juju API client
12 lines (8 loc) • 341 B
text/typescript
import { GenericFacade } from "../../types";
import CAASOperatorUpgraderV1 from "./CAASOperatorUpgraderV1.js";
export * as CAASOperatorUpgraderV1 from "./CAASOperatorUpgraderV1.js";
const CAASOperatorUpgrader: GenericFacade = {
name: "CAASOperatorUpgrader",
versions: [CAASOperatorUpgraderV1],
};
export default CAASOperatorUpgrader;