diff options
| author | Meir Fischer <meirfischer@gmail.com> | 2014-11-09 22:46:07 -0500 |
|---|---|---|
| committer | Meir Fischer <meirfischer@gmail.com> | 2014-11-09 22:46:07 -0500 |
| commit | d5bbcd262cf01b76475426aa0100f012f7471cc0 (patch) | |
| tree | 23c7111fba29ce96f223861b6273db324b2d2d69 | |
| parent | b8c71ec88501b94c4f98d35304a9eefd582c3767 (diff) | |
Fix bad selector file link
| -rw-r--r-- | labels.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ Label selectors permit very simple filtering by label keys and values. The simpl Currently the system supports selection by exact match of a map of keys and values. Matching objects must have all of the specified labels (both keys and values), though they may have additional labels as well. -We are in the process of extending the label selection specification (see [selector.go](../blob/master/pkg/labels/selector.go) and https://github.com/GoogleCloudPlatform/kubernetes/issues/341) to support conjunctions of requirements of the following forms: +We are in the process of extending the label selection specification (see [selector.go](/pkg/labels/selector.go) and https://github.com/GoogleCloudPlatform/kubernetes/issues/341) to support conjunctions of requirements of the following forms: ``` key1 in (value11, value12, ...) key1 not in (value11, value12, ...) |
