Documentation ¶
Index ¶
Constants ¶
View Source
const ( HTTPServerStopTimeout = time.Second * 10 ServiceName = "ucp" )
View Source
const UCPProviderName = "ucp"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { Config *hostoptions.UCPConfig Port string StorageProviderOptions dataprovider.StorageProviderOptions LoggingOptions ucplog.LoggingOptions SecretProviderOptions provider.SecretProviderOptions QueueProviderOptions qprovider.QueueProviderOptions MetricsProviderOptions metricsprovider.MetricsProviderOptions ProfilerProviderOptions profilerprovider.ProfilerProviderOptions TracerProviderOptions trace.Options TLSCertDir string PathBase string InitialPlanes []rest.Plane Identity hostoptions.Identity UCPConnection sdk.Connection Location string }
func NewServerOptionsFromEnvironment ¶
NewServerOptionsFromEnvironment creates a new Options struct from environment variables and returns it along with any errors.
Click to show internal directories.
Click to hide internal directories.