-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[confluent-local] [CLI-2583] print image downloading progress, print …
…ports and allow overwriting local ports (#2076)
- Loading branch information
Showing
7 changed files
with
118 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
package v1 | ||
|
||
type LocalPorts struct { | ||
KafkaRestPort string `json:"kafka_rest_port"` | ||
BrokerPort string `json:"broker_port"` | ||
ControllerPort string `json:"controller_port"` | ||
PlaintextPort string `json:"plaintext_port"` | ||
BrokerPort string `human:"Broker Port" json:"broker_port"` | ||
ControllerPort string `human:"Controller Port" json:"controller_port"` | ||
KafkaRestPort string `human:"Kafka Rest Port" json:"kafka_rest_port"` | ||
PlaintextPort string `human:"Plaintext Port" json:"plaintext_port"` | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters