Documentation
¶
Index ¶
- Constants
- func Add(mgr manager.Manager) error
- type ReconcileIngress
- func (r *ReconcileIngress) Reconcile(request reconcile.Request) (reconcile.Result, error)
- func (r *ReconcileIngress) Sync(ingress *edgev1beta1.Ingress) (edgev1beta1.IngressStatus, error)
- func (r *ReconcileIngress) SyncIngress(meta metav1.ObjectMeta, ingress *edgev1beta1.Ingress) (*extensionsv1beta1.Ingress, error)
Constants ¶
View Source
const ( Application = "drupal" Port int32 = 80 )
@todo, Remove
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReconcileIngress ¶
ReconcileIngress reconciles a Ingress object
func (*ReconcileIngress) Reconcile ¶
Reconcile reads that state of the cluster for a Ingress object and makes changes based on the state read and what is in the Ingress.Spec Automatically generate RBAC rules to allow the Controller to read and write Deployments +kubebuilder:rbac:groups=edge.skpr.io,resources=ingresses,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=edge.skpr.io,resources=ingresses/status,verbs=get;update;patch
func (*ReconcileIngress) Sync ¶
func (r *ReconcileIngress) Sync(ingress *edgev1beta1.Ingress) (edgev1beta1.IngressStatus, error)
Sync is a meta operation which syncs all sub objects of the reconcile loop.
func (*ReconcileIngress) SyncIngress ¶
func (r *ReconcileIngress) SyncIngress(meta metav1.ObjectMeta, ingress *edgev1beta1.Ingress) (*extensionsv1beta1.Ingress, error)
SyncIngress will only create a ingress.
Click to show internal directories.
Click to hide internal directories.