Fix some linter complaints in controllerlib.
Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
parent
7848332d47
commit
aeee2cf05e
@ -10,10 +10,11 @@ const SecretNameAnnotation = "service.placeholder.io/secret-name"
|
|||||||
|
|
||||||
// Annotations on secret.
|
// Annotations on secret.
|
||||||
const (
|
const (
|
||||||
// ServiceUIDAnnotation is an annotation on a secret that indicates which service created it, by UID
|
// ServiceUIDAnnotation is an annotation on a secret that indicates which service created it, by UID.
|
||||||
ServiceUIDAnnotation = "service.placeholder.io/service-uid"
|
ServiceUIDAnnotation = "service.placeholder.io/service-uid"
|
||||||
|
|
||||||
// ServiceNameAnnotation is an annotation on a secret that indicates which service created it, by Name
|
// ServiceNameAnnotation is an annotation on a secret that indicates which service created it, by Name
|
||||||
// to allow reverse lookups on services for comparison against UIDs
|
// to allow reverse lookups on services for comparison against UIDs.
|
||||||
ServiceNameAnnotation = "service.placeholder.io/service-name"
|
ServiceNameAnnotation = "service.placeholder.io/service-name"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user