Documentation ¶
Index ¶
- type Selector
- func AccessKind(n string) Selector
- func And(operands ...Selector) Selector
- func ArtifactType(n string) Selector
- func Identity(id v1.Identity) Selector
- func IdentityByKeyPairs(extras ...string) Selector
- func Label(sel ...selectors.LabelSelector) Selector
- func LabelName(n string) Selector
- func Name(n string) Selector
- func Not(operand Selector) Selector
- func Or(operands ...Selector) Selector
- func Version(n string) Selector
- func VersionConstraint(expr string) Selector
- type SelectorFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Selector ¶
type Selector = selectors.SourceSelector
func AccessKind ¶
func ArtifactType ¶
func IdentityByKeyPairs ¶
func Label ¶
func Label(sel ...selectors.LabelSelector) Selector
func VersionConstraint ¶
type SelectorFunc ¶
type SelectorFunc = selectors.SourceSelectorFunc
Click to show internal directories.
Click to hide internal directories.