package envoy_config_resource_monitor_fixed_heap_v2alpha

import "github.com/envoyproxy/go-control-plane/envoy/config/resource_monitor/fixed_heap/v2alpha"

Index

Variables

var File_envoy_config_resource_monitor_fixed_heap_v2alpha_fixed_heap_proto protoreflect.FileDescriptor

Types

type FixedHeapConfig

type FixedHeapConfig struct {
	MaxHeapSizeBytes uint64 `protobuf:"varint,1,opt,name=max_heap_size_bytes,json=maxHeapSizeBytes,proto3" json:"max_heap_size_bytes,omitempty"`
	// contains filtered or unexported fields
}

func (*FixedHeapConfig) Descriptor

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

Deprecated: Use FixedHeapConfig.ProtoReflect.Descriptor instead.

func (*FixedHeapConfig) GetMaxHeapSizeBytes

func (x *FixedHeapConfig) GetMaxHeapSizeBytes() uint64

func (*FixedHeapConfig) ProtoMessage

func (*FixedHeapConfig) ProtoMessage()

func (*FixedHeapConfig) ProtoReflect

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

func (*FixedHeapConfig) Reset

func (x *FixedHeapConfig) Reset()

func (*FixedHeapConfig) String

func (x *FixedHeapConfig) String() string

func (*FixedHeapConfig) Validate

func (m *FixedHeapConfig) Validate() error

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

type FixedHeapConfigValidationError

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

FixedHeapConfigValidationError is the validation error returned by FixedHeapConfig.Validate if the designated constraints aren't met.

func (FixedHeapConfigValidationError) Cause

Cause function returns cause value.

func (FixedHeapConfigValidationError) Error

Error satisfies the builtin error interface

func (FixedHeapConfigValidationError) ErrorName

func (e FixedHeapConfigValidationError) ErrorName() string

ErrorName returns error name.

func (FixedHeapConfigValidationError) Field

Field function returns field value.

func (FixedHeapConfigValidationError) Key

Key function returns key value.

func (FixedHeapConfigValidationError) Reason

Reason function returns reason value.

Source Files

fixed_heap.pb.go fixed_heap.pb.validate.go

Version
v0.9.6
Published
Jul 5, 2020
Platform
linux/amd64
Imports
18 packages
Last checked
7 minutes ago

Tools for package owners.