externalservice

package
v0.0.0-...-a54ed49 Latest Latest
Warning

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

Go to latest
Published: May 18, 2020 License: Apache-2.0 Imports: 18 Imported by: 0

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

func Add

func Add(mgr manager.Manager) error

Add creates a new ExternalService Controller and adds it to the Manager. The Manager will set fields on the Controller and Start it when the Manager is Started.

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.

Jump to

Keyboard shortcuts

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