Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ISTIO_BOOTSTRAP (0.18 sec)

  1. pkg/bootstrap/instance.go

    	DefaultCfgDir     = "./var/lib/istio/envoy/envoy_bootstrap_tmpl.json"
    )
    
    // TODO(nmittler): Move this to application code. This shouldn't be declared in a library.
    var overrideVar = env.Register("ISTIO_BOOTSTRAP", "", "")
    
    // Instance of a configured Envoy bootstrap writer.
    type Instance interface {
    	// WriteTo writes the content of the Envoy bootstrap to the given writer.
    	WriteTo(templateFile string, w io.Writer) error
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 3.9K bytes
    - Viewed (0)
Back to top