self_managed_connectors

package
v0.4.6-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: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewScanSelfManagedConnectorsCmd

func NewScanSelfManagedConnectorsCmd() *cobra.Command

Types

type ConnectAPIClient

type ConnectAPIClient interface {
	ListConnectors() ([]string, error)
	GetConnectorConfig(name string) (map[string]any, error)
	GetConnectorStatus(name string) (map[string]any, error)
}

type HTTPConnectClient

type HTTPConnectClient struct {
	// contains filtered or unexported fields
}

func (*HTTPConnectClient) GetConnectorConfig

func (c *HTTPConnectClient) GetConnectorConfig(name string) (map[string]any, error)

func (*HTTPConnectClient) GetConnectorStatus

func (c *HTTPConnectClient) GetConnectorStatus(name string) (map[string]any, error)

func (*HTTPConnectClient) ListConnectors

func (c *HTTPConnectClient) ListConnectors() ([]string, error)

type SelfManagedConnectorsScanner

type SelfManagedConnectorsScanner struct {
	StateFile  string
	State      *types.State
	ClusterArn string
	// contains filtered or unexported fields
}

func (*SelfManagedConnectorsScanner) Run

type SelfManagedConnectorsScannerOpts

type SelfManagedConnectorsScannerOpts struct {
	StateFile      string
	State          *types.State
	ConnectRestURL string
	ClusterArn     string
	AuthMethod     types.ConnectAuthMethod
	SaslScramAuth  types.ConnectSaslScramAuth
	TlsAuth        types.ConnectTlsAuth
}

Jump to

Keyboard shortcuts

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