Events are namespaced (#7767)

This commit is contained in:
Janet Kuo
2018-03-19 09:55:01 -07:00
committed by k8s-ci-robot
parent 051cc89ee3
commit b883f239b4
@@ -86,5 +86,4 @@ across namespaces, you need to use the fully qualified domain name (FQDN).
Most Kubernetes resources (e.g. pods, services, replication controllers, and others) are Most Kubernetes resources (e.g. pods, services, replication controllers, and others) are
in some namespaces. However namespace resources are not themselves in a namespace. in some namespaces. However namespace resources are not themselves in a namespace.
And low-level resources, such as [nodes](/docs/admin/node) and And low-level resources, such as [nodes](/docs/admin/node) and
persistentVolumes, are not in any namespace. Events are an exception: they may or may not persistentVolumes, are not in any namespace.
have a namespace, depending on the object the event is about.