knative

package
v3.6.14 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2026 License: MIT Imports: 35 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provider

type Provider struct {
	Endpoint           string          `` /* 158-byte string literal not displayed */
	Token              string          `` /* 142-byte string literal not displayed */
	CertAuthFilePath   string          `` /* 194-byte string literal not displayed */
	Namespaces         []string        `` /* 134-byte string literal not displayed */
	LabelSelector      string          `` /* 154-byte string literal not displayed */
	PublicEntrypoints  []string        `` /* 237-byte string literal not displayed */
	PublicService      ServiceRef      `` /* 190-byte string literal not displayed */
	PrivateEntrypoints []string        `` /* 228-byte string literal not displayed */
	PrivateService     ServiceRef      `` /* 194-byte string literal not displayed */
	ThrottleDuration   ptypes.Duration `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

Provider holds configurations of the provider.

func (*Provider) Init

func (p *Provider) Init() error

Init the provider.

func (*Provider) Provide

func (p *Provider) Provide(configurationChan chan<- dynamic.Message, pool *safe.Pool) error

Provide allows the knative provider to provide configurations to traefik using the given configuration channel.

type ServiceRef

type ServiceRef struct {
	Name      string `description:"Name of the Kubernetes service." json:"desc,omitempty" toml:"desc,omitempty" yaml:"desc,omitempty"`
	Namespace string `` /* 131-byte string literal not displayed */
}

ServiceRef holds a Kubernetes service reference.

Jump to

Keyboard shortcuts

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