Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
    const ( // LocalhostDNSNameOverride allows override of the controlPlaneDNS LocalhostDNSNameOverride = "localhost" // ControlPlanePodName default control plane pod name. ControlPlanePodName = "controller" )
      View Source
      
  
const DefaultVersionString = "unavailable"
    Variables ¶
      View Source
      
  
var RootCmd = &cobra.Command{ Use: "conduit", Short: "conduit manages the Conduit service mesh", Long: `conduit manages the Conduit service mesh.`, PersistentPreRun: func(cmd *cobra.Command, args []string) { if verbose { log.SetLevel(log.DebugLevel) } else { log.SetLevel(log.PanicLevel) } }, }
Functions ¶
Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.