envoy_config_bootstrap_v2

package
v0.9.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 13, 2020 License: Apache-2.0 Imports: 24 Imported by: 46

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Admin

type Admin struct {
	AccessLogPath        string               `protobuf:"bytes,1,opt,name=access_log_path,json=accessLogPath,proto3" json:"access_log_path,omitempty"`
	ProfilePath          string               `protobuf:"bytes,2,opt,name=profile_path,json=profilePath,proto3" json:"profile_path,omitempty"`
	Address              *core.Address        `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"`
	SocketOptions        []*core.SocketOption `protobuf:"bytes,4,rep,name=socket_options,json=socketOptions,proto3" json:"socket_options,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*Admin) Descriptor

func (*Admin) Descriptor() ([]byte, []int)

func (*Admin) GetAccessLogPath

func (m *Admin) GetAccessLogPath() string

func (*Admin) GetAddress

func (m *Admin) GetAddress() *core.Address

func (*Admin) GetProfilePath

func (m *Admin) GetProfilePath() string

func (*Admin) GetSocketOptions added in v0.8.3

func (m *Admin) GetSocketOptions() []*core.SocketOption

func (*Admin) ProtoMessage

func (*Admin) ProtoMessage()

func (*Admin) Reset

func (m *Admin) Reset()

func (*Admin) String

func (m *Admin) String() string

func (*Admin) Validate

func (m *Admin) Validate() error

Validate checks the field values on Admin with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Admin) XXX_DiscardUnknown

func (m *Admin) XXX_DiscardUnknown()

func (*Admin) XXX_Marshal

func (m *Admin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Admin) XXX_Merge

func (m *Admin) XXX_Merge(src proto.Message)

func (*Admin) XXX_Size

func (m *Admin) XXX_Size() int

func (*Admin) XXX_Unmarshal

func (m *Admin) XXX_Unmarshal(b []byte) error

type AdminValidationError

type AdminValidationError struct {
	// contains filtered or unexported fields
}

AdminValidationError is the validation error returned by Admin.Validate if the designated constraints aren't met.

func (AdminValidationError) Cause

func (e AdminValidationError) Cause() error

Cause function returns cause value.

func (AdminValidationError) Error

func (e AdminValidationError) Error() string

Error satisfies the builtin error interface

func (AdminValidationError) ErrorName added in v0.7.0

func (e AdminValidationError) ErrorName() string

ErrorName returns error name.

func (AdminValidationError) Field

func (e AdminValidationError) Field() string

Field function returns field value.

func (AdminValidationError) Key

func (e AdminValidationError) Key() bool

Key function returns key value.

func (AdminValidationError) Reason

func (e AdminValidationError) Reason() string

Reason function returns reason value.

type Bootstrap

type Bootstrap struct {
	Node                       *core.Node                  `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
	StaticResources            *Bootstrap_StaticResources  `protobuf:"bytes,2,opt,name=static_resources,json=staticResources,proto3" json:"static_resources,omitempty"`
	DynamicResources           *Bootstrap_DynamicResources `protobuf:"bytes,3,opt,name=dynamic_resources,json=dynamicResources,proto3" json:"dynamic_resources,omitempty"`
	ClusterManager             *ClusterManager             `protobuf:"bytes,4,opt,name=cluster_manager,json=clusterManager,proto3" json:"cluster_manager,omitempty"`
	HdsConfig                  *core.ApiConfigSource       `protobuf:"bytes,14,opt,name=hds_config,json=hdsConfig,proto3" json:"hds_config,omitempty"`
	FlagsPath                  string                      `protobuf:"bytes,5,opt,name=flags_path,json=flagsPath,proto3" json:"flags_path,omitempty"`
	StatsSinks                 []*v2.StatsSink             `protobuf:"bytes,6,rep,name=stats_sinks,json=statsSinks,proto3" json:"stats_sinks,omitempty"`
	StatsConfig                *v2.StatsConfig             `protobuf:"bytes,13,opt,name=stats_config,json=statsConfig,proto3" json:"stats_config,omitempty"`
	StatsFlushInterval         *duration.Duration          `protobuf:"bytes,7,opt,name=stats_flush_interval,json=statsFlushInterval,proto3" json:"stats_flush_interval,omitempty"`
	Watchdog                   *Watchdog                   `protobuf:"bytes,8,opt,name=watchdog,proto3" json:"watchdog,omitempty"`
	Tracing                    *v21.Tracing                `protobuf:"bytes,9,opt,name=tracing,proto3" json:"tracing,omitempty"`
	Runtime                    *Runtime                    `protobuf:"bytes,11,opt,name=runtime,proto3" json:"runtime,omitempty"` // Deprecated: Do not use.
	LayeredRuntime             *LayeredRuntime             `protobuf:"bytes,17,opt,name=layered_runtime,json=layeredRuntime,proto3" json:"layered_runtime,omitempty"`
	Admin                      *Admin                      `protobuf:"bytes,12,opt,name=admin,proto3" json:"admin,omitempty"`
	OverloadManager            *v2alpha.OverloadManager    `protobuf:"bytes,15,opt,name=overload_manager,json=overloadManager,proto3" json:"overload_manager,omitempty"`
	EnableDispatcherStats      bool                        `` /* 128-byte string literal not displayed */
	HeaderPrefix               string                      `protobuf:"bytes,18,opt,name=header_prefix,json=headerPrefix,proto3" json:"header_prefix,omitempty"`
	StatsServerVersionOverride *wrappers.UInt64Value       `` /* 144-byte string literal not displayed */
	UseTcpForDnsLookups        bool                        `` /* 126-byte string literal not displayed */
	XXX_NoUnkeyedLiteral       struct{}                    `json:"-"`
	XXX_unrecognized           []byte                      `json:"-"`
	XXX_sizecache              int32                       `json:"-"`
}

func (*Bootstrap) Descriptor

func (*Bootstrap) Descriptor() ([]byte, []int)

func (*Bootstrap) GetAdmin

func (m *Bootstrap) GetAdmin() *Admin

func (*Bootstrap) GetClusterManager

func (m *Bootstrap) GetClusterManager() *ClusterManager

func (*Bootstrap) GetDynamicResources

func (m *Bootstrap) GetDynamicResources() *Bootstrap_DynamicResources

func (*Bootstrap) GetEnableDispatcherStats added in v0.8.0

func (m *Bootstrap) GetEnableDispatcherStats() bool

func (*Bootstrap) GetFlagsPath

func (m *Bootstrap) GetFlagsPath() string

func (*Bootstrap) GetHdsConfig

func (m *Bootstrap) GetHdsConfig() *core.ApiConfigSource

func (*Bootstrap) GetHeaderPrefix added in v0.8.3

func (m *Bootstrap) GetHeaderPrefix() string

func (*Bootstrap) GetLayeredRuntime added in v0.8.1

func (m *Bootstrap) GetLayeredRuntime() *LayeredRuntime

func (*Bootstrap) GetNode

func (m *Bootstrap) GetNode() *core.Node

func (*Bootstrap) GetOverloadManager

func (m *Bootstrap) GetOverloadManager() *v2alpha.OverloadManager

func (*Bootstrap) GetRuntime deprecated

func (m *Bootstrap) GetRuntime() *Runtime

Deprecated: Do not use.

func (*Bootstrap) GetStaticResources

func (m *Bootstrap) GetStaticResources() *Bootstrap_StaticResources

func (*Bootstrap) GetStatsConfig

func (m *Bootstrap) GetStatsConfig() *v2.StatsConfig

func (*Bootstrap) GetStatsFlushInterval

func (m *Bootstrap) GetStatsFlushInterval() *duration.Duration

func (*Bootstrap) GetStatsServerVersionOverride added in v0.9.1

func (m *Bootstrap) GetStatsServerVersionOverride() *wrappers.UInt64Value

func (*Bootstrap) GetStatsSinks

func (m *Bootstrap) GetStatsSinks() []*v2.StatsSink

func (*Bootstrap) GetTracing

func (m *Bootstrap) GetTracing() *v21.Tracing

func (*Bootstrap) GetUseTcpForDnsLookups added in v0.9.2

func (m *Bootstrap) GetUseTcpForDnsLookups() bool

func (*Bootstrap) GetWatchdog

func (m *Bootstrap) GetWatchdog() *Watchdog

func (*Bootstrap) ProtoMessage

func (*Bootstrap) ProtoMessage()

func (*Bootstrap) Reset

func (m *Bootstrap) Reset()

func (*Bootstrap) String

func (m *Bootstrap) String() string

func (*Bootstrap) Validate

func (m *Bootstrap) Validate() error

Validate checks the field values on Bootstrap with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Bootstrap) XXX_DiscardUnknown

func (m *Bootstrap) XXX_DiscardUnknown()

func (*Bootstrap) XXX_Marshal

func (m *Bootstrap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Bootstrap) XXX_Merge

func (m *Bootstrap) XXX_Merge(src proto.Message)

func (*Bootstrap) XXX_Size

func (m *Bootstrap) XXX_Size() int

func (*Bootstrap) XXX_Unmarshal

func (m *Bootstrap) XXX_Unmarshal(b []byte) error

type BootstrapValidationError

type BootstrapValidationError struct {
	// contains filtered or unexported fields
}

BootstrapValidationError is the validation error returned by Bootstrap.Validate if the designated constraints aren't met.

func (BootstrapValidationError) Cause

func (e BootstrapValidationError) Cause() error

Cause function returns cause value.

func (BootstrapValidationError) Error

func (e BootstrapValidationError) Error() string

Error satisfies the builtin error interface

func (BootstrapValidationError) ErrorName added in v0.7.0

func (e BootstrapValidationError) ErrorName() string

ErrorName returns error name.

func (BootstrapValidationError) Field

func (e BootstrapValidationError) Field() string

Field function returns field value.

func (BootstrapValidationError) Key

Key function returns key value.

func (BootstrapValidationError) Reason

func (e BootstrapValidationError) Reason() string

Reason function returns reason value.

type Bootstrap_DynamicResources

type Bootstrap_DynamicResources struct {
	LdsConfig            *core.ConfigSource    `protobuf:"bytes,1,opt,name=lds_config,json=ldsConfig,proto3" json:"lds_config,omitempty"`
	CdsConfig            *core.ConfigSource    `protobuf:"bytes,2,opt,name=cds_config,json=cdsConfig,proto3" json:"cds_config,omitempty"`
	AdsConfig            *core.ApiConfigSource `protobuf:"bytes,3,opt,name=ads_config,json=adsConfig,proto3" json:"ads_config,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*Bootstrap_DynamicResources) Descriptor

func (*Bootstrap_DynamicResources) Descriptor() ([]byte, []int)

func (*Bootstrap_DynamicResources) GetAdsConfig

func (m *Bootstrap_DynamicResources) GetAdsConfig() *core.ApiConfigSource

func (*Bootstrap_DynamicResources) GetCdsConfig

func (m *Bootstrap_DynamicResources) GetCdsConfig() *core.ConfigSource

func (*Bootstrap_DynamicResources) GetLdsConfig

func (m *Bootstrap_DynamicResources) GetLdsConfig() *core.ConfigSource

func (*Bootstrap_DynamicResources) ProtoMessage

func (*Bootstrap_DynamicResources) ProtoMessage()

func (*Bootstrap_DynamicResources) Reset

func (m *Bootstrap_DynamicResources) Reset()

func (*Bootstrap_DynamicResources) String

func (m *Bootstrap_DynamicResources) String() string

func (*Bootstrap_DynamicResources) Validate

func (m *Bootstrap_DynamicResources) Validate() error

Validate checks the field values on Bootstrap_DynamicResources with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Bootstrap_DynamicResources) XXX_DiscardUnknown

func (m *Bootstrap_DynamicResources) XXX_DiscardUnknown()

func (*Bootstrap_DynamicResources) XXX_Marshal

func (m *Bootstrap_DynamicResources) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Bootstrap_DynamicResources) XXX_Merge

func (m *Bootstrap_DynamicResources) XXX_Merge(src proto.Message)

func (*Bootstrap_DynamicResources) XXX_Size

func (m *Bootstrap_DynamicResources) XXX_Size() int

func (*Bootstrap_DynamicResources) XXX_Unmarshal

func (m *Bootstrap_DynamicResources) XXX_Unmarshal(b []byte) error

type Bootstrap_DynamicResourcesValidationError

type Bootstrap_DynamicResourcesValidationError struct {
	// contains filtered or unexported fields
}

Bootstrap_DynamicResourcesValidationError is the validation error returned by Bootstrap_DynamicResources.Validate if the designated constraints aren't met.

func (Bootstrap_DynamicResourcesValidationError) Cause

Cause function returns cause value.

func (Bootstrap_DynamicResourcesValidationError) Error

Error satisfies the builtin error interface

func (Bootstrap_DynamicResourcesValidationError) ErrorName added in v0.7.0

ErrorName returns error name.

func (Bootstrap_DynamicResourcesValidationError) Field

Field function returns field value.

func (Bootstrap_DynamicResourcesValidationError) Key

Key function returns key value.

func (Bootstrap_DynamicResourcesValidationError) Reason

Reason function returns reason value.

type Bootstrap_StaticResources

type Bootstrap_StaticResources struct {
	Listeners            []*v22.Listener `protobuf:"bytes,1,rep,name=listeners,proto3" json:"listeners,omitempty"`
	Clusters             []*v22.Cluster  `protobuf:"bytes,2,rep,name=clusters,proto3" json:"clusters,omitempty"`
	Secrets              []*auth.Secret  `protobuf:"bytes,3,rep,name=secrets,proto3" json:"secrets,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*Bootstrap_StaticResources) Descriptor

func (*Bootstrap_StaticResources) Descriptor() ([]byte, []int)

func (*Bootstrap_StaticResources) GetClusters

func (m *Bootstrap_StaticResources) GetClusters() []*v22.Cluster

func (*Bootstrap_StaticResources) GetListeners

func (m *Bootstrap_StaticResources) GetListeners() []*v22.Listener

func (*Bootstrap_StaticResources) GetSecrets

func (m *Bootstrap_StaticResources) GetSecrets() []*auth.Secret

func (*Bootstrap_StaticResources) ProtoMessage

func (*Bootstrap_StaticResources) ProtoMessage()

func (*Bootstrap_StaticResources) Reset

func (m *Bootstrap_StaticResources) Reset()

func (*Bootstrap_StaticResources) String

func (m *Bootstrap_StaticResources) String() string

func (*Bootstrap_StaticResources) Validate

func (m *Bootstrap_StaticResources) Validate() error

Validate checks the field values on Bootstrap_StaticResources with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Bootstrap_StaticResources) XXX_DiscardUnknown

func (m *Bootstrap_StaticResources) XXX_DiscardUnknown()

func (*Bootstrap_StaticResources) XXX_Marshal

func (m *Bootstrap_StaticResources) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Bootstrap_StaticResources) XXX_Merge

func (m *Bootstrap_StaticResources) XXX_Merge(src proto.Message)

func (*Bootstrap_StaticResources) XXX_Size

func (m *Bootstrap_StaticResources) XXX_Size() int

func (*Bootstrap_StaticResources) XXX_Unmarshal

func (m *Bootstrap_StaticResources) XXX_Unmarshal(b []byte) error

type Bootstrap_StaticResourcesValidationError

type Bootstrap_StaticResourcesValidationError struct {
	// contains filtered or unexported fields
}

Bootstrap_StaticResourcesValidationError is the validation error returned by Bootstrap_StaticResources.Validate if the designated constraints aren't met.

func (Bootstrap_StaticResourcesValidationError) Cause

Cause function returns cause value.

func (Bootstrap_StaticResourcesValidationError) Error

Error satisfies the builtin error interface

func (Bootstrap_StaticResourcesValidationError) ErrorName added in v0.7.0

ErrorName returns error name.

func (Bootstrap_StaticResourcesValidationError) Field

Field function returns field value.

func (Bootstrap_StaticResourcesValidationError) Key

Key function returns key value.

func (Bootstrap_StaticResourcesValidationError) Reason

Reason function returns reason value.

type ClusterManager

type ClusterManager struct {
	LocalClusterName     string                           `protobuf:"bytes,1,opt,name=local_cluster_name,json=localClusterName,proto3" json:"local_cluster_name,omitempty"`
	OutlierDetection     *ClusterManager_OutlierDetection `protobuf:"bytes,2,opt,name=outlier_detection,json=outlierDetection,proto3" json:"outlier_detection,omitempty"`
	UpstreamBindConfig   *core.BindConfig                 `protobuf:"bytes,3,opt,name=upstream_bind_config,json=upstreamBindConfig,proto3" json:"upstream_bind_config,omitempty"`
	LoadStatsConfig      *core.ApiConfigSource            `protobuf:"bytes,4,opt,name=load_stats_config,json=loadStatsConfig,proto3" json:"load_stats_config,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*ClusterManager) Descriptor

func (*ClusterManager) Descriptor() ([]byte, []int)

func (*ClusterManager) GetLoadStatsConfig

func (m *ClusterManager) GetLoadStatsConfig() *core.ApiConfigSource

func (*ClusterManager) GetLocalClusterName

func (m *ClusterManager) GetLocalClusterName() string

func (*ClusterManager) GetOutlierDetection

func (m *ClusterManager) GetOutlierDetection() *ClusterManager_OutlierDetection

func (*ClusterManager) GetUpstreamBindConfig

func (m *ClusterManager) GetUpstreamBindConfig() *core.BindConfig

func (*ClusterManager) ProtoMessage

func (*ClusterManager) ProtoMessage()

func (*ClusterManager) Reset

func (m *ClusterManager) Reset()

func (*ClusterManager) String

func (m *ClusterManager) String() string

func (*ClusterManager) Validate

func (m *ClusterManager) Validate() error

Validate checks the field values on ClusterManager with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ClusterManager) XXX_DiscardUnknown

func (m *ClusterManager) XXX_DiscardUnknown()

func (*ClusterManager) XXX_Marshal

func (m *ClusterManager) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClusterManager) XXX_Merge

func (m *ClusterManager) XXX_Merge(src proto.Message)

func (*ClusterManager) XXX_Size

func (m *ClusterManager) XXX_Size() int

func (*ClusterManager) XXX_Unmarshal

func (m *ClusterManager) XXX_Unmarshal(b []byte) error

type ClusterManagerValidationError

type ClusterManagerValidationError struct {
	// contains filtered or unexported fields
}

ClusterManagerValidationError is the validation error returned by ClusterManager.Validate if the designated constraints aren't met.

func (ClusterManagerValidationError) Cause

Cause function returns cause value.

func (ClusterManagerValidationError) Error

Error satisfies the builtin error interface

func (ClusterManagerValidationError) ErrorName added in v0.7.0

func (e ClusterManagerValidationError) ErrorName() string

ErrorName returns error name.

func (ClusterManagerValidationError) Field

Field function returns field value.

func (ClusterManagerValidationError) Key

Key function returns key value.

func (ClusterManagerValidationError) Reason

Reason function returns reason value.

type ClusterManager_OutlierDetection

type ClusterManager_OutlierDetection struct {
	EventLogPath         string   `protobuf:"bytes,1,opt,name=event_log_path,json=eventLogPath,proto3" json:"event_log_path,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ClusterManager_OutlierDetection) Descriptor

func (*ClusterManager_OutlierDetection) Descriptor() ([]byte, []int)

func (*ClusterManager_OutlierDetection) GetEventLogPath

func (m *ClusterManager_OutlierDetection) GetEventLogPath() string

func (*ClusterManager_OutlierDetection) ProtoMessage

func (*ClusterManager_OutlierDetection) ProtoMessage()

func (*ClusterManager_OutlierDetection) Reset

func (*ClusterManager_OutlierDetection) String

func (*ClusterManager_OutlierDetection) Validate

func (m *ClusterManager_OutlierDetection) Validate() error

Validate checks the field values on ClusterManager_OutlierDetection with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ClusterManager_OutlierDetection) XXX_DiscardUnknown

func (m *ClusterManager_OutlierDetection) XXX_DiscardUnknown()

func (*ClusterManager_OutlierDetection) XXX_Marshal

func (m *ClusterManager_OutlierDetection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ClusterManager_OutlierDetection) XXX_Merge

func (m *ClusterManager_OutlierDetection) XXX_Merge(src proto.Message)

func (*ClusterManager_OutlierDetection) XXX_Size

func (m *ClusterManager_OutlierDetection) XXX_Size() int

func (*ClusterManager_OutlierDetection) XXX_Unmarshal

func (m *ClusterManager_OutlierDetection) XXX_Unmarshal(b []byte) error

type ClusterManager_OutlierDetectionValidationError

type ClusterManager_OutlierDetectionValidationError struct {
	// contains filtered or unexported fields
}

ClusterManager_OutlierDetectionValidationError is the validation error returned by ClusterManager_OutlierDetection.Validate if the designated constraints aren't met.

func (ClusterManager_OutlierDetectionValidationError) Cause

Cause function returns cause value.

func (ClusterManager_OutlierDetectionValidationError) Error

Error satisfies the builtin error interface

func (ClusterManager_OutlierDetectionValidationError) ErrorName added in v0.7.0

ErrorName returns error name.

func (ClusterManager_OutlierDetectionValidationError) Field

Field function returns field value.

func (ClusterManager_OutlierDetectionValidationError) Key

Key function returns key value.

func (ClusterManager_OutlierDetectionValidationError) Reason

Reason function returns reason value.

type LayeredRuntime added in v0.8.1

type LayeredRuntime struct {
	Layers               []*RuntimeLayer `protobuf:"bytes,1,rep,name=layers,proto3" json:"layers,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*LayeredRuntime) Descriptor added in v0.8.1

func (*LayeredRuntime) Descriptor() ([]byte, []int)

func (*LayeredRuntime) GetLayers added in v0.8.1

func (m *LayeredRuntime) GetLayers() []*RuntimeLayer

func (*LayeredRuntime) ProtoMessage added in v0.8.1

func (*LayeredRuntime) ProtoMessage()

func (*LayeredRuntime) Reset added in v0.8.1

func (m *LayeredRuntime) Reset()

func (*LayeredRuntime) String added in v0.8.1

func (m *LayeredRuntime) String() string

func (*LayeredRuntime) Validate added in v0.8.1

func (m *LayeredRuntime) Validate() error

Validate checks the field values on LayeredRuntime with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*LayeredRuntime) XXX_DiscardUnknown added in v0.8.1

func (m *LayeredRuntime) XXX_DiscardUnknown()

func (*LayeredRuntime) XXX_Marshal added in v0.8.1

func (m *LayeredRuntime) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LayeredRuntime) XXX_Merge added in v0.8.1

func (m *LayeredRuntime) XXX_Merge(src proto.Message)

func (*LayeredRuntime) XXX_Size added in v0.8.1

func (m *LayeredRuntime) XXX_Size() int

func (*LayeredRuntime) XXX_Unmarshal added in v0.8.1

func (m *LayeredRuntime) XXX_Unmarshal(b []byte) error

type LayeredRuntimeValidationError added in v0.8.1

type LayeredRuntimeValidationError struct {
	// contains filtered or unexported fields
}

LayeredRuntimeValidationError is the validation error returned by LayeredRuntime.Validate if the designated constraints aren't met.

func (LayeredRuntimeValidationError) Cause added in v0.8.1

Cause function returns cause value.

func (LayeredRuntimeValidationError) Error added in v0.8.1

Error satisfies the builtin error interface

func (LayeredRuntimeValidationError) ErrorName added in v0.8.1

func (e LayeredRuntimeValidationError) ErrorName() string

ErrorName returns error name.

func (LayeredRuntimeValidationError) Field added in v0.8.1

Field function returns field value.

func (LayeredRuntimeValidationError) Key added in v0.8.1

Key function returns key value.

func (LayeredRuntimeValidationError) Reason added in v0.8.1

Reason function returns reason value.

type Runtime

type Runtime struct {
	SymlinkRoot          string          `protobuf:"bytes,1,opt,name=symlink_root,json=symlinkRoot,proto3" json:"symlink_root,omitempty"`
	Subdirectory         string          `protobuf:"bytes,2,opt,name=subdirectory,proto3" json:"subdirectory,omitempty"`
	OverrideSubdirectory string          `protobuf:"bytes,3,opt,name=override_subdirectory,json=overrideSubdirectory,proto3" json:"override_subdirectory,omitempty"`
	Base                 *_struct.Struct `protobuf:"bytes,4,opt,name=base,proto3" json:"base,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*Runtime) Descriptor

func (*Runtime) Descriptor() ([]byte, []int)

func (*Runtime) GetBase added in v0.8.1

func (m *Runtime) GetBase() *_struct.Struct

func (*Runtime) GetOverrideSubdirectory

func (m *Runtime) GetOverrideSubdirectory() string

func (*Runtime) GetSubdirectory

func (m *Runtime) GetSubdirectory() string

func (*Runtime) GetSymlinkRoot

func (m *Runtime) GetSymlinkRoot() string

func (*Runtime) ProtoMessage

func (*Runtime) ProtoMessage()

func (*Runtime) Reset

func (m *Runtime) Reset()

func (*Runtime) String

func (m *Runtime) String() string

func (*Runtime) Validate

func (m *Runtime) Validate() error

Validate checks the field values on Runtime with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Runtime) XXX_DiscardUnknown

func (m *Runtime) XXX_DiscardUnknown()

func (*Runtime) XXX_Marshal

func (m *Runtime) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Runtime) XXX_Merge

func (m *Runtime) XXX_Merge(src proto.Message)

func (*Runtime) XXX_Size

func (m *Runtime) XXX_Size() int

func (*Runtime) XXX_Unmarshal

func (m *Runtime) XXX_Unmarshal(b []byte) error

type RuntimeLayer added in v0.8.1

type RuntimeLayer struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Types that are valid to be assigned to LayerSpecifier:
	//	*RuntimeLayer_StaticLayer
	//	*RuntimeLayer_DiskLayer_
	//	*RuntimeLayer_AdminLayer_
	//	*RuntimeLayer_RtdsLayer_
	LayerSpecifier       isRuntimeLayer_LayerSpecifier `protobuf_oneof:"layer_specifier"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*RuntimeLayer) Descriptor added in v0.8.1

func (*RuntimeLayer) Descriptor() ([]byte, []int)

func (*RuntimeLayer) GetAdminLayer added in v0.8.1

func (m *RuntimeLayer) GetAdminLayer() *RuntimeLayer_AdminLayer

func (*RuntimeLayer) GetDiskLayer added in v0.8.1

func (m *RuntimeLayer) GetDiskLayer() *RuntimeLayer_DiskLayer

func (*RuntimeLayer) GetLayerSpecifier added in v0.8.1

func (m *RuntimeLayer) GetLayerSpecifier() isRuntimeLayer_LayerSpecifier

func (*RuntimeLayer) GetName added in v0.8.1

func (m *RuntimeLayer) GetName() string

func (*RuntimeLayer) GetRtdsLayer added in v0.8.2

func (m *RuntimeLayer) GetRtdsLayer() *RuntimeLayer_RtdsLayer

func (*RuntimeLayer) GetStaticLayer added in v0.8.1

func (m *RuntimeLayer) GetStaticLayer() *_struct.Struct

func (*RuntimeLayer) ProtoMessage added in v0.8.1

func (*RuntimeLayer) ProtoMessage()

func (*RuntimeLayer) Reset added in v0.8.1

func (m *RuntimeLayer) Reset()

func (*RuntimeLayer) String added in v0.8.1

func (m *RuntimeLayer) String() string

func (*RuntimeLayer) Validate added in v0.8.1

func (m *RuntimeLayer) Validate() error

Validate checks the field values on RuntimeLayer with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*RuntimeLayer) XXX_DiscardUnknown added in v0.8.1

func (m *RuntimeLayer) XXX_DiscardUnknown()

func (*RuntimeLayer) XXX_Marshal added in v0.8.1

func (m *RuntimeLayer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RuntimeLayer) XXX_Merge added in v0.8.1

func (m *RuntimeLayer) XXX_Merge(src proto.Message)

func (*RuntimeLayer) XXX_OneofWrappers added in v0.9.0

func (*RuntimeLayer) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*RuntimeLayer) XXX_Size added in v0.8.1

func (m *RuntimeLayer) XXX_Size() int

func (*RuntimeLayer) XXX_Unmarshal added in v0.8.1

func (m *RuntimeLayer) XXX_Unmarshal(b []byte) error

type RuntimeLayerValidationError added in v0.8.1

type RuntimeLayerValidationError struct {
	// contains filtered or unexported fields
}

RuntimeLayerValidationError is the validation error returned by RuntimeLayer.Validate if the designated constraints aren't met.

func (RuntimeLayerValidationError) Cause added in v0.8.1

Cause function returns cause value.

func (RuntimeLayerValidationError) Error added in v0.8.1

Error satisfies the builtin error interface

func (RuntimeLayerValidationError) ErrorName added in v0.8.1

func (e RuntimeLayerValidationError) ErrorName() string

ErrorName returns error name.

func (RuntimeLayerValidationError) Field added in v0.8.1

Field function returns field value.

func (RuntimeLayerValidationError) Key added in v0.8.1

Key function returns key value.

func (RuntimeLayerValidationError) Reason added in v0.8.1

Reason function returns reason value.

type RuntimeLayer_AdminLayer added in v0.8.1

type RuntimeLayer_AdminLayer struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RuntimeLayer_AdminLayer) Descriptor added in v0.8.1

func (*RuntimeLayer_AdminLayer) Descriptor() ([]byte, []int)

func (*RuntimeLayer_AdminLayer) ProtoMessage added in v0.8.1

func (*RuntimeLayer_AdminLayer) ProtoMessage()

func (*RuntimeLayer_AdminLayer) Reset added in v0.8.1

func (m *RuntimeLayer_AdminLayer) Reset()

func (*RuntimeLayer_AdminLayer) String added in v0.8.1

func (m *RuntimeLayer_AdminLayer) String() string

func (*RuntimeLayer_AdminLayer) Validate added in v0.8.1

func (m *RuntimeLayer_AdminLayer) Validate() error

Validate checks the field values on RuntimeLayer_AdminLayer with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*RuntimeLayer_AdminLayer) XXX_DiscardUnknown added in v0.8.1

func (m *RuntimeLayer_AdminLayer) XXX_DiscardUnknown()

func (*RuntimeLayer_AdminLayer) XXX_Marshal added in v0.8.1

func (m *RuntimeLayer_AdminLayer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RuntimeLayer_AdminLayer) XXX_Merge added in v0.8.1

func (m *RuntimeLayer_AdminLayer) XXX_Merge(src proto.Message)

func (*RuntimeLayer_AdminLayer) XXX_Size added in v0.8.1

func (m *RuntimeLayer_AdminLayer) XXX_Size() int

func (*RuntimeLayer_AdminLayer) XXX_Unmarshal added in v0.8.1

func (m *RuntimeLayer_AdminLayer) XXX_Unmarshal(b []byte) error

type RuntimeLayer_AdminLayerValidationError added in v0.8.1

type RuntimeLayer_AdminLayerValidationError struct {
	// contains filtered or unexported fields
}

RuntimeLayer_AdminLayerValidationError is the validation error returned by RuntimeLayer_AdminLayer.Validate if the designated constraints aren't met.

func (RuntimeLayer_AdminLayerValidationError) Cause added in v0.8.1

Cause function returns cause value.

func (RuntimeLayer_AdminLayerValidationError) Error added in v0.8.1

Error satisfies the builtin error interface

func (RuntimeLayer_AdminLayerValidationError) ErrorName added in v0.8.1

ErrorName returns error name.

func (RuntimeLayer_AdminLayerValidationError) Field added in v0.8.1

Field function returns field value.

func (RuntimeLayer_AdminLayerValidationError) Key added in v0.8.1

Key function returns key value.

func (RuntimeLayer_AdminLayerValidationError) Reason added in v0.8.1

Reason function returns reason value.

type RuntimeLayer_AdminLayer_ added in v0.8.1

type RuntimeLayer_AdminLayer_ struct {
	AdminLayer *RuntimeLayer_AdminLayer `protobuf:"bytes,4,opt,name=admin_layer,json=adminLayer,proto3,oneof"`
}

type RuntimeLayer_DiskLayer added in v0.8.1

type RuntimeLayer_DiskLayer struct {
	SymlinkRoot          string   `protobuf:"bytes,1,opt,name=symlink_root,json=symlinkRoot,proto3" json:"symlink_root,omitempty"`
	Subdirectory         string   `protobuf:"bytes,3,opt,name=subdirectory,proto3" json:"subdirectory,omitempty"`
	AppendServiceCluster bool     `protobuf:"varint,2,opt,name=append_service_cluster,json=appendServiceCluster,proto3" json:"append_service_cluster,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RuntimeLayer_DiskLayer) Descriptor added in v0.8.1

func (*RuntimeLayer_DiskLayer) Descriptor() ([]byte, []int)

func (*RuntimeLayer_DiskLayer) GetAppendServiceCluster added in v0.8.1

func (m *RuntimeLayer_DiskLayer) GetAppendServiceCluster() bool

func (*RuntimeLayer_DiskLayer) GetSubdirectory added in v0.8.2

func (m *RuntimeLayer_DiskLayer) GetSubdirectory() string

func (*RuntimeLayer_DiskLayer) GetSymlinkRoot added in v0.8.1

func (m *RuntimeLayer_DiskLayer) GetSymlinkRoot() string

func (*RuntimeLayer_DiskLayer) ProtoMessage added in v0.8.1

func (*RuntimeLayer_DiskLayer) ProtoMessage()

func (*RuntimeLayer_DiskLayer) Reset added in v0.8.1

func (m *RuntimeLayer_DiskLayer) Reset()

func (*RuntimeLayer_DiskLayer) String added in v0.8.1

func (m *RuntimeLayer_DiskLayer) String() string

func (*RuntimeLayer_DiskLayer) Validate added in v0.8.1

func (m *RuntimeLayer_DiskLayer) Validate() error

Validate checks the field values on RuntimeLayer_DiskLayer with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*RuntimeLayer_DiskLayer) XXX_DiscardUnknown added in v0.8.1

func (m *RuntimeLayer_DiskLayer) XXX_DiscardUnknown()

func (*RuntimeLayer_DiskLayer) XXX_Marshal added in v0.8.1

func (m *RuntimeLayer_DiskLayer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RuntimeLayer_DiskLayer) XXX_Merge added in v0.8.1

func (m *RuntimeLayer_DiskLayer) XXX_Merge(src proto.Message)

func (*RuntimeLayer_DiskLayer) XXX_Size added in v0.8.1

func (m *RuntimeLayer_DiskLayer) XXX_Size() int

func (*RuntimeLayer_DiskLayer) XXX_Unmarshal added in v0.8.1

func (m *RuntimeLayer_DiskLayer) XXX_Unmarshal(b []byte) error

type RuntimeLayer_DiskLayerValidationError added in v0.8.1

type RuntimeLayer_DiskLayerValidationError struct {
	// contains filtered or unexported fields
}

RuntimeLayer_DiskLayerValidationError is the validation error returned by RuntimeLayer_DiskLayer.Validate if the designated constraints aren't met.

func (RuntimeLayer_DiskLayerValidationError) Cause added in v0.8.1

Cause function returns cause value.

func (RuntimeLayer_DiskLayerValidationError) Error added in v0.8.1

Error satisfies the builtin error interface

func (RuntimeLayer_DiskLayerValidationError) ErrorName added in v0.8.1

ErrorName returns error name.

func (RuntimeLayer_DiskLayerValidationError) Field added in v0.8.1

Field function returns field value.

func (RuntimeLayer_DiskLayerValidationError) Key added in v0.8.1

Key function returns key value.

func (RuntimeLayer_DiskLayerValidationError) Reason added in v0.8.1

Reason function returns reason value.

type RuntimeLayer_DiskLayer_ added in v0.8.1

type RuntimeLayer_DiskLayer_ struct {
	DiskLayer *RuntimeLayer_DiskLayer `protobuf:"bytes,3,opt,name=disk_layer,json=diskLayer,proto3,oneof"`
}

type RuntimeLayer_RtdsLayer added in v0.8.2

type RuntimeLayer_RtdsLayer struct {
	Name                 string             `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	RtdsConfig           *core.ConfigSource `protobuf:"bytes,2,opt,name=rtds_config,json=rtdsConfig,proto3" json:"rtds_config,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*RuntimeLayer_RtdsLayer) Descriptor added in v0.8.2

func (*RuntimeLayer_RtdsLayer) Descriptor() ([]byte, []int)

func (*RuntimeLayer_RtdsLayer) GetName added in v0.8.2

func (m *RuntimeLayer_RtdsLayer) GetName() string

func (*RuntimeLayer_RtdsLayer) GetRtdsConfig added in v0.8.2

func (m *RuntimeLayer_RtdsLayer) GetRtdsConfig() *core.ConfigSource

func (*RuntimeLayer_RtdsLayer) ProtoMessage added in v0.8.2

func (*RuntimeLayer_RtdsLayer) ProtoMessage()

func (*RuntimeLayer_RtdsLayer) Reset added in v0.8.2

func (m *RuntimeLayer_RtdsLayer) Reset()

func (*RuntimeLayer_RtdsLayer) String added in v0.8.2

func (m *RuntimeLayer_RtdsLayer) String() string

func (*RuntimeLayer_RtdsLayer) Validate added in v0.8.2

func (m *RuntimeLayer_RtdsLayer) Validate() error

Validate checks the field values on RuntimeLayer_RtdsLayer with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*RuntimeLayer_RtdsLayer) XXX_DiscardUnknown added in v0.8.2

func (m *RuntimeLayer_RtdsLayer) XXX_DiscardUnknown()

func (*RuntimeLayer_RtdsLayer) XXX_Marshal added in v0.8.2

func (m *RuntimeLayer_RtdsLayer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RuntimeLayer_RtdsLayer) XXX_Merge added in v0.8.2

func (m *RuntimeLayer_RtdsLayer) XXX_Merge(src proto.Message)

func (*RuntimeLayer_RtdsLayer) XXX_Size added in v0.8.2

func (m *RuntimeLayer_RtdsLayer) XXX_Size() int

func (*RuntimeLayer_RtdsLayer) XXX_Unmarshal added in v0.8.2

func (m *RuntimeLayer_RtdsLayer) XXX_Unmarshal(b []byte) error

type RuntimeLayer_RtdsLayerValidationError added in v0.8.2

type RuntimeLayer_RtdsLayerValidationError struct {
	// contains filtered or unexported fields
}

RuntimeLayer_RtdsLayerValidationError is the validation error returned by RuntimeLayer_RtdsLayer.Validate if the designated constraints aren't met.

func (RuntimeLayer_RtdsLayerValidationError) Cause added in v0.8.2

Cause function returns cause value.

func (RuntimeLayer_RtdsLayerValidationError) Error added in v0.8.2

Error satisfies the builtin error interface

func (RuntimeLayer_RtdsLayerValidationError) ErrorName added in v0.8.2

ErrorName returns error name.

func (RuntimeLayer_RtdsLayerValidationError) Field added in v0.8.2

Field function returns field value.

func (RuntimeLayer_RtdsLayerValidationError) Key added in v0.8.2

Key function returns key value.

func (RuntimeLayer_RtdsLayerValidationError) Reason added in v0.8.2

Reason function returns reason value.

type RuntimeLayer_RtdsLayer_ added in v0.8.2

type RuntimeLayer_RtdsLayer_ struct {
	RtdsLayer *RuntimeLayer_RtdsLayer `protobuf:"bytes,5,opt,name=rtds_layer,json=rtdsLayer,proto3,oneof"`
}

type RuntimeLayer_StaticLayer added in v0.8.1

type RuntimeLayer_StaticLayer struct {
	StaticLayer *_struct.Struct `protobuf:"bytes,2,opt,name=static_layer,json=staticLayer,proto3,oneof"`
}

type RuntimeValidationError

type RuntimeValidationError struct {
	// contains filtered or unexported fields
}

RuntimeValidationError is the validation error returned by Runtime.Validate if the designated constraints aren't met.

func (RuntimeValidationError) Cause

func (e RuntimeValidationError) Cause() error

Cause function returns cause value.

func (RuntimeValidationError) Error

func (e RuntimeValidationError) Error() string

Error satisfies the builtin error interface

func (RuntimeValidationError) ErrorName added in v0.7.0

func (e RuntimeValidationError) ErrorName() string

ErrorName returns error name.

func (RuntimeValidationError) Field

func (e RuntimeValidationError) Field() string

Field function returns field value.

func (RuntimeValidationError) Key

func (e RuntimeValidationError) Key() bool

Key function returns key value.

func (RuntimeValidationError) Reason

func (e RuntimeValidationError) Reason() string

Reason function returns reason value.

type Watchdog

type Watchdog struct {
	MissTimeout          *duration.Duration `protobuf:"bytes,1,opt,name=miss_timeout,json=missTimeout,proto3" json:"miss_timeout,omitempty"`
	MegamissTimeout      *duration.Duration `protobuf:"bytes,2,opt,name=megamiss_timeout,json=megamissTimeout,proto3" json:"megamiss_timeout,omitempty"`
	KillTimeout          *duration.Duration `protobuf:"bytes,3,opt,name=kill_timeout,json=killTimeout,proto3" json:"kill_timeout,omitempty"`
	MultikillTimeout     *duration.Duration `protobuf:"bytes,4,opt,name=multikill_timeout,json=multikillTimeout,proto3" json:"multikill_timeout,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*Watchdog) Descriptor

func (*Watchdog) Descriptor() ([]byte, []int)

func (*Watchdog) GetKillTimeout

func (m *Watchdog) GetKillTimeout() *duration.Duration

func (*Watchdog) GetMegamissTimeout

func (m *Watchdog) GetMegamissTimeout() *duration.Duration

func (*Watchdog) GetMissTimeout

func (m *Watchdog) GetMissTimeout() *duration.Duration

func (*Watchdog) GetMultikillTimeout

func (m *Watchdog) GetMultikillTimeout() *duration.Duration

func (*Watchdog) ProtoMessage

func (*Watchdog) ProtoMessage()

func (*Watchdog) Reset

func (m *Watchdog) Reset()

func (*Watchdog) String

func (m *Watchdog) String() string

func (*Watchdog) Validate

func (m *Watchdog) Validate() error

Validate checks the field values on Watchdog with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Watchdog) XXX_DiscardUnknown

func (m *Watchdog) XXX_DiscardUnknown()

func (*Watchdog) XXX_Marshal

func (m *Watchdog) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Watchdog) XXX_Merge

func (m *Watchdog) XXX_Merge(src proto.Message)

func (*Watchdog) XXX_Size

func (m *Watchdog) XXX_Size() int

func (*Watchdog) XXX_Unmarshal

func (m *Watchdog) XXX_Unmarshal(b []byte) error

type WatchdogValidationError

type WatchdogValidationError struct {
	// contains filtered or unexported fields
}

WatchdogValidationError is the validation error returned by Watchdog.Validate if the designated constraints aren't met.

func (WatchdogValidationError) Cause

func (e WatchdogValidationError) Cause() error

Cause function returns cause value.

func (WatchdogValidationError) Error

func (e WatchdogValidationError) Error() string

Error satisfies the builtin error interface

func (WatchdogValidationError) ErrorName added in v0.7.0

func (e WatchdogValidationError) ErrorName() string

ErrorName returns error name.

func (WatchdogValidationError) Field

func (e WatchdogValidationError) Field() string

Field function returns field value.

func (WatchdogValidationError) Key

func (e WatchdogValidationError) Key() bool

Key function returns key value.

func (WatchdogValidationError) Reason

func (e WatchdogValidationError) Reason() string

Reason function returns reason value.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL