cuefrontendopaque

package
v0.0.365 Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 License: Apache-2.0 Imports: 23 Imported by: 0

README

CUE frontend bits that handle the simplified syntax to define servers.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CueIngressDetails added in v0.0.98

type CueIngressDetails struct {
	// Key is domain.
	HttpRoutes     map[string][]string `json:"httpRoutes"`
	ProviderClass  string              `json:"provider"`
	Domains        []string            `json:"domains"`
	AllowedOrigins []string            `json:"allowed_origins"`
	Annotations    map[string]string   `json:"annotations,omitempty"`
}

type Frontend

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

func (Frontend) ParsePackage

func (ft Frontend) ParsePackage(ctx context.Context, partial *fncue.Partial, loc pkggraph.Location) (*pkggraph.Package, error)

Jump to

Keyboard shortcuts

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