config

package
v0.17.2 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigController

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

func NewConfigController

func NewConfigController(log logr.Logger, stores ...StoreInfo) *ConfigController

func (*ConfigController) GetConfig

func (r *ConfigController) GetConfig(c *fiber.Ctx) error

func (*ConfigController) Register

func (r *ConfigController) Register(router fiber.Router, opts server.ControllerOpts)

type GroupedItems

type GroupedItems struct {
	ApiVersion string `json:"apiVersion"`
	Items      []Item `json:"items"`
}

func BuildConfigs

func BuildConfigs(stores ...StoreInfo) []GroupedItems

type Item

type Item struct {
	Kind     string `json:"kind"`
	Resource string `json:"resource"`
}

type StoreInfo

type StoreInfo interface {
	Info() (schema.GroupVersionResource, schema.GroupVersionKind)
}

Jump to

Keyboard shortcuts

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