 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const ( // CAFile is the path to the certificate authority file. CAFile = "/etc/ssl/certs/clink_ca.pem" // CertificateFile is the path to the certificate file. CertificateFile = "/etc/ssl/certs/clink-dataplane.pem" // KeyFile is the path to the private-key file. KeyFile = "/etc/ssl/key/clink-dataplane.pem" // IngressSvcName is the ingress service name for the dataplane pods. IngressSvcName = "clusterlink" )
Variables ¶
This section is empty.
Functions ¶
func NewCLDataplaneCommand ¶
NewCLDataplaneCommand creates a *cobra.Command object with default parameters.
Types ¶
type Options ¶
type Options struct {
	// ControlplaneHost is the IP/hostname of the controlplane.
	ControlplaneHost string
	// LogFile is the path to file where logs will be written.
	LogFile string
	// LogLevel is the log level.
	LogLevel string
}
    Options contains everything necessary to create and run a dataplane.
func (*Options) RequiredFlags ¶
RequiredFlags are the names of flags that must be explicitly specified.
 Click to show internal directories. 
   Click to hide internal directories.