Skip to content

Commit

Permalink
Events are namespaced (#7767)
Browse files Browse the repository at this point in the history
  • Loading branch information
janetkuo authored and k8s-ci-robot committed Mar 19, 2018
1 parent 051cc89 commit b883f23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/concepts/overview/working-with-objects/namespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
in some namespaces. However namespace resources are not themselves in a namespace.
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
have a namespace, depending on the object the event is about.
persistentVolumes, are not in any namespace.

0 comments on commit b883f23

Please sign in to comment.