package
0.12.0
Repository: https://github.com/rancher/fleet.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RegisterBundleDeploymentGeneratingHandler configures a BundleDeploymentController to execute a BundleDeploymentGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterBundleDeploymentStatusHandler configures a BundleDeploymentController to execute a BundleDeploymentStatusHandler for every events observed.
RegisterBundleGeneratingHandler configures a BundleController to execute a BundleGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterBundleStatusHandler configures a BundleController to execute a BundleStatusHandler for every events observed.
RegisterClusterGeneratingHandler configures a ClusterController to execute a ClusterGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterClusterGroupGeneratingHandler configures a ClusterGroupController to execute a ClusterGroupGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterClusterGroupStatusHandler configures a ClusterGroupController to execute a ClusterGroupStatusHandler for every events observed.
RegisterClusterRegistrationGeneratingHandler configures a ClusterRegistrationController to execute a ClusterRegistrationGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterClusterRegistrationStatusHandler configures a ClusterRegistrationController to execute a ClusterRegistrationStatusHandler for every events observed.
RegisterClusterRegistrationTokenGeneratingHandler configures a ClusterRegistrationTokenController to execute a ClusterRegistrationTokenGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterClusterRegistrationTokenStatusHandler configures a ClusterRegistrationTokenController to execute a ClusterRegistrationTokenStatusHandler for every events observed.
RegisterClusterStatusHandler configures a ClusterController to execute a ClusterStatusHandler for every events observed.
RegisterGitRepoGeneratingHandler configures a GitRepoController to execute a GitRepoGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterGitRepoStatusHandler configures a GitRepoController to execute a GitRepoStatusHandler for every events observed.
RegisterHelmAppGeneratingHandler configures a HelmAppController to execute a HelmAppGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterHelmAppStatusHandler configures a HelmAppController to execute a HelmAppStatusHandler for every events observed.
RegisterImageScanGeneratingHandler configures a ImageScanController to execute a ImageScanGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterImageScanStatusHandler configures a ImageScanController to execute a ImageScanStatusHandler for every events observed.

# Interfaces

BundleCache interface for retrieving Bundle resources in memory.
BundleClient interface for managing Bundle resources in Kubernetes.
BundleController interface for managing Bundle resources.
BundleDeploymentCache interface for retrieving BundleDeployment resources in memory.
BundleDeploymentClient interface for managing BundleDeployment resources in Kubernetes.
BundleDeploymentController interface for managing BundleDeployment resources.
BundleNamespaceMappingCache interface for retrieving BundleNamespaceMapping resources in memory.
BundleNamespaceMappingClient interface for managing BundleNamespaceMapping resources in Kubernetes.
BundleNamespaceMappingController interface for managing BundleNamespaceMapping resources.
ClusterCache interface for retrieving Cluster resources in memory.
ClusterClient interface for managing Cluster resources in Kubernetes.
ClusterController interface for managing Cluster resources.
ClusterGroupCache interface for retrieving ClusterGroup resources in memory.
ClusterGroupClient interface for managing ClusterGroup resources in Kubernetes.
ClusterGroupController interface for managing ClusterGroup resources.
ClusterRegistrationCache interface for retrieving ClusterRegistration resources in memory.
ClusterRegistrationClient interface for managing ClusterRegistration resources in Kubernetes.
ClusterRegistrationController interface for managing ClusterRegistration resources.
ClusterRegistrationTokenCache interface for retrieving ClusterRegistrationToken resources in memory.
ClusterRegistrationTokenClient interface for managing ClusterRegistrationToken resources in Kubernetes.
ClusterRegistrationTokenController interface for managing ClusterRegistrationToken resources.
ContentCache interface for retrieving Content resources in memory.
ContentClient interface for managing Content resources in Kubernetes.
ContentController interface for managing Content resources.
GitRepoCache interface for retrieving GitRepo resources in memory.
GitRepoClient interface for managing GitRepo resources in Kubernetes.
GitRepoController interface for managing GitRepo resources.
GitRepoRestrictionCache interface for retrieving GitRepoRestriction resources in memory.
GitRepoRestrictionClient interface for managing GitRepoRestriction resources in Kubernetes.
GitRepoRestrictionController interface for managing GitRepoRestriction resources.
HelmAppCache interface for retrieving HelmApp resources in memory.
HelmAppClient interface for managing HelmApp resources in Kubernetes.
HelmAppController interface for managing HelmApp resources.
ImageScanCache interface for retrieving ImageScan resources in memory.
ImageScanClient interface for managing ImageScan resources in Kubernetes.
ImageScanController interface for managing ImageScan resources.
No description provided by the author

# Type aliases

BundleDeploymentGeneratingHandler is the top-level handler that is executed for every BundleDeployment event.
BundleDeploymentStatusHandler is executed for every added or modified BundleDeployment.
BundleGeneratingHandler is the top-level handler that is executed for every Bundle event.
BundleStatusHandler is executed for every added or modified Bundle.
ClusterGeneratingHandler is the top-level handler that is executed for every Cluster event.
ClusterGroupGeneratingHandler is the top-level handler that is executed for every ClusterGroup event.
ClusterGroupStatusHandler is executed for every added or modified ClusterGroup.
ClusterRegistrationGeneratingHandler is the top-level handler that is executed for every ClusterRegistration event.
ClusterRegistrationStatusHandler is executed for every added or modified ClusterRegistration.
ClusterRegistrationTokenGeneratingHandler is the top-level handler that is executed for every ClusterRegistrationToken event.
ClusterRegistrationTokenStatusHandler is executed for every added or modified ClusterRegistrationToken.
ClusterStatusHandler is executed for every added or modified Cluster.
GitRepoGeneratingHandler is the top-level handler that is executed for every GitRepo event.
GitRepoStatusHandler is executed for every added or modified GitRepo.
HelmAppGeneratingHandler is the top-level handler that is executed for every HelmApp event.
HelmAppStatusHandler is executed for every added or modified HelmApp.
ImageScanGeneratingHandler is the top-level handler that is executed for every ImageScan event.
ImageScanStatusHandler is executed for every added or modified ImageScan.