routingpolicy

package
v1.3.3 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: UPL-1.0 Imports: 22 Imported by: 0

Documentation

Overview

* * * OCI Native Ingress Controller * * * * Copyright (c) 2023 Oracle America, Inc. and its affiliates. * * Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ *

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PathToRoutePolicyCondition

func PathToRoutePolicyCondition(host string, path networkingv1.HTTPIngressPath) string

Types

type ByPath

type ByPath []*listenerPath

func (ByPath) Len

func (pathArray ByPath) Len() int

func (ByPath) Less

func (pathArray ByPath) Less(i, j int) bool

func (ByPath) Swap

func (pathArray ByPath) Swap(i, j int)

type Controller

type Controller struct {
	// contains filtered or unexported fields
}

Controller demonstrates how to implement a controller with client-go.

func NewController

func NewController(
	controllerClass string,
	ingressClassInformer networkinginformers.IngressClassInformer,
	ingressInformer networkinginformers.IngressInformer,
	serviceLister corelisters.ServiceLister,
	client *client.ClientProvider,
) *Controller

NewController creates a new Controller.

func (*Controller) Run

func (c *Controller) Run(workers int, stopCh <-chan struct{})

Run begins watching and syncing.

Jump to

Keyboard shortcuts

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