+k8s:deepcopy-gen=package Package config holds the typed objects that define the schemas for assorted ConfigMap objects on which the Route controller depends.
const ( DomainConfigName = "config-domain" DefaultDomain = "example.com" )
This section is empty.
type Domain ¶Domain maps domains to routes by matching the domain's label selectors to the route's labels.
func (*Domain) DeepCopy ¶DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Domain.
func (*Domain) DeepCopyInto ¶DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Domain) LookupDomainForLabels ¶LookupDomainForLabels returns a domain given a set of labels. Since we reject configuration without a default domain, this should always return a value.
type LabelSelector struct { Selector map[string]string `json:"selector,omitempty"` }
LabelSelector represents map of {key,value} pairs. A single {key,value} in the map is equivalent to a requirement key == value. The requirements are ANDed.
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LabelSelector.
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Matches returns whether the given labels meet the requirement of the selector.
Store is based on configmap.UntypedStore and is used to store and watch for updates to configuration related to routes (currently only config-domain).
+k8s:deepcopy-gen=false
NewStore creates a configmap.UntypedStore based config store.
logger must be non-nil implementation of configmap.Logger (commonly used loggers conform)
onAfterStore is a variadic list of callbacks to run after the ConfigMap has been processed and stored.
See also: configmap.NewUntypedStore().
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4