The API for Syndesis - a flexible, customizable, cloud-hosted platform that provides core integration capabilities as a service. It leverages Red Hat's existing product architecture using OpenShift Online/Dedicated and Fuse Integration Services.
OpenShiftDeployment's name property is initialized with
Integration.name, within openshift module we should use only the
sanitizedName property to interact with OpenShift/k8s API.
OpenShiftDeployment
'sname
property is initialized withIntegration.name
, within openshift module we should use only thesanitizedName
property to interact with OpenShift/k8s API.Fixes #659