docs(pkg/draft/local): add OverridePorts descript

This commit is contained in:
Michelle Noorali 2018-04-12 11:44:57 -04:00
Родитель f8b64179a6
Коммит c286bca565
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -31,6 +31,8 @@ const (
// Name is the name of the application
// Namespace is the Kubernetes namespace it is deployed in
// Container is the name the name of the application container to connect to
// OverridePorts contains mappings of which local port to map a remote port to
// and will be in the form local_port:remote_port i.e. 8080:8081
type App struct {
Name string
Namespace string