package envoy_config_retry_previous_hosts_v2

import "github.com/envoyproxy/go-control-plane/envoy/config/retry/previous_hosts/v2"

Index

Types

type PreviousHostsPredicate

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

func (*PreviousHostsPredicate) Descriptor

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

func (*PreviousHostsPredicate) ProtoMessage

func (*PreviousHostsPredicate) ProtoMessage()

func (*PreviousHostsPredicate) Reset

func (m *PreviousHostsPredicate) Reset()

func (*PreviousHostsPredicate) String

func (m *PreviousHostsPredicate) String() string

func (*PreviousHostsPredicate) Validate

func (m *PreviousHostsPredicate) Validate() error

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

func (*PreviousHostsPredicate) XXX_DiscardUnknown

func (m *PreviousHostsPredicate) XXX_DiscardUnknown()

func (*PreviousHostsPredicate) XXX_Marshal

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

func (*PreviousHostsPredicate) XXX_Merge

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

func (*PreviousHostsPredicate) XXX_Size

func (m *PreviousHostsPredicate) XXX_Size() int

func (*PreviousHostsPredicate) XXX_Unmarshal

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

type PreviousHostsPredicateValidationError

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

PreviousHostsPredicateValidationError is the validation error returned by PreviousHostsPredicate.Validate if the designated constraints aren't met.

func (PreviousHostsPredicateValidationError) Cause

Cause function returns cause value.

func (PreviousHostsPredicateValidationError) Error

Error satisfies the builtin error interface

func (PreviousHostsPredicateValidationError) ErrorName

ErrorName returns error name.

func (PreviousHostsPredicateValidationError) Field

Field function returns field value.

func (PreviousHostsPredicateValidationError) Key

Key function returns key value.

func (PreviousHostsPredicateValidationError) Reason

Reason function returns reason value.

Source Files

previous_hosts.pb.go previous_hosts.pb.validate.go

Version
v0.9.5
Published
Apr 1, 2020
Platform
js/wasm
Imports
14 packages
Last checked
2 hours ago

Tools for package owners.