Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ServiceUIDAnnotation is an annotation on a secret that indicates which service created it, by UID. ServiceUIDAnnotation = "service.placeholder.io/service-uid" // 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. ServiceNameAnnotation = "service.placeholder.io/service-name" )
Annotations on secret.
View Source
const SecretDataKey = "secret-data"
View Source
const SecretNameAnnotation = "service.placeholder.io/secret-name"
Annotation on service.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.