self_managed_connectors

package
v0.4.7-debug Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2025 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMigrateSelfManagedConnectorsCmd

func NewMigrateSelfManagedConnectorsCmd() *cobra.Command

Types

type MigrateSelfManagedConnectorOpts

type MigrateSelfManagedConnectorOpts struct {
	EnvironmentId string
	ClusterId     string

	CcApiKey    string
	CcApiSecret string

	Connectors []types.SelfManagedConnector
	OutputDir  string
}

type SelfManagedConnectorMigrator

type SelfManagedConnectorMigrator struct {
	EnvironmentId string
	ClusterId     string

	CcApiKey    string
	CcApiSecret string

	Connectors []types.SelfManagedConnector
	OutputDir  string
}

func (*SelfManagedConnectorMigrator) Run

type TemplateData

type TemplateData struct {
	ConnectorName   string
	EnvironmentId   string
	ClusterId       string
	ConnectorConfig map[string]interface{}
	Warnings        []Warning
}

type TranslateResponse

type TranslateResponse struct {
	Config   map[string]interface{} `json:"config"`
	Warnings []Warning              `json:"warnings"`
}

type Warning

type Warning struct {
	Field   string `json:"field"`
	Message string `json:"message"`
}

Jump to

Keyboard shortcuts

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