Versions in this module Expand all Collapse all v1 v1.35.2 Jan 28, 2021 Changes in this version + func DefaultFileWatcherConfig(certPath, keyPath, caPath string) map[string]json.RawMessage + func SetupBootstrapFile(opts BootstrapOptions) (func(), error) + type BootstrapOptions struct + CertificateProviders map[string]json.RawMessage + NodeID string + ServerResourceNameID string + ServerURI string + Version TransportAPI + type ManagementServer struct + Address string + func StartManagementServer() (*ManagementServer, error) + func (s *ManagementServer) Stop() + func (s *ManagementServer) Update(opts UpdateOptions) error + type TransportAPI int + const TransportV2 + const TransportV3 + type UpdateOptions struct + Listeners []*v3listenerpb.Listener + NodeID string