Documentation ¶
Index ¶
Constants ¶
View Source
const ControllerName = "certificate-validate-controller"
ControllerName is used to identify this controller.
Variables ¶
This section is empty.
Functions ¶
func Add ¶
func Add(mgr manager.Manager, route53 route53iface.Route53API, params Params) error
Add creates a new CertificateRequest Controller and adds it to the Manager with default RBAC. The Manager will set fields on the Controller and Start it when the Manager is Started.
Types ¶
type ReconcileCertificateRequest ¶
ReconcileCertificateRequest reconciles a Certificate object
func (*ReconcileCertificateRequest) Reconcile ¶
func (r *ReconcileCertificateRequest) Reconcile(request reconcile.Request) (reconcile.Result, error)
Reconcile reads that state of the cluster for a Certificate object and makes changes based on the state read and what is in the Certificate.Spec Automatically generate RBAC rules to allow the Controller to read and write Deployments +kubebuilder:rbac:groups=aws.skpr.io,resources=certificaterequests,verbs=get;list;watch;update;patch
Click to show internal directories.
Click to hide internal directories.