Documentation
¶
Index ¶
Constants ¶
View Source
const ( NEQ = "!=" EQ = "=" NOTIN = " notin " IN = " in " NOOP = "" )
supported protocols
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CertificateFetcher ¶
type CertificateFetcher interface {
// contains filtered or unexported methods
}
type LBMetadata ¶
type MetadataFetcher ¶
type SelectorConstraint ¶
func GetSelectorConstraint ¶
func GetSelectorConstraint(selector string) SelectorConstraint
func GetSelectorConstraints ¶
func GetSelectorConstraints(selector string) []SelectorConstraint
type SelectorConstraintEq ¶
func (SelectorConstraintEq) IsSelectorMatch ¶
func (s SelectorConstraintEq) IsSelectorMatch(labels map[string]string) bool
type SelectorConstraintIn ¶
func (SelectorConstraintIn) IsSelectorMatch ¶
func (s SelectorConstraintIn) IsSelectorMatch(labels map[string]string) bool
type SelectorConstraintNEq ¶
func (SelectorConstraintNEq) IsSelectorMatch ¶
func (s SelectorConstraintNEq) IsSelectorMatch(labels map[string]string) bool
type SelectorConstraintNoop ¶
type SelectorConstraintNoop struct {
Key string
}
func (SelectorConstraintNoop) IsSelectorMatch ¶
func (s SelectorConstraintNoop) IsSelectorMatch(labels map[string]string) bool
type SelectorConstraintNotIn ¶
func (SelectorConstraintNotIn) IsSelectorMatch ¶
func (s SelectorConstraintNotIn) IsSelectorMatch(labels map[string]string) bool
Click to show internal directories.
Click to hide internal directories.