parser

package
v5.2.0-release+incompa... Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2020 License: LGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// AnnotationsPrefix defines the common prefix used in the nginx ingress controller
	AnnotationsPrefix = "nginx.ingress.kubernetes.io"
)

Functions

func GetAnnotationWithPrefix

func GetAnnotationWithPrefix(suffix string) string

GetAnnotationWithPrefix returns the prefix of ingress annotations

func GetBoolAnnotation

func GetBoolAnnotation(name string, ing *extensions.Ingress) (bool, error)

GetBoolAnnotation extracts a boolean from an Ingress annotation

func GetIntAnnotation

func GetIntAnnotation(name string, ing *extensions.Ingress) (int, error)

GetIntAnnotation extracts an int from an Ingress annotation

func GetStringAnnotation

func GetStringAnnotation(name string, ing *extensions.Ingress) (string, error)

GetStringAnnotation extracts a string from an Ingress annotation

func GetStringAnnotationWithPrefix

func GetStringAnnotationWithPrefix(prefix string, ing *extensions.Ingress) (map[string]string, error)

GetStringAnnotationWithPrefix extracts an string from an Ingress annotation based on the annotation prefix

Types

type IngressAnnotation

type IngressAnnotation interface {
	Parse(ing *extensions.Ingress) (interface{}, error)
}

IngressAnnotation has a method to parse annotations located in Ingress

Jump to

Keyboard shortcuts

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