diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-01-26 13:45:56 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-01-26 13:45:56 +0300 |
commit | 5e42c4c930d63530d3547fc5b7f7cbeb619f0def (patch) | |
tree | 62b7f4e3aa5bc4c5fc6300c5ffa335af9a48ac2a /config/p10k-lean-8colors.zsh | |
parent | 9c21f4b2736e3c61c90ae61aa585f5edd7df3580 (diff) |
add P9K_KUBECONTEXT_USER
Diffstat (limited to 'config/p10k-lean-8colors.zsh')
-rw-r--r-- | config/p10k-lean-8colors.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/p10k-lean-8colors.zsh b/config/p10k-lean-8colors.zsh index 04ac7e90..f32d82fc 100644 --- a/config/p10k-lean-8colors.zsh +++ b/config/p10k-lean-8colors.zsh @@ -838,6 +838,8 @@ # - P9K_KUBECONTEXT_NAMESPACE The current context's namespace. Corresponds to column NAMESPACE # in the output of `kubectl config get-contexts`. If there is no # namespace, the parameter is set to "default". + # - P9K_KUBECONTEXT_USER The current context's user. Corresponds to column AUTHINFO in the + # output of `kubectl config get-contexts`. # # If the context points to Google Kubernetes Engine (GKE) or Elastic Kubernetes Service (EKS), # the following extra parameters are available: |