Documentation
¶
Overview ¶
Package pagesdeployment implements the L2 Controller for PagesDeployment CRD. It registers deployment configurations to the Core Service for sync.
Index ¶
Constants ¶
View Source
const (
FinalizerName = "pagesdeployment.networking.cloudflare-operator.io/finalizer"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PagesDeploymentReconciler ¶
type PagesDeploymentReconciler struct {
client.Client
Scheme *runtime.Scheme
Recorder record.EventRecorder
// contains filtered or unexported fields
}
PagesDeploymentReconciler reconciles a PagesDeployment object
func (*PagesDeploymentReconciler) SetupWithManager ¶
func (r *PagesDeploymentReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.