v2

package
v0.0.0-...-113c6ea Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2019 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

Package v2 is a generated protocol buffer package.

It is generated from these files:

envoy/config/filter/http/squash/v2/squash.proto

It has these top-level messages:

Squash

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthSquash = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowSquash   = fmt.Errorf("proto: integer overflow")
)

Functions

This section is empty.

Types

type Squash

type Squash struct {
	// The name of the cluster that hosts the Squash server.
	Cluster string `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
	// When the filter requests the Squash server to create a DebugAttachment, it will use this
	// structure as template for the body of the request. It can contain reference to environment
	// variables in the form of '{{ ENV_VAR_NAME }}'. These can be used to provide the Squash server
	// with more information to find the process to attach the debugger to. For example, in a
	// Istio/k8s environment, this will contain information on the pod:
	//
	// .. code-block:: json
	//
	//  {
	//    "spec": {
	//      "attachment": {
	//        "pod": "{{ POD_NAME }}",
	//        "namespace": "{{ POD_NAMESPACE }}"
	//      },
	//      "match_request": true
	//    }
	//  }
	//
	// (where POD_NAME, POD_NAMESPACE are configured in the pod via the Downward API)
	AttachmentTemplate *google_protobuf1.Struct `protobuf:"bytes,2,opt,name=attachment_template,json=attachmentTemplate" json:"attachment_template,omitempty"`
	// The timeout for individual requests sent to the Squash cluster. Defaults to 1 second.
	RequestTimeout *time.Duration `protobuf:"bytes,3,opt,name=request_timeout,json=requestTimeout,stdduration" json:"request_timeout,omitempty"`
	// The total timeout Squash will delay a request and wait for it to be attached. Defaults to 60
	// seconds.
	AttachmentTimeout *time.Duration `protobuf:"bytes,4,opt,name=attachment_timeout,json=attachmentTimeout,stdduration" json:"attachment_timeout,omitempty"`
	// Amount of time to poll for the status of the attachment object in the Squash server
	// (to check if has been attached). Defaults to 1 second.
	AttachmentPollPeriod *time.Duration `` /* 128-byte string literal not displayed */
}

[#proto-status: experimental]

func (*Squash) Descriptor

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

func (*Squash) GetAttachmentPollPeriod

func (m *Squash) GetAttachmentPollPeriod() *time.Duration

func (*Squash) GetAttachmentTemplate

func (m *Squash) GetAttachmentTemplate() *google_protobuf1.Struct

func (*Squash) GetAttachmentTimeout

func (m *Squash) GetAttachmentTimeout() *time.Duration

func (*Squash) GetCluster

func (m *Squash) GetCluster() string

func (*Squash) GetRequestTimeout

func (m *Squash) GetRequestTimeout() *time.Duration

func (*Squash) Marshal

func (m *Squash) Marshal() (dAtA []byte, err error)

func (*Squash) MarshalTo

func (m *Squash) MarshalTo(dAtA []byte) (int, error)

func (*Squash) ProtoMessage

func (*Squash) ProtoMessage()

func (*Squash) Reset

func (m *Squash) Reset()

func (*Squash) Size

func (m *Squash) Size() (n int)

func (*Squash) String

func (m *Squash) String() string

func (*Squash) Unmarshal

func (m *Squash) Unmarshal(dAtA []byte) error

func (*Squash) Validate

func (m *Squash) Validate() error

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

type SquashValidationError

type SquashValidationError struct {
	Field  string
	Reason string
	Cause  error
	Key    bool
}

SquashValidationError is the validation error returned by Squash.Validate if the designated constraints aren't met.

func (SquashValidationError) Error

func (e SquashValidationError) Error() string

Error satisfies the builtin error interface

Jump to

Keyboard shortcuts

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