Documentation ¶
Index ¶
- func AddAll(scheme *runtime.Scheme) (*runtime.Scheme, error)
- func AddSchemes(scheme *runtime.Scheme, schemes ...func(*runtime.Scheme) error) (*runtime.Scheme, error)
- func All() (*runtime.Scheme, error)
- func Scheme(schemes ...func(*runtime.Scheme) error) (*runtime.Scheme, error)
- func TypeName(resource runtime.Object) string
- func Webhooks(mgr ctrl.Manager) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddSchemes ¶
func AddSchemes(scheme *runtime.Scheme, schemes ...func(*runtime.Scheme) error) (*runtime.Scheme, error)
Takes an existing runtime.Scheme object and adds a list of schemes to it. This function should be provided with a list of AddToScheme functions.
func Scheme ¶
Creates a new runtime.Scheme object and adds a list of schemes to it. This function should be provided with a list of AddToScheme functions.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.