1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/abgox-PSCompletions

Клонировать/Скачать
en-US.json 5.9 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
abgox Отправлено 15.12.2024 19:16 8778d40
{
"root": [
{
"name": "create",
"tip": [
"Create a resource from a file or from stdin\n",
"JSON and YAML formats are accepted.\n",
"E: create -f ./pod.json --- Create a pod using the data in pod.json\n",
" create -f registry.yaml --edit -o json --- Edit the data in registry.yaml in JSON then create the resource using the edited data"
]
},
{
"name": "expose",
"tip": [
"Take a replication controller, service, deployment or pod and expose it as a new Kubernetes service"
]
},
{
"name": "run",
"tip": [
"Run a particular image on the cluster"
]
},
{
"name": "set",
"tip": [
"Set specific features on objects"
]
},
{
"name": "explain",
"tip": [
"Get documentation for a resource"
]
},
{
"name": "get",
"tip": [
"Display one or many resources"
]
},
{
"name": "edit",
"tip": [
"Edit a resource on the server"
]
},
{
"name": "delete",
"tip": [
"Delete resources by file names, stdin, resources and names, or by resources and label selector"
]
},
{
"name": "rollout",
"tip": [
"Manage the rollout of a resource"
]
},
{
"name": "scale",
"tip": [
"Set a new size for a deployment, replica set, or replication controller"
]
},
{
"name": "autoscale",
"tip": [
"Auto-scale a deployment, replica set, stateful set, or replication controller"
]
},
{
"name": "certificate",
"tip": [
"Modify certificate resources"
]
},
{
"name": "cluster-info",
"tip": [
"Display cluster information"
]
},
{
"name": "top",
"tip": [
"Display resource (CPU/memory) usage"
]
},
{
"name": "cordon",
"tip": [
"Mark node as unschedulable\n",
"E: cordon foo --- Mark node \"foo\" as unschedulable"
]
},
{
"name": "uncordon",
"tip": [
"Mark node as schedulable\n",
"E: uncordon foo --- Mark node \"foo\" as schedulable"
]
},
{
"name": "drain",
"tip": [
"Drain node in preparation for maintenance"
]
},
{
"name": "taint",
"tip": [
"Update the taints on one or more nodes"
]
},
{
"name": "describe",
"tip": [
"Show details of a specific resource or group of resources"
]
},
{
"name": "logs",
"tip": [
"Print the logs for a container in a pod"
]
},
{
"name": "attach",
"tip": [
"Attach to a running container"
]
},
{
"name": "exec",
"tip": [
"Execute a command in a container"
]
},
{
"name": "port-forward",
"tip": [
"Forward one or more local ports to a pod"
]
},
{
"name": "proxy",
"tip": [
"Run a proxy to the Kubernetes API server"
]
},
{
"name": "cp",
"tip": [
"Copy files and directories to and from containers"
]
},
{
"name": "auth",
"tip": [
"Inspect authorization"
]
},
{
"name": "debug",
"tip": [
"Create debugging sessions for troubleshooting workloads and nodes"
]
},
{
"name": "events",
"tip": [
"List events"
]
},
{
"name": "diff",
"tip": [
"Diff the live version against a would-be applied version"
]
},
{
"name": "apply",
"tip": [
"Apply a configuration to a resource by file name or stdin"
]
},
{
"name": "patch",
"tip": [
"Update fields of a resource"
]
},
{
"name": "replace",
"tip": [
"Replace a resource by file name or stdin"
]
},
{
"name": "wait",
"tip": [
"Experimental: Wait for a specific condition on one or many resources"
]
},
{
"name": "kustomize",
"tip": [
"Build a kustomization target from a directory or URL"
]
},
{
"name": "label",
"tip": [
"Update the labels on a resource"
]
},
{
"name": "annotate",
"tip": [
"Update the annotations on a resource"
]
},
{
"name": "completion",
"tip": [
"Output shell completion code for the specified shell (bash, zsh, fish, or powershell)"
]
},
{
"name": "api-resources",
"tip": [
"Print the supported API resources on the server"
]
},
{
"name": "api-versions",
"tip": [
"Print the supported API versions on the server, in the form of \"group/version\""
]
},
{
"name": "config",
"tip": [
"Modify kubeconfig files"
]
},
{
"name": "plugin",
"tip": [
"Provides utilities for interacting with plugins"
]
},
{
"name": "version",
"tip": [
"Print the client and server version information"
]
},
{
"name": "options",
"tip": [
"List some options can be passed to any command"
]
}
],
"options": [
{
"name": "--version",
"alias": [
"-v"
],
"tip": [
"Show the version."
]
}
],
"common_options": [
{
"name": "--help",
"alias": [
"-h"
],
"tip": [
"Show help."
]
}
],
"info": {
"completion_info": {
"url": "https://kubernetes.io/docs/reference/kubectl/",
"description": [
"Kubernetes, also known as K8s, is an open source system for automating deployment, scaling, and management of containerized applications.\n",
"kubectl is its command-line tool."
]
}
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/abgox-PSCompletions.git
git@api.gitlife.ru:oschina-mirror/abgox-PSCompletions.git
oschina-mirror
abgox-PSCompletions
abgox-PSCompletions
main