Documentation
¶
Overview ¶
Package COSI provides a handler for managing COSI deployments on clusters
+kubebuilder:rbac:groups=addons.cluster.x-k8s.io,resources=clusterresourcesets,verbs=watch;list;get;create;patch;update;delete +kubebuilder:rbac:groups="",resources=configmaps,verbs=watch;list;get;create;patch;update;delete
Index ¶
- type ControllerConfig
- type DefaultCOSIController
- func (n *DefaultCOSIController) AfterControlPlaneInitialized(ctx context.Context, req *runtimehooksv1.AfterControlPlaneInitializedRequest, ...)
- func (n *DefaultCOSIController) BeforeClusterUpgrade(ctx context.Context, req *runtimehooksv1.BeforeClusterUpgradeRequest, ...)
- func (n *DefaultCOSIController) Name() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerConfig ¶
type ControllerConfig struct { *options.GlobalOptions // contains filtered or unexported fields }
func NewControllerConfig ¶
func NewControllerConfig(globalOptions *options.GlobalOptions) *ControllerConfig
type DefaultCOSIController ¶
type DefaultCOSIController struct {
// contains filtered or unexported fields
}
func New ¶
func New( c ctrlclient.Client, cfg *ControllerConfig, helmChartInfoGetter *config.HelmChartGetter, ) *DefaultCOSIController
func (*DefaultCOSIController) AfterControlPlaneInitialized ¶
func (n *DefaultCOSIController) AfterControlPlaneInitialized( ctx context.Context, req *runtimehooksv1.AfterControlPlaneInitializedRequest, resp *runtimehooksv1.AfterControlPlaneInitializedResponse, )
func (*DefaultCOSIController) BeforeClusterUpgrade ¶
func (n *DefaultCOSIController) BeforeClusterUpgrade( ctx context.Context, req *runtimehooksv1.BeforeClusterUpgradeRequest, resp *runtimehooksv1.BeforeClusterUpgradeResponse, )
func (*DefaultCOSIController) Name ¶
func (n *DefaultCOSIController) Name() string
Click to show internal directories.
Click to hide internal directories.