import { createProvider } from "../../create-provider"; export const AutoscaleWhite = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/compute/autoscale-white.png" ); export const Autoscale = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/compute/autoscale.png" ); export const BMWhite = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/compute/bm-white.png" ); export const BM = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/compute/bm.png" ); export const ContainerWhite = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/compute/container-white.png" ); export const Container = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/compute/container.png" ); export const FunctionsWhite = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/compute/functions-white.png" ); export const Functions = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/compute/functions.png" ); export const InstancePoolsWhite = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/compute/instance-pools-white.png" ); export const InstancePools = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/compute/instance-pools.png" ); export const OCIRWhite = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/compute/ocir-white.png" ); export const OCIR = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/compute/ocir.png" ); export const OKEWhite = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/compute/oke-white.png" ); export const OKE = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/compute/oke.png" ); export const VMWhite = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/compute/vm-white.png" ); export const VM = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/oci/compute/vm.png" ); export const BareMetalWhite = BMWhite; export const BareMetal = BM; export const OCIRegistryWhite = OCIRWhite; export const OCIRegistry = OCIR; export const ContainerEngineWhite = OKEWhite; export const ContainerEngine = OKE; export const VirtualMachineWhite = VMWhite; export const VirtualMachine = VM;