Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { AppID string ComponentsPath string ControlPlaneAddress string ControlPlaneTrustDomain string ControlPlaneNamespace string SentryAddress string TrustAnchors []byte AllowedOrigins string EnableProfiling bool AppMaxConcurrency int EnableMTLS bool AppSSL bool MaxRequestSize int // In bytes ResourcesPath []string AppProtocol string EnableAPILogging *bool RuntimeVersion bool BuildInfo bool WaitCommand bool DaprHTTPPort string DaprAPIGRPCPort string ProfilePort string DaprInternalGRPCPort string DaprInternalGRPCListenAddress string DaprPublicPort string DaprPublicListenAddress string AppPort string DaprGracefulShutdownSeconds int DaprBlockShutdownDuration *time.Duration ActorsService string RemindersService string SchedulerAddress []string DaprAPIListenAddresses string AppHealthProbeInterval int AppHealthProbeTimeout int AppHealthThreshold int EnableAppHealthCheck bool Mode string Config []string UnixDomainSocket string ReadBufferSize int // In bytes DisableBuiltinK8sSecretStore bool AppHealthCheckPath string AppChannelAddress string Logger logger.Options Metrics *metrics.FlagOptions }
Click to show internal directories.
Click to hide internal directories.