Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ConnectorNamespace is the namespace to deploy external services ConnectorNamespace = "external-services" // ExternalServiceNamespaceLabel is the label for namespace of external service ExternalServiceNamespaceLabel = "externalservice.submariner.io/namespace" // ExternalServiceNameLabel is the label for name of external service ExternalServiceNameLabel = "externalservice.submariner.io/name" // ExternalServiceFinalizerName is the name of finalizer for external service ExternalServiceFinalizerName = "finalizer.externalservice.submariner.io" // MinPort is the smallest port number that can be used by forwarder pod MinPort = 2049 // MaxPort is the biggest port number that can be used by forwarder pod MaxPort = 65536 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReconcileExternalService ¶
type ReconcileExternalService struct {
// contains filtered or unexported fields
}
ReconcileExternalService reconciles a ExternalService object
func (*ReconcileExternalService) Reconcile ¶
Reconcile reads that state of the cluster for a ExternalService object and makes changes based on the state read and what is in the ExternalService.Spec 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.
Click to show internal directories.
Click to hide internal directories.