mirror of
https://github.com/veeso/termscp.git
synced 2026-04-11 04:31:21 -07:00
feat: kube protocol support (#267)
This commit is contained in:
committed by
GitHub
parent
cf529c1678
commit
f757336d75
@@ -4,6 +4,7 @@
|
||||
- [Verwendung ❓](#verwendung-)
|
||||
- [Adressargument 🌎](#adressargument-)
|
||||
- [AWS S3 Adressargument](#aws-s3-adressargument)
|
||||
- [Kube-Adressargument](#kube-adressargument)
|
||||
- [SMB Adressargument](#smb-adressargument)
|
||||
- [Wie das Passwort bereitgestellt werden kann 🔐](#wie-das-passwort-bereitgestellt-werden-kann-)
|
||||
- [Unterbefehle](#unterbefehle)
|
||||
@@ -127,6 +128,14 @@ z.B.
|
||||
s3://buckethead@eu-central-1:default:/assets
|
||||
```
|
||||
|
||||
#### Kube-Adressargument
|
||||
|
||||
Falls Sie eine Verbindung zu Kube herstellen möchten, verwenden Sie die folgende Syntax
|
||||
|
||||
```txt
|
||||
kube://<container>@<pod></path>
|
||||
```
|
||||
|
||||
#### SMB Adressargument
|
||||
|
||||
SMB hat eine andere Syntax für CLI-Adressargumente, die je nach System unterschiedlich ist:
|
||||
|
||||
Reference in New Issue
Block a user