Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddTracingConfig ¶
func AddTracingConfig(bootstrap *envoy_bootstrap.Bootstrap, backend *mesh_proto.TracingBackend) error
Types ¶
type BootstrapGenerator ¶
type BootstrapGenerator interface {
Generate(ctx context.Context, request types.BootstrapRequest) (proto.Message, error)
}
func NewDefaultBootstrapGenerator ¶
func NewDefaultBootstrapGenerator( resManager core_manager.ResourceManager, config *bootstrap_config.BootstrapParamsConfig, cacertFile string) BootstrapGenerator
type BootstrapServer ¶
type BootstrapServer struct { Port uint32 Generator BootstrapGenerator }
func (*BootstrapServer) Start ¶
func (b *BootstrapServer) Start(stop <-chan struct{}) error
Click to show internal directories.
Click to hide internal directories.