Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // The path to kube configuration file. KubeConfig string // resync period to be passed to the K8s machinery. ResyncPeriod time.Duration // Address to use for Galley's gRPC API. APIAddress string // Enables gRPC-level tracing EnableGRPCTracing bool // Maximum size of individual received gRPC messages MaxReceivedMessageSize uint // Maximum number of outstanding RPCs per connection MaxConcurrentStreams uint // The logging options to use LoggingOptions *log.Options // The path to the file which indicates the liveness of the server by its existence. // This will be used for k8s liveness probe. If empty, it does nothing. LivenessProbeOptions *probe.Options // The path to the file for readiness probe, similar to LivenessProbePath. ReadinessProbeOptions *probe.Options // The introspection options to use IntrospectionOptions *ctrlz.Options }
Args contains the startup arguments to instantiate Galley.
func DefaultArgs ¶
func DefaultArgs() *Args
DefaultArgs allocates an Args struct initialized with Mixer's default configuration.
Click to show internal directories.
Click to hide internal directories.