Lines Matching refs:CommandLineOptions

115CommandLineOptions   *CommandLineOptions `protobuf:"bytes,6,opt,name=command_line_options,json=com…  member
181 func (m *ServerInfo) GetCommandLineOptions() *CommandLineOptions {
183 return m.CommandLineOptions
188 type CommandLineOptions struct { struct
221 func (m *CommandLineOptions) Reset() { *m = CommandLineOptions{} } argument
222 func (m *CommandLineOptions) String() string { return proto.CompactTextString(m) } argument
223 func (*CommandLineOptions) ProtoMessage() {} argument
224 func (*CommandLineOptions) Descriptor() ([]byte, []int) { argument
228 func (m *CommandLineOptions) XXX_Unmarshal(b []byte) error { argument
231 func (m *CommandLineOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
234 func (m *CommandLineOptions) XXX_Merge(src proto.Message) { argument
237 func (m *CommandLineOptions) XXX_Size() int { argument
240 func (m *CommandLineOptions) XXX_DiscardUnknown() { argument
246 func (m *CommandLineOptions) GetBaseId() uint64 { argument
253 func (m *CommandLineOptions) GetConcurrency() uint32 { argument
260 func (m *CommandLineOptions) GetConfigPath() string { argument
267 func (m *CommandLineOptions) GetConfigYaml() string { argument
274 func (m *CommandLineOptions) GetAllowUnknownStaticFields() bool { argument
281 func (m *CommandLineOptions) GetRejectUnknownDynamicFields() bool { argument
288 func (m *CommandLineOptions) GetAdminAddressPath() string { argument
295 func (m *CommandLineOptions) GetLocalAddressIpVersion() CommandLineOptions_IpVersion { argument
302 func (m *CommandLineOptions) GetLogLevel() string { argument
309 func (m *CommandLineOptions) GetComponentLogLevel() string { argument
316 func (m *CommandLineOptions) GetLogFormat() string { argument
323 func (m *CommandLineOptions) GetLogFormatEscaped() bool { argument
330 func (m *CommandLineOptions) GetLogPath() string { argument
337 func (m *CommandLineOptions) GetServiceCluster() string { argument
344 func (m *CommandLineOptions) GetServiceNode() string { argument
351 func (m *CommandLineOptions) GetServiceZone() string { argument
358 func (m *CommandLineOptions) GetFileFlushInterval() *duration.Duration { argument
365 func (m *CommandLineOptions) GetDrainTime() *duration.Duration { argument
372 func (m *CommandLineOptions) GetParentShutdownTime() *duration.Duration { argument
379 func (m *CommandLineOptions) GetMode() CommandLineOptions_Mode { argument
387 func (m *CommandLineOptions) GetMaxStats() uint64 { argument
395 func (m *CommandLineOptions) GetMaxObjNameLen() uint64 { argument
402 func (m *CommandLineOptions) GetDisableHotRestart() bool { argument
409 func (m *CommandLineOptions) GetEnableMutexTracing() bool { argument
416 func (m *CommandLineOptions) GetRestartEpoch() uint32 { argument
423 func (m *CommandLineOptions) GetCpusetThreads() bool { argument
430 func (m *CommandLineOptions) GetDisabledExtensions() []string { argument
442 proto.RegisterType((*CommandLineOptions)(nil), "envoy.admin.v2alpha.CommandLineOptions")