Skip to content

Commit

Permalink
docs: add note about namespace-scoped resources (#1690)
Browse files Browse the repository at this point in the history
Signed-off-by: Thanh VO <111461555+ht-vo@users.noreply.github.com>
  • Loading branch information
ht-vo authored Feb 7, 2025
1 parent 6389d09 commit 36464e8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ The synopsis of the lookup function is `lookup apiVersion, kind, namespace, name
| name | string |

Both `name` and `namespace` are optional and can be passed as an empty string
(`""`).
(`""`). However, if you're working with a namespace-scoped resource, both `name`
and `namespace` must be specified.

The following combination of parameters are possible:

Expand Down

0 comments on commit 36464e8

Please sign in to comment.