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 }
Click to show internal directories.
Click to hide internal directories.