Skip to content

Commit

Permalink
created structure for namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBeale committed Jul 8, 2024
1 parent f11f675 commit a1ef259
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions peirates.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ func Main() {
// List of current client cert/key pairs
clientCertificates := []ClientCertificateKeyPair{}

// FEATURE to Write: store discovered namespaces, using multiple methods for gathering them.
// namespaces := []string

// print the banner, so that any node credentials pulled are not out of place.
printBanner(interactive, version)

Expand Down

0 comments on commit a1ef259

Please sign in to comment.