Documentation ¶
Overview ¶
Package client provides the Runtime SDK client.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtensionNameFromHandlerName ¶ added in v1.5.2
ExtensionNameFromHandlerName extracts the extension name from the canonical name of a registered runtime extension handler.
func NameForHandler ¶ added in v1.5.2
func NameForHandler(handler runtimehooksv1.ExtensionHandler, extensionConfig *runtimev1.ExtensionConfig) (string, error)
NameForHandler constructs a canonical name for a registered runtime extension handler.
Types ¶
type Options ¶
type Options struct { Catalog *runtimecatalog.Catalog Registry runtimeregistry.ExtensionRegistry Client ctrlclient.Client }
Options are creation options for a Client.
Click to show internal directories.
Click to hide internal directories.