github.com/juju/juju@v0.0.0-20240430160146-1752b71fcf00/caas/kubernetes/provider/specs/export_test.go (about) 1 // Copyright 2019 Canonical Ltd. 2 // Licensed under the AGPLv3, see LICENCE file for details. 3 4 package specs 5 6 var ( 7 ParsePodSpecV2 = parsePodSpecV2 8 ParsePodSpecLegacy = parsePodSpecLegacy 9 ParsePodSpecForTest = parsePodSpec 10 NewYAMLOrJSONDecoder = newYAMLOrJSONDecoder 11 NewStrictYAMLOrJSONDecoder = newStrictYAMLOrJSONDecoder 12 NewDeployer = newDeployer 13 ) 14 15 type ( 16 K8sContainers = k8sContainers 17 K8sContainer = k8sContainer 18 ParserType = parserType 19 )