entries

package
v5.19.0 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterConverter

func RegisterConverter(kind string, converter Converter) error

Types

type Converter

type Converter interface {
	ConvertToAbstractServerConfig(rawConfig []byte, kindHint string) (*specs.SubscriptionServerConfig, error)
}

type ConverterRegistry

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

func GetOverlayConverterRegistry

func GetOverlayConverterRegistry() *ConverterRegistry

func (*ConverterRegistry) GetOverlayConverterRegistry

func (c *ConverterRegistry) GetOverlayConverterRegistry() *ConverterRegistry

func (*ConverterRegistry) RegisterConverter

func (c *ConverterRegistry) RegisterConverter(kind string, converter Converter) error

func (*ConverterRegistry) TryAllConverters

func (c *ConverterRegistry) TryAllConverters(rawConfig []byte, prioritizedConverter, kindHint string) (*specs.SubscriptionServerConfig, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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