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
3e69ca74
Commit
3e69ca74
authored
Apr 13, 2017
by
Jonathan MacMillan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Federation] Fix the comments on FederationNameAnnotation
parent
d2733394
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
annotations.go
federation/apis/federation/annotations.go
+4
-3
No files found.
federation/apis/federation/annotations.go
View file @
3e69ca74
/*
/*
Copyright 201
6
The Kubernetes Authors.
Copyright 201
7
The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
...
@@ -17,8 +17,9 @@ limitations under the License.
...
@@ -17,8 +17,9 @@ limitations under the License.
package
federation
package
federation
// FederationNameAnnotation is the annotation which holds the name of
// FederationNameAnnotation is the annotation which holds the name of
// the federation that an object is associated with. It must be
// the federation that a federation control plane component is associated
// applied to all API objects associated with that federation.
// with. It must be applied to all the API types that represent that federations
// control plane's components in the host cluster and in joining clusters.
const
FederationNameAnnotation
=
"federation.alpha.kubernetes.io/federation-name"
const
FederationNameAnnotation
=
"federation.alpha.kubernetes.io/federation-name"
// ClusterNameAnnotation is the annotation which holds the name of
// ClusterNameAnnotation is the annotation which holds the name of
...
...
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