aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/exts/kubernetes/pods.py (follow)
Commit message (Collapse)AuthorAgeLines
* paginate pod logs instead of truncating themGravatar shtlrs2024-05-28-25/+28
|
* limit pod logs command to dev-ops channelGravatar Joe Banks2024-03-31-0/+2
|
* Truncate messages that hit the message length limitGravatar Joe Banks2024-03-31-2/+15
|
* handle 404 differently in pod logs commandGravatar Joe Banks2024-03-31-0/+6
|
* correct debug line to print resolved pod namesGravatar Joe Banks2024-03-31-1/+1
|
* add new pods logs commandGravatar Joe Banks2024-03-31-0/+42
|
* Add new columns to pods commandGravatar Joe Banks2024-03-30-10/+17
|
* init pod table list with an initial empty-listGravatar Joe Banks2024-03-30-1/+1
|
* handle pod lists over 4,000 charactersGravatar Joe Banks2024-03-30-26/+40
|
* Run ruff formatGravatar Joe Banks2024-03-30-4/+2
|
* add pods commandGravatar Joe Banks2024-03-30-0/+81