Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AfterControlPlaneInitialized ¶
type AfterControlPlaneInitialized interface {
AfterControlPlaneInitialized(
context.Context,
*runtimehooksv1.AfterControlPlaneInitializedRequest,
*runtimehooksv1.AfterControlPlaneInitializedResponse,
)
}
type AfterControlPlaneUpgrade ¶
type AfterControlPlaneUpgrade interface {
AfterControlPlaneUpgrade(
context.Context,
*runtimehooksv1.AfterControlPlaneUpgradeRequest,
*runtimehooksv1.AfterControlPlaneUpgradeResponse,
)
}
type BeforeClusterCreate ¶
type BeforeClusterCreate interface {
BeforeClusterCreate(
context.Context,
*runtimehooksv1.BeforeClusterCreateRequest,
*runtimehooksv1.BeforeClusterCreateResponse,
)
}
type BeforeClusterDelete ¶
type BeforeClusterDelete interface {
BeforeClusterDelete(
context.Context,
*runtimehooksv1.BeforeClusterDeleteRequest,
*runtimehooksv1.BeforeClusterDeleteResponse,
)
}
type BeforeClusterUpgrade ¶
type BeforeClusterUpgrade interface {
BeforeClusterUpgrade(
context.Context,
*runtimehooksv1.BeforeClusterUpgradeRequest,
*runtimehooksv1.BeforeClusterUpgradeResponse,
)
}
Click to show internal directories.
Click to hide internal directories.