# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/yid3dea
Go 中的 Kubernetes GraphQL 查詢**
搭建 GraphQL 服務器,用於在集羣中搜索 Kubernetes 資源在共享集羣治理中,我們的部分責任是允許用戶訪問他們的資源,我們通過 RBAC 來分配合理的權限並通過 kubectl 啓用用戶的查詢。對於後端開發人員來說 “沒有障礙”,而對於不熟悉命令行操作或 kubectl 、Web 和數據開發人員等用戶來說則不是這樣。那麼我們該如何爲用戶掃清障礙呢?我們通過 UI 可查詢界面實現了這一 ⌘ Read more