Skip to content

Commit c1b5f66

Browse files
authored
fix: Incorrect request/response parameters in CP initialized handler (#105)
1 parent 3bda195 commit c1b5f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/handlers/interfaces.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type BeforeClusterCreateLifecycleHandler interface {
2323
type AfterControlPlaneInitializedLifecycleHandler interface {
2424
AfterControlPlaneInitialized(
2525
context.Context,
26-
*runtimehooksv1.BeforeClusterCreateRequest, *runtimehooksv1.BeforeClusterCreateResponse)
26+
*runtimehooksv1.AfterControlPlaneInitializedRequest, *runtimehooksv1.AfterControlPlaneInitializedResponse)
2727
}
2828
type BeforeClusterUpgradeLifecycleHandler interface {
2929
BeforeClusterUpgrade(

0 commit comments

Comments
 (0)