Documentation ¶
Index ¶
- type Config
- type SnapshotControllerHandler
- func (s *SnapshotControllerHandler) AfterControlPlaneInitialized(ctx context.Context, req *runtimehooksv1.AfterControlPlaneInitializedRequest, ...)
- func (s *SnapshotControllerHandler) BeforeClusterUpgrade(ctx context.Context, req *runtimehooksv1.BeforeClusterUpgradeRequest, ...)
- func (s *SnapshotControllerHandler) Name() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { *options.GlobalOptions // contains filtered or unexported fields }
func NewConfig ¶
func NewConfig(globalOptions *options.GlobalOptions) *Config
type SnapshotControllerHandler ¶
type SnapshotControllerHandler struct {
// contains filtered or unexported fields
}
func New ¶
func New( c ctrlclient.Client, cfg *Config, helmChartInfoGetter *config.HelmChartGetter, ) *SnapshotControllerHandler
func (*SnapshotControllerHandler) AfterControlPlaneInitialized ¶
func (s *SnapshotControllerHandler) AfterControlPlaneInitialized( ctx context.Context, req *runtimehooksv1.AfterControlPlaneInitializedRequest, resp *runtimehooksv1.AfterControlPlaneInitializedResponse, )
func (*SnapshotControllerHandler) BeforeClusterUpgrade ¶
func (s *SnapshotControllerHandler) BeforeClusterUpgrade( ctx context.Context, req *runtimehooksv1.BeforeClusterUpgradeRequest, resp *runtimehooksv1.BeforeClusterUpgradeResponse, )
func (*SnapshotControllerHandler) Name ¶
func (s *SnapshotControllerHandler) Name() string
Click to show internal directories.
Click to hide internal directories.