publishingstrategy

package
v0.0.0-...-7938a71 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CloudIngressFinalizer   = "cloudingress.managed.openshift.io/finalizer-cloud-ingress-controller"
	ClusterIngressFinalizer = "ingresscontroller.operator.openshift.io/finalizer-ingresscontroller"
	ELBIdleTimeoutDuration  = 1800
)

Variables

View Source
var IngressControllerCertificate patchField = "IngressControllerCertificate"
View Source
var IngressControllerDeleteLBAnnotation string = "ingress.operator.openshift.io/auto-delete-load-balancer"
View Source
var IngressControllerELBIdleTimeout metav1.Duration = metav1.Duration{Duration: ELBIdleTimeoutDuration * time.Second}
View Source
var IngressControllerEndPoint patchField = "IngressControllerEndpoint"
View Source
var IngressControllerNodePlacement patchField = "IngressControllerNodePlacement"
View Source
var IngressControllerSelector patchField = "IngressControllerSelector"

Functions

This section is empty.

Types

type PublishingStrategyReconciler

type PublishingStrategyReconciler struct {
	Client client.Client
	Scheme *runtime.Scheme
}

PublishingStrategyReconciler reconciles a PublishingStrategy object

func (*PublishingStrategyReconciler) Reconcile

func (r *PublishingStrategyReconciler) Reconcile(ctx context.Context, request ctrl.Request) (ctrl.Result, error)

Reconcile reads that state of the cluster for a PublishingStrategy object and makes changes based on the state read and what is in the PublishingStrategy.Spec TODO(user): Modify this Reconcile function to implement your Controller logic. This example creates a Pod as an example Note: The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.

func (*PublishingStrategyReconciler) SetupWithManager

func (r *PublishingStrategyReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL