Documentation ¶
Index ¶
Constants ¶
View Source
const ( LabelKeyOwner = "cs.sap.com/owner" AnnotationKeyDigest = "cs.sap.com/digest" AnnotationKeyTTL = "cs.sap.com/ttl" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProjectReconciler ¶
type ProjectReconciler struct {
// contains filtered or unexported fields
}
ProjectReconciler reconciles a Project object
func NewProjectReconciler ¶
func NewProjectReconciler(client client.Client, scheme *runtime.Scheme, options ProjectReconcilerOptions) *ProjectReconciler
NewProjectReconciler creates a ProjectReconciler object
func (*ProjectReconciler) SetupWithManager ¶
func (r *ProjectReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.