flow

package
v0.1.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 4, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// GroupName is the name of the API group this package's resources belong to.
	GroupName = "flow.typhoon.zeiss.com"
)

Variables

View Source
var (
	// JQTransformationResource respresents a JQ transformation.
	JQTransformationResource = schema.GroupResource{
		Group:    GroupName,
		Resource: "jqtransformations",
	}

	// SynchronizerResource respresents a Synchronizer.
	SynchronizerResource = schema.GroupResource{
		Group:    GroupName,
		Resource: "synchronizers",
	}

	// TransformationResource respresents a Bumblebee transformation.
	TransformationResource = schema.GroupResource{
		Group:    GroupName,
		Resource: "transformations",
	}

	// XMLToJSONTransformationResource respresents a XML to JSON transformation.
	XMLToJSONTransformationResource = schema.GroupResource{
		Group:    GroupName,
		Resource: "xmltojsontansformations",
	}

	// XSLTTransformationResource respresents a XSLT transformation.
	XSLTTransformationResource = schema.GroupResource{
		Group:    GroupName,
		Resource: "xslttransformations",
	}
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
Package v1alpha1 contains API Schema definitions for the flow/v1alpha1 API group.
Package v1alpha1 contains API Schema definitions for the flow/v1alpha1 API group.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL