# Functions
ConvertBundleToSpec accepts a bundle-client-go BundleSpec along with its id (which is often the Bundle's name), and will convert these into a bundle Spec type.
ConvertJobMethodToAPB will convert crd job method to bundle job method.
ConvertJobMethodToCRD will convert the bundle job method to the crd job method.
ConvertServiceBindingToAPB accepts a bundle-client-go ServiceBindingSpec along with its id (which is often the ServiceBinding's name), and will convert these into a bundle BindInstance.
ConvertServiceBindingToCRD will take a bundle BindInstance and convert it to a ServiceBindingSpec CRD type.
ConvertServiceInstanceToAPB will take a ServiceInstanceSpec its associated bundle Spec, as well as an id (often the ServiceInstance's name), and will convert those to a bundle ServiceInstance.
ConvertServiceInstanceToCRD will take a bundle ServiceInstance and convert it to a ServiceInstanceSpec CRD type.
ConvertSpecToBundle will convert a bundle Spec to a Bundle CRD resource type.
ConvertStateToAPB will take a bundle-client-go State type and convert it to a bundle State type.
ConvertStateToCRD will take an bundle State type and convert it to a broker-client-go State type.