reference

package
v0.0.0-...-27989e3 Latest Latest
Warning

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

Go to latest
Published: May 8, 2024 License: MIT Imports: 2 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IReferenceProvider

type IReferenceProvider interface {
	ID() string
	TargetID() string
	Init(config providers.IProviderConfig) error
	Get(id string, namespace string, group string, kind string, version string, ref string) (interface{}, error)
	List(labelSelector string, fieldSelector string, namespace string, group string, kind string, version string, ref string) (interface{}, error)
	SetContext(context *contexts.ManagerContext)
	ReferenceType() string
	Reconfigure(config providers.IProviderConfig) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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