From 3e69ca745210ba67f07309c360b87a3c65d3f47f Mon Sep 17 00:00:00 2001 From: Jonathan MacMillan Date: Thu, 13 Apr 2017 14:58:22 -0700 Subject: [PATCH] [Federation] Fix the comments on FederationNameAnnotation --- federation/apis/federation/annotations.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/federation/apis/federation/annotations.go b/federation/apis/federation/annotations.go index 8e3123146b3..9a9e519f363 100644 --- a/federation/apis/federation/annotations.go +++ b/federation/apis/federation/annotations.go @@ -1,5 +1,5 @@ /* -Copyright 2016 The Kubernetes Authors. +Copyright 2017 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -17,8 +17,9 @@ limitations under the License. package federation // FederationNameAnnotation is the annotation which holds the name of -// the federation that an object is associated with. It must be -// applied to all API objects associated with that federation. +// the federation that a federation control plane component is associated +// 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" // ClusterNameAnnotation is the annotation which holds the name of