Lines Matching refs:CommandLineOptions

116CommandLineOptions   *CommandLineOptions `protobuf:"bytes,6,opt,name=command_line_options,json=com…  member
182 func (m *ServerInfo) GetCommandLineOptions() *CommandLineOptions {
184 return m.CommandLineOptions
189 type CommandLineOptions struct { struct
222 func (m *CommandLineOptions) Reset() { *m = CommandLineOptions{} } argument
223 func (m *CommandLineOptions) String() string { return proto.CompactTextString(m) } argument
224 func (*CommandLineOptions) ProtoMessage() {} argument
225 func (*CommandLineOptions) Descriptor() ([]byte, []int) { argument
229 func (m *CommandLineOptions) XXX_Unmarshal(b []byte) error { argument
232 func (m *CommandLineOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
235 func (m *CommandLineOptions) XXX_Merge(src proto.Message) { argument
238 func (m *CommandLineOptions) XXX_Size() int { argument
241 func (m *CommandLineOptions) XXX_DiscardUnknown() { argument
247 func (m *CommandLineOptions) GetBaseId() uint64 { argument
254 func (m *CommandLineOptions) GetConcurrency() uint32 { argument
261 func (m *CommandLineOptions) GetConfigPath() string { argument
268 func (m *CommandLineOptions) GetConfigYaml() string { argument
275 func (m *CommandLineOptions) GetAllowUnknownStaticFields() bool { argument
282 func (m *CommandLineOptions) GetRejectUnknownDynamicFields() bool { argument
289 func (m *CommandLineOptions) GetAdminAddressPath() string { argument
296 func (m *CommandLineOptions) GetLocalAddressIpVersion() CommandLineOptions_IpVersion { argument
303 func (m *CommandLineOptions) GetLogLevel() string { argument
310 func (m *CommandLineOptions) GetComponentLogLevel() string { argument
317 func (m *CommandLineOptions) GetLogFormat() string { argument
324 func (m *CommandLineOptions) GetLogFormatEscaped() bool { argument
331 func (m *CommandLineOptions) GetLogPath() string { argument
338 func (m *CommandLineOptions) GetServiceCluster() string { argument
345 func (m *CommandLineOptions) GetServiceNode() string { argument
352 func (m *CommandLineOptions) GetServiceZone() string { argument
359 func (m *CommandLineOptions) GetFileFlushInterval() *duration.Duration { argument
366 func (m *CommandLineOptions) GetDrainTime() *duration.Duration { argument
373 func (m *CommandLineOptions) GetParentShutdownTime() *duration.Duration { argument
380 func (m *CommandLineOptions) GetMode() CommandLineOptions_Mode { argument
388 func (m *CommandLineOptions) GetMaxStats() uint64 { argument
396 func (m *CommandLineOptions) GetMaxObjNameLen() uint64 { argument
403 func (m *CommandLineOptions) GetDisableHotRestart() bool { argument
410 func (m *CommandLineOptions) GetEnableMutexTracing() bool { argument
417 func (m *CommandLineOptions) GetRestartEpoch() uint32 { argument
424 func (m *CommandLineOptions) GetCpusetThreads() bool { argument
431 func (m *CommandLineOptions) GetDisabledExtensions() []string { argument
443 proto.RegisterType((*CommandLineOptions)(nil), "envoy.admin.v2alpha.CommandLineOptions")