lifecycle

package
v0.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

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,
	)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL