Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterCatalog ¶
type ClusterCatalog struct{}
ClusterCatalog wraps the external v1.ClusterCatalog type and implements admission.Defaulter
func (*ClusterCatalog) Default ¶
func (r *ClusterCatalog) Default(ctx context.Context, obj *ocv1.ClusterCatalog) error
Default is the method that will be called by the webhook to apply defaults. Type-safe method signature - no runtime.Object or type assertion needed.
func (*ClusterCatalog) SetupWebhookWithManager ¶
func (r *ClusterCatalog) SetupWebhookWithManager(mgr ctrl.Manager) error
SetupWebhookWithManager sets up the webhook with the manager
Click to show internal directories.
Click to hide internal directories.