Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
1d424cc5
Commit
1d424cc5
authored
Mar 16, 2017
by
jorenhehe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typos
parent
35c2e70d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
labels.go
staging/src/k8s.io/apimachinery/pkg/labels/labels.go
+2
-2
No files found.
staging/src/k8s.io/apimachinery/pkg/labels/labels.go
View file @
1d424cc5
...
@@ -66,12 +66,12 @@ func (ls Set) AsSelector() Selector {
...
@@ -66,12 +66,12 @@ func (ls Set) AsSelector() Selector {
// assumes that labels are already validated and thus don't
// assumes that labels are already validated and thus don't
// preform any validation.
// preform any validation.
// According to our measurements this is significantly faster
// According to our measurements this is significantly faster
// in codepaths that matter at high sc
c
ale.
// in codepaths that matter at high scale.
func
(
ls
Set
)
AsSelectorPreValidated
()
Selector
{
func
(
ls
Set
)
AsSelectorPreValidated
()
Selector
{
return
SelectorFromValidatedSet
(
ls
)
return
SelectorFromValidatedSet
(
ls
)
}
}
// FormatLab
le
s convert label map into plain string
// FormatLab
el
s convert label map into plain string
func
FormatLabels
(
labelMap
map
[
string
]
string
)
string
{
func
FormatLabels
(
labelMap
map
[
string
]
string
)
string
{
l
:=
Set
(
labelMap
)
.
String
()
l
:=
Set
(
labelMap
)
.
String
()
if
l
==
""
{
if
l
==
""
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment