envoy_config_bootstrap_v3

package
v0.0.0-...-d64db01 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2020 License: Apache-2.0 Imports: 31 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_envoy_config_bootstrap_v3_bootstrap_proto protoreflect.FileDescriptor

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       *v3.Address        `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"`
	SocketOptions []*v3.SocketOption `protobuf:"bytes,4,rep,name=socket_options,json=socketOptions,proto3" json:"socket_options,omitempty"`
	// contains filtered or unexported fields
}

func (*Admin) Descriptor deprecated

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

Deprecated: Use Admin.ProtoReflect.Descriptor instead.

func (*Admin) GetAccessLogPath

func (x *Admin) GetAccessLogPath() string

func (*Admin) GetAddress

func (x *Admin) GetAddress() *v3.Address

func (*Admin) GetProfilePath

func (x *Admin) GetProfilePath() string

func (*Admin) GetSocketOptions

func (x *Admin) GetSocketOptions() []*v3.SocketOption

func (*Admin) ProtoMessage

func (*Admin) ProtoMessage()

func (*Admin) ProtoReflect

func (x *Admin) ProtoReflect() protoreflect.Message

func (*Admin) Reset

func (x *Admin) Reset()

func (*Admin) String

func (x *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.

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

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               *v3.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          *v3.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         []*v31.StatsSink            `protobuf:"bytes,6,rep,name=stats_sinks,json=statsSinks,proto3" json:"stats_sinks,omitempty"`
	StatsConfig        *v31.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"`
	// Deprecated: Do not use.
	Tracing                      *v32.Tracing                        `protobuf:"bytes,9,opt,name=tracing,proto3" json:"tracing,omitempty"`
	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              *v33.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 */
	BootstrapExtensions          []*v3.TypedExtensionConfig          `protobuf:"bytes,21,rep,name=bootstrap_extensions,json=bootstrapExtensions,proto3" json:"bootstrap_extensions,omitempty"`
	ConfigSources                []*v3.ConfigSource                  `protobuf:"bytes,22,rep,name=config_sources,json=configSources,proto3" json:"config_sources,omitempty"`
	DefaultConfigSource          *v3.ConfigSource                    `protobuf:"bytes,23,opt,name=default_config_source,json=defaultConfigSource,proto3" json:"default_config_source,omitempty"`
	DefaultSocketInterface       string                              `` /* 130-byte string literal not displayed */
	CertificateProviderInstances map[string]*v3.TypedExtensionConfig `` /* 236-byte string literal not displayed */
	// Deprecated: Do not use.
	HiddenEnvoyDeprecatedRuntime *Runtime `` /* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Bootstrap) Descriptor deprecated

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

Deprecated: Use Bootstrap.ProtoReflect.Descriptor instead.

func (*Bootstrap) GetAdmin

func (x *Bootstrap) GetAdmin() *Admin

func (*Bootstrap) GetBootstrapExtensions

func (x *Bootstrap) GetBootstrapExtensions() []*v3.TypedExtensionConfig

func (*Bootstrap) GetCertificateProviderInstances

func (x *Bootstrap) GetCertificateProviderInstances() map[string]*v3.TypedExtensionConfig

func (*Bootstrap) GetClusterManager

func (x *Bootstrap) GetClusterManager() *ClusterManager

func (*Bootstrap) GetConfigSources

func (x *Bootstrap) GetConfigSources() []*v3.ConfigSource

func (*Bootstrap) GetDefaultConfigSource

func (x *Bootstrap) GetDefaultConfigSource() *v3.ConfigSource

func (*Bootstrap) GetDefaultSocketInterface

func (x *Bootstrap) GetDefaultSocketInterface() string

func (*Bootstrap) GetDynamicResources

func (x *Bootstrap) GetDynamicResources() *Bootstrap_DynamicResources

func (*Bootstrap) GetEnableDispatcherStats

func (x *Bootstrap) GetEnableDispatcherStats() bool

func (*Bootstrap) GetFlagsPath

func (x *Bootstrap) GetFlagsPath() string

func (*Bootstrap) GetHdsConfig

func (x *Bootstrap) GetHdsConfig() *v3.ApiConfigSource

func (*Bootstrap) GetHeaderPrefix

func (x *Bootstrap) GetHeaderPrefix() string

func (*Bootstrap) GetHiddenEnvoyDeprecatedRuntime deprecated

func (x *Bootstrap) GetHiddenEnvoyDeprecatedRuntime() *Runtime

Deprecated: Do not use.

func (*Bootstrap) GetLayeredRuntime

func (x *Bootstrap) GetLayeredRuntime() *LayeredRuntime

func (*Bootstrap) GetNode

func (x *Bootstrap) GetNode() *v3.Node

func (*Bootstrap) GetOverloadManager

func (x *Bootstrap) GetOverloadManager() *v33.OverloadManager

func (*Bootstrap) GetStaticResources

func (x *Bootstrap) GetStaticResources() *Bootstrap_StaticResources

func (*Bootstrap) GetStatsConfig

func (x *Bootstrap) GetStatsConfig() *v31.StatsConfig

func (*Bootstrap) GetStatsFlushInterval

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

func (*Bootstrap) GetStatsServerVersionOverride

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

func (*Bootstrap) GetStatsSinks

func (x *Bootstrap) GetStatsSinks() []*v31.StatsSink

func (*Bootstrap) GetTracing deprecated

func (x *Bootstrap) GetTracing() *v32.Tracing

Deprecated: Do not use.

func (*Bootstrap) GetUseTcpForDnsLookups

func (x *Bootstrap) GetUseTcpForDnsLookups() bool

func (*Bootstrap) GetWatchdog

func (x *Bootstrap) GetWatchdog() *Watchdog

func (*Bootstrap) ProtoMessage

func (*Bootstrap) ProtoMessage()

func (*Bootstrap) ProtoReflect

func (x *Bootstrap) ProtoReflect() protoreflect.Message

func (*Bootstrap) Reset

func (x *Bootstrap) Reset()

func (*Bootstrap) String

func (x *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.

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

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           *v3.ConfigSource    `protobuf:"bytes,1,opt,name=lds_config,json=ldsConfig,proto3" json:"lds_config,omitempty"`
	LdsResourcesLocator *v1.ResourceLocator `protobuf:"bytes,5,opt,name=lds_resources_locator,json=ldsResourcesLocator,proto3" json:"lds_resources_locator,omitempty"`
	CdsConfig           *v3.ConfigSource    `protobuf:"bytes,2,opt,name=cds_config,json=cdsConfig,proto3" json:"cds_config,omitempty"`
	CdsResourcesLocator *v1.ResourceLocator `protobuf:"bytes,6,opt,name=cds_resources_locator,json=cdsResourcesLocator,proto3" json:"cds_resources_locator,omitempty"`
	AdsConfig           *v3.ApiConfigSource `protobuf:"bytes,3,opt,name=ads_config,json=adsConfig,proto3" json:"ads_config,omitempty"`
	// contains filtered or unexported fields
}

func (*Bootstrap_DynamicResources) Descriptor deprecated

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

Deprecated: Use Bootstrap_DynamicResources.ProtoReflect.Descriptor instead.

func (*Bootstrap_DynamicResources) GetAdsConfig

func (x *Bootstrap_DynamicResources) GetAdsConfig() *v3.ApiConfigSource

func (*Bootstrap_DynamicResources) GetCdsConfig

func (x *Bootstrap_DynamicResources) GetCdsConfig() *v3.ConfigSource

func (*Bootstrap_DynamicResources) GetCdsResourcesLocator

func (x *Bootstrap_DynamicResources) GetCdsResourcesLocator() *v1.ResourceLocator

func (*Bootstrap_DynamicResources) GetLdsConfig

func (x *Bootstrap_DynamicResources) GetLdsConfig() *v3.ConfigSource

func (*Bootstrap_DynamicResources) GetLdsResourcesLocator

func (x *Bootstrap_DynamicResources) GetLdsResourcesLocator() *v1.ResourceLocator

func (*Bootstrap_DynamicResources) ProtoMessage

func (*Bootstrap_DynamicResources) ProtoMessage()

func (*Bootstrap_DynamicResources) ProtoReflect

func (*Bootstrap_DynamicResources) Reset

func (x *Bootstrap_DynamicResources) Reset()

func (*Bootstrap_DynamicResources) String

func (x *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.

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

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 []*v35.Listener `protobuf:"bytes,1,rep,name=listeners,proto3" json:"listeners,omitempty"`
	Clusters  []*v36.Cluster  `protobuf:"bytes,2,rep,name=clusters,proto3" json:"clusters,omitempty"`
	Secrets   []*v37.Secret   `protobuf:"bytes,3,rep,name=secrets,proto3" json:"secrets,omitempty"`
	// contains filtered or unexported fields
}

func (*Bootstrap_StaticResources) Descriptor deprecated

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

Deprecated: Use Bootstrap_StaticResources.ProtoReflect.Descriptor instead.

func (*Bootstrap_StaticResources) GetClusters

func (x *Bootstrap_StaticResources) GetClusters() []*v36.Cluster

func (*Bootstrap_StaticResources) GetListeners

func (x *Bootstrap_StaticResources) GetListeners() []*v35.Listener

func (*Bootstrap_StaticResources) GetSecrets

func (x *Bootstrap_StaticResources) GetSecrets() []*v37.Secret

func (*Bootstrap_StaticResources) ProtoMessage

func (*Bootstrap_StaticResources) ProtoMessage()

func (*Bootstrap_StaticResources) ProtoReflect

func (*Bootstrap_StaticResources) Reset

func (x *Bootstrap_StaticResources) Reset()

func (*Bootstrap_StaticResources) String

func (x *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.

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

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 *v3.BindConfig                   `protobuf:"bytes,3,opt,name=upstream_bind_config,json=upstreamBindConfig,proto3" json:"upstream_bind_config,omitempty"`
	LoadStatsConfig    *v3.ApiConfigSource              `protobuf:"bytes,4,opt,name=load_stats_config,json=loadStatsConfig,proto3" json:"load_stats_config,omitempty"`
	// contains filtered or unexported fields
}

func (*ClusterManager) Descriptor deprecated

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

Deprecated: Use ClusterManager.ProtoReflect.Descriptor instead.

func (*ClusterManager) GetLoadStatsConfig

func (x *ClusterManager) GetLoadStatsConfig() *v3.ApiConfigSource

func (*ClusterManager) GetLocalClusterName

func (x *ClusterManager) GetLocalClusterName() string

func (*ClusterManager) GetOutlierDetection

func (x *ClusterManager) GetOutlierDetection() *ClusterManager_OutlierDetection

func (*ClusterManager) GetUpstreamBindConfig

func (x *ClusterManager) GetUpstreamBindConfig() *v3.BindConfig

func (*ClusterManager) ProtoMessage

func (*ClusterManager) ProtoMessage()

func (*ClusterManager) ProtoReflect

func (x *ClusterManager) ProtoReflect() protoreflect.Message

func (*ClusterManager) Reset

func (x *ClusterManager) Reset()

func (*ClusterManager) String

func (x *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.

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

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"`
	EventService *v3.EventServiceConfig `protobuf:"bytes,2,opt,name=event_service,json=eventService,proto3" json:"event_service,omitempty"`
	// contains filtered or unexported fields
}

func (*ClusterManager_OutlierDetection) Descriptor deprecated

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

Deprecated: Use ClusterManager_OutlierDetection.ProtoReflect.Descriptor instead.

func (*ClusterManager_OutlierDetection) GetEventLogPath

func (x *ClusterManager_OutlierDetection) GetEventLogPath() string

func (*ClusterManager_OutlierDetection) GetEventService

func (*ClusterManager_OutlierDetection) ProtoMessage

func (*ClusterManager_OutlierDetection) ProtoMessage()

func (*ClusterManager_OutlierDetection) ProtoReflect

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.

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

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

type LayeredRuntime struct {
	Layers []*RuntimeLayer `protobuf:"bytes,1,rep,name=layers,proto3" json:"layers,omitempty"`
	// contains filtered or unexported fields
}

func (*LayeredRuntime) Descriptor deprecated

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

Deprecated: Use LayeredRuntime.ProtoReflect.Descriptor instead.

func (*LayeredRuntime) GetLayers

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

func (*LayeredRuntime) ProtoMessage

func (*LayeredRuntime) ProtoMessage()

func (*LayeredRuntime) ProtoReflect

func (x *LayeredRuntime) ProtoReflect() protoreflect.Message

func (*LayeredRuntime) Reset

func (x *LayeredRuntime) Reset()

func (*LayeredRuntime) String

func (x *LayeredRuntime) String() string

func (*LayeredRuntime) Validate

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.

type LayeredRuntimeValidationError

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

Cause function returns cause value.

func (LayeredRuntimeValidationError) Error

Error satisfies the builtin error interface

func (LayeredRuntimeValidationError) ErrorName

func (e LayeredRuntimeValidationError) ErrorName() string

ErrorName returns error name.

func (LayeredRuntimeValidationError) Field

Field function returns field value.

func (LayeredRuntimeValidationError) Key

Key function returns key value.

func (LayeredRuntimeValidationError) Reason

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"`
	// contains filtered or unexported fields
}

func (*Runtime) Descriptor deprecated

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

Deprecated: Use Runtime.ProtoReflect.Descriptor instead.

func (*Runtime) GetBase

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

func (*Runtime) GetOverrideSubdirectory

func (x *Runtime) GetOverrideSubdirectory() string

func (*Runtime) GetSubdirectory

func (x *Runtime) GetSubdirectory() string

func (*Runtime) GetSymlinkRoot

func (x *Runtime) GetSymlinkRoot() string

func (*Runtime) ProtoMessage

func (*Runtime) ProtoMessage()

func (*Runtime) ProtoReflect

func (x *Runtime) ProtoReflect() protoreflect.Message

func (*Runtime) Reset

func (x *Runtime) Reset()

func (*Runtime) String

func (x *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.

type RuntimeLayer

type RuntimeLayer struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Types that are assignable to LayerSpecifier:
	//	*RuntimeLayer_StaticLayer
	//	*RuntimeLayer_DiskLayer_
	//	*RuntimeLayer_AdminLayer_
	//	*RuntimeLayer_RtdsLayer_
	LayerSpecifier isRuntimeLayer_LayerSpecifier `protobuf_oneof:"layer_specifier"`
	// contains filtered or unexported fields
}

func (*RuntimeLayer) Descriptor deprecated

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

Deprecated: Use RuntimeLayer.ProtoReflect.Descriptor instead.

func (*RuntimeLayer) GetAdminLayer

func (x *RuntimeLayer) GetAdminLayer() *RuntimeLayer_AdminLayer

func (*RuntimeLayer) GetDiskLayer

func (x *RuntimeLayer) GetDiskLayer() *RuntimeLayer_DiskLayer

func (*RuntimeLayer) GetLayerSpecifier

func (m *RuntimeLayer) GetLayerSpecifier() isRuntimeLayer_LayerSpecifier

func (*RuntimeLayer) GetName

func (x *RuntimeLayer) GetName() string

func (*RuntimeLayer) GetRtdsLayer

func (x *RuntimeLayer) GetRtdsLayer() *RuntimeLayer_RtdsLayer

func (*RuntimeLayer) GetStaticLayer

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

func (*RuntimeLayer) ProtoMessage

func (*RuntimeLayer) ProtoMessage()

func (*RuntimeLayer) ProtoReflect

func (x *RuntimeLayer) ProtoReflect() protoreflect.Message

func (*RuntimeLayer) Reset

func (x *RuntimeLayer) Reset()

func (*RuntimeLayer) String

func (x *RuntimeLayer) String() string

func (*RuntimeLayer) Validate

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.

type RuntimeLayerValidationError

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

Cause function returns cause value.

func (RuntimeLayerValidationError) Error

Error satisfies the builtin error interface

func (RuntimeLayerValidationError) ErrorName

func (e RuntimeLayerValidationError) ErrorName() string

ErrorName returns error name.

func (RuntimeLayerValidationError) Field

Field function returns field value.

func (RuntimeLayerValidationError) Key

Key function returns key value.

func (RuntimeLayerValidationError) Reason

Reason function returns reason value.

type RuntimeLayer_AdminLayer

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

func (*RuntimeLayer_AdminLayer) Descriptor deprecated

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

Deprecated: Use RuntimeLayer_AdminLayer.ProtoReflect.Descriptor instead.

func (*RuntimeLayer_AdminLayer) ProtoMessage

func (*RuntimeLayer_AdminLayer) ProtoMessage()

func (*RuntimeLayer_AdminLayer) ProtoReflect

func (x *RuntimeLayer_AdminLayer) ProtoReflect() protoreflect.Message

func (*RuntimeLayer_AdminLayer) Reset

func (x *RuntimeLayer_AdminLayer) Reset()

func (*RuntimeLayer_AdminLayer) String

func (x *RuntimeLayer_AdminLayer) String() string

func (*RuntimeLayer_AdminLayer) Validate

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.

type RuntimeLayer_AdminLayerValidationError

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

Cause function returns cause value.

func (RuntimeLayer_AdminLayerValidationError) Error

Error satisfies the builtin error interface

func (RuntimeLayer_AdminLayerValidationError) ErrorName

ErrorName returns error name.

func (RuntimeLayer_AdminLayerValidationError) Field

Field function returns field value.

func (RuntimeLayer_AdminLayerValidationError) Key

Key function returns key value.

func (RuntimeLayer_AdminLayerValidationError) Reason

Reason function returns reason value.

type RuntimeLayer_AdminLayer_

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

type RuntimeLayer_DiskLayer

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"`
	// contains filtered or unexported fields
}

func (*RuntimeLayer_DiskLayer) Descriptor deprecated

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

Deprecated: Use RuntimeLayer_DiskLayer.ProtoReflect.Descriptor instead.

func (*RuntimeLayer_DiskLayer) GetAppendServiceCluster

func (x *RuntimeLayer_DiskLayer) GetAppendServiceCluster() bool

func (*RuntimeLayer_DiskLayer) GetSubdirectory

func (x *RuntimeLayer_DiskLayer) GetSubdirectory() string

func (*RuntimeLayer_DiskLayer) GetSymlinkRoot

func (x *RuntimeLayer_DiskLayer) GetSymlinkRoot() string

func (*RuntimeLayer_DiskLayer) ProtoMessage

func (*RuntimeLayer_DiskLayer) ProtoMessage()

func (*RuntimeLayer_DiskLayer) ProtoReflect

func (x *RuntimeLayer_DiskLayer) ProtoReflect() protoreflect.Message

func (*RuntimeLayer_DiskLayer) Reset

func (x *RuntimeLayer_DiskLayer) Reset()

func (*RuntimeLayer_DiskLayer) String

func (x *RuntimeLayer_DiskLayer) String() string

func (*RuntimeLayer_DiskLayer) Validate

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.

type RuntimeLayer_DiskLayerValidationError

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

Cause function returns cause value.

func (RuntimeLayer_DiskLayerValidationError) Error

Error satisfies the builtin error interface

func (RuntimeLayer_DiskLayerValidationError) ErrorName

ErrorName returns error name.

func (RuntimeLayer_DiskLayerValidationError) Field

Field function returns field value.

func (RuntimeLayer_DiskLayerValidationError) Key

Key function returns key value.

func (RuntimeLayer_DiskLayerValidationError) Reason

Reason function returns reason value.

type RuntimeLayer_DiskLayer_

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

type RuntimeLayer_RtdsLayer

type RuntimeLayer_RtdsLayer struct {
	Name                string              `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	RtdsResourceLocator *v1.ResourceLocator `protobuf:"bytes,3,opt,name=rtds_resource_locator,json=rtdsResourceLocator,proto3" json:"rtds_resource_locator,omitempty"`
	RtdsConfig          *v3.ConfigSource    `protobuf:"bytes,2,opt,name=rtds_config,json=rtdsConfig,proto3" json:"rtds_config,omitempty"`
	// contains filtered or unexported fields
}

func (*RuntimeLayer_RtdsLayer) Descriptor deprecated

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

Deprecated: Use RuntimeLayer_RtdsLayer.ProtoReflect.Descriptor instead.

func (*RuntimeLayer_RtdsLayer) GetName

func (x *RuntimeLayer_RtdsLayer) GetName() string

func (*RuntimeLayer_RtdsLayer) GetRtdsConfig

func (x *RuntimeLayer_RtdsLayer) GetRtdsConfig() *v3.ConfigSource

func (*RuntimeLayer_RtdsLayer) GetRtdsResourceLocator

func (x *RuntimeLayer_RtdsLayer) GetRtdsResourceLocator() *v1.ResourceLocator

func (*RuntimeLayer_RtdsLayer) ProtoMessage

func (*RuntimeLayer_RtdsLayer) ProtoMessage()

func (*RuntimeLayer_RtdsLayer) ProtoReflect

func (x *RuntimeLayer_RtdsLayer) ProtoReflect() protoreflect.Message

func (*RuntimeLayer_RtdsLayer) Reset

func (x *RuntimeLayer_RtdsLayer) Reset()

func (*RuntimeLayer_RtdsLayer) String

func (x *RuntimeLayer_RtdsLayer) String() string

func (*RuntimeLayer_RtdsLayer) Validate

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.

type RuntimeLayer_RtdsLayerValidationError

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

Cause function returns cause value.

func (RuntimeLayer_RtdsLayerValidationError) Error

Error satisfies the builtin error interface

func (RuntimeLayer_RtdsLayerValidationError) ErrorName

ErrorName returns error name.

func (RuntimeLayer_RtdsLayerValidationError) Field

Field function returns field value.

func (RuntimeLayer_RtdsLayerValidationError) Key

Key function returns key value.

func (RuntimeLayer_RtdsLayerValidationError) Reason

Reason function returns reason value.

type RuntimeLayer_RtdsLayer_

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

type RuntimeLayer_StaticLayer

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

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"`
	MaxKillTimeoutJitter *duration.Duration `protobuf:"bytes,6,opt,name=max_kill_timeout_jitter,json=maxKillTimeoutJitter,proto3" json:"max_kill_timeout_jitter,omitempty"`
	MultikillTimeout     *duration.Duration `protobuf:"bytes,4,opt,name=multikill_timeout,json=multikillTimeout,proto3" json:"multikill_timeout,omitempty"`
	MultikillThreshold   *v34.Percent       `protobuf:"bytes,5,opt,name=multikill_threshold,json=multikillThreshold,proto3" json:"multikill_threshold,omitempty"`
	// contains filtered or unexported fields
}

func (*Watchdog) Descriptor deprecated

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

Deprecated: Use Watchdog.ProtoReflect.Descriptor instead.

func (*Watchdog) GetKillTimeout

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

func (*Watchdog) GetMaxKillTimeoutJitter

func (x *Watchdog) GetMaxKillTimeoutJitter() *duration.Duration

func (*Watchdog) GetMegamissTimeout

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

func (*Watchdog) GetMissTimeout

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

func (*Watchdog) GetMultikillThreshold

func (x *Watchdog) GetMultikillThreshold() *v34.Percent

func (*Watchdog) GetMultikillTimeout

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

func (*Watchdog) ProtoMessage

func (*Watchdog) ProtoMessage()

func (*Watchdog) ProtoReflect

func (x *Watchdog) ProtoReflect() protoreflect.Message

func (*Watchdog) Reset

func (x *Watchdog) Reset()

func (*Watchdog) String

func (x *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.

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

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