Versions in this module Expand all Collapse all v1 v1.4.1 Jun 30, 2021 GO-2026-5573 GO-2026-5573: Apache Camel K: Kubernetes namespace authorized users can create a Build resource in github.com/apache/camel-k v1.4.0 Apr 13, 2021 GO-2026-5573 GO-2026-5573: Apache Camel K: Kubernetes namespace authorized users can create a Build resource in github.com/apache/camel-k v1.3.2 Mar 19, 2021 GO-2026-5573 GO-2026-5573: Apache Camel K: Kubernetes namespace authorized users can create a Build resource in github.com/apache/camel-k v1.3.1 Feb 1, 2021 GO-2026-5573 GO-2026-5573: Apache Camel K: Kubernetes namespace authorized users can create a Build resource in github.com/apache/camel-k v1.3.0 Dec 22, 2020 GO-2026-5573 GO-2026-5573: Apache Camel K: Kubernetes namespace authorized users can create a Build resource in github.com/apache/camel-k v1.2.1 Nov 23, 2020 GO-2026-5573 GO-2026-5573: Apache Camel K: Kubernetes namespace authorized users can create a Build resource in github.com/apache/camel-k v1.2.0 Oct 8, 2020 GO-2026-5573 GO-2026-5573: Apache Camel K: Kubernetes namespace authorized users can create a Build resource in github.com/apache/camel-k Changes in this version + func FromYamlDSL(reader io.Reader) ([]v1.Flow, error) + func FromYamlDSLString(flowsString string) ([]v1.Flow, error) + func ToYamlDSL(flows []v1.Flow) ([]byte, error) v1.1.1 Sep 11, 2020 GO-2026-5573 GO-2026-5573: Apache Camel K: Kubernetes namespace authorized users can create a Build resource in github.com/apache/camel-k v1.1.0 Jul 21, 2020 GO-2026-5573 GO-2026-5573: Apache Camel K: Kubernetes namespace authorized users can create a Build resource in github.com/apache/camel-k Changes in this version + func Marshal(flows []v1.Flow) ([]byte, error) + func Unmarshal(reader io.Reader) ([]v1.Flow, error) + func UnmarshalString(flowsString string) ([]v1.Flow, error)