We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bda195 commit c1b5f66Copy full SHA for c1b5f66
pkg/handlers/interfaces.go
@@ -23,7 +23,7 @@ type BeforeClusterCreateLifecycleHandler interface {
23
type AfterControlPlaneInitializedLifecycleHandler interface {
24
AfterControlPlaneInitialized(
25
context.Context,
26
- *runtimehooksv1.BeforeClusterCreateRequest, *runtimehooksv1.BeforeClusterCreateResponse)
+ *runtimehooksv1.AfterControlPlaneInitializedRequest, *runtimehooksv1.AfterControlPlaneInitializedResponse)
27
}
28
type BeforeClusterUpgradeLifecycleHandler interface {
29
BeforeClusterUpgrade(
0 commit comments