Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AdditionalLocalhost (0.3 sec)

  1. pkg/bootstrap/option/instances.go

    }
    
    func XDSRootCert(value string) Instance {
    	return newOption("xds_root_cert", value)
    }
    
    func Localhost(value LocalhostValue) Instance {
    	return newOption("localhost", value)
    }
    
    func AdditionalLocalhost(value LocalhostValue) Instance {
    	return newOption("additional_localhost", value)
    }
    
    func Wildcard(value WildcardValue) Instance {
    	return newOption("wildcard", value)
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 9K bytes
    - Viewed (0)
Back to top