kf delete-route

이름

kf delete-route - 타겟팅된 공간에서 경로 삭제

개요

kf delete-route DOMAIN [--hostname HOSTNAME] [--path PATH] [flags]

예시

  # Delete the Route myapp.example.com
  kf delete-route example.com --hostname myapp
  # Delete a Route on a path myapp.example.com/mypath
  kf delete-route example.com --hostname myapp --path /mypath

플래그

--async
작업이 서버에서 완료되어 결과를 반환할 때까지 기다리지 않습니다.
-h, --help
delete-route 도움말
--hostname=string
경로에 대한 호스트 이름
--path=string
경로에 대한 URL 경로

상속된 플래그

이러한 플래그는 상위 명령어에서 상속됩니다.

--config=string
구성 파일(기본값: $HOME/.kf)
--kubeconfig=string
Kubectl 구성 파일(기본값: $HOME/.kube/config)
--log-http
stderr에 HTTP 요청 로깅
--space=string
명령어를 실행할 공간입니다. 이는 현재 타겟팅된 공간을 재정의합니다.