package profile_actionv3

import "github.com/envoyproxy/go-control-plane/envoy/extensions/watchdog/profile_action/v3"

Index

Variables

var File_envoy_extensions_watchdog_profile_action_v3_profile_action_proto protoreflect.FileDescriptor

Types

type ProfileActionConfig

type ProfileActionConfig struct {

	// How long the profile should last. If not set defaults to 5 seconds.
	ProfileDuration *durationpb.Duration `protobuf:"bytes,1,opt,name=profile_duration,json=profileDuration,proto3" json:"profile_duration,omitempty"`
	// File path to the directory to output profiles.
	ProfilePath string `protobuf:"bytes,2,opt,name=profile_path,json=profilePath,proto3" json:"profile_path,omitempty"`
	// Limits the max number of profiles that can be generated by this action
	// over its lifetime to avoid filling the disk.
	// If not set (i.e. it's 0), a default of 10 will be used.
	MaxProfiles uint64 `protobuf:"varint,3,opt,name=max_profiles,json=maxProfiles,proto3" json:"max_profiles,omitempty"`
	// contains filtered or unexported fields
}

Configuration for the profile watchdog action.

func (*ProfileActionConfig) Descriptor

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

Deprecated: Use ProfileActionConfig.ProtoReflect.Descriptor instead.

func (*ProfileActionConfig) GetMaxProfiles

func (x *ProfileActionConfig) GetMaxProfiles() uint64

func (*ProfileActionConfig) GetProfileDuration

func (x *ProfileActionConfig) GetProfileDuration() *durationpb.Duration

func (*ProfileActionConfig) GetProfilePath

func (x *ProfileActionConfig) GetProfilePath() string

func (*ProfileActionConfig) ProtoMessage

func (*ProfileActionConfig) ProtoMessage()

func (*ProfileActionConfig) ProtoReflect

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

func (*ProfileActionConfig) Reset

func (x *ProfileActionConfig) Reset()

func (*ProfileActionConfig) String

func (x *ProfileActionConfig) String() string

func (*ProfileActionConfig) Validate

func (m *ProfileActionConfig) Validate() error

Validate checks the field values on ProfileActionConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ProfileActionConfig) ValidateAll

func (m *ProfileActionConfig) ValidateAll() error

ValidateAll checks the field values on ProfileActionConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ProfileActionConfigMultiError, or nil if none found.

type ProfileActionConfigMultiError

type ProfileActionConfigMultiError []error

ProfileActionConfigMultiError is an error wrapping multiple validation errors returned by ProfileActionConfig.ValidateAll() if the designated constraints aren't met.

func (ProfileActionConfigMultiError) AllErrors

func (m ProfileActionConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ProfileActionConfigMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ProfileActionConfigValidationError

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

ProfileActionConfigValidationError is the validation error returned by ProfileActionConfig.Validate if the designated constraints aren't met.

func (ProfileActionConfigValidationError) Cause

Cause function returns cause value.

func (ProfileActionConfigValidationError) Error

Error satisfies the builtin error interface

func (ProfileActionConfigValidationError) ErrorName

ErrorName returns error name.

func (ProfileActionConfigValidationError) Field

Field function returns field value.

func (ProfileActionConfigValidationError) Key

Key function returns key value.

func (ProfileActionConfigValidationError) Reason

Reason function returns reason value.

Source Files

profile_action.pb.go profile_action.pb.validate.go

Version
v1.32.4 (latest)
Published
Feb 3, 2025
Platform
linux/amd64
Imports
19 packages
Last checked
1 day ago

Tools for package owners.