We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f11f675 commit a1ef259Copy full SHA for a1ef259
peirates.go
@@ -81,6 +81,9 @@ func Main() {
81
// List of current client cert/key pairs
82
clientCertificates := []ClientCertificateKeyPair{}
83
84
+ // FEATURE to Write: store discovered namespaces, using multiple methods for gathering them.
85
+ // namespaces := []string
86
+
87
// print the banner, so that any node credentials pulled are not out of place.
88
printBanner(interactive, version)
89
0 commit comments