Skip to content

Commit

Permalink
Comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBeale committed Aug 13, 2020
1 parent 2ea78bb commit cc80cd0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions peirates.go
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ func banner(connectionString ServerInfo) {
,,,,,,,,,,,,:.............,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
________________________________________
Peirates v1.0.26 by InGuardians
Peirates v1.0.27 by InGuardians
https://www.inguardians.com/peirates
----------------------------------------------------------------`)

Expand Down Expand Up @@ -933,8 +933,7 @@ type PodNamespaceContainerTuple struct {

func PeiratesMain() {

// Create a global variable named "connectionString" initialized to
// default values
// Create a global variable named "connectionString" initialized to default values
connectionString := ParseLocalServerInfo()
cmdOpts := CommandLineOptions{connectionConfig: &connectionString}
//var kubeRoles KubeRoles
Expand Down Expand Up @@ -998,8 +997,6 @@ Off-Menu +
----------------------------------------------------------------
Peirates:># `)

// [23] Run a command in a pod via its node's Kubelet (authorization/Webhook permitting)

// Banner items to implement

// Run a command on a pod from the Kubelet
Expand Down

0 comments on commit cc80cd0

Please sign in to comment.