mirror of
https://github.com/clastix/kamaji.git
synced 2026-04-15 06:56:47 +00:00
11 lines
196 B
Go
11 lines
196 B
Go
// Copyright 2022 Clastix Labs
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
package controllers
|
|
|
|
import (
|
|
"sigs.k8s.io/controller-runtime/pkg/event"
|
|
)
|
|
|
|
type CertificateChannel chan event.GenericEvent
|