import "github.com/envoyproxy/go-control-plane/envoy/config/filter/http/squash/v2"
squash.pb.go squash.pb.validate.go
var File_envoy_config_filter_http_squash_v2_squash_proto protoreflect.FileDescriptor
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 *_struct.Struct `protobuf:"bytes,2,opt,name=attachment_template,json=attachmentTemplate,proto3" json:"attachment_template,omitempty"` // The timeout for individual requests sent to the Squash cluster. Defaults to 1 second. RequestTimeout *duration.Duration `protobuf:"bytes,3,opt,name=request_timeout,json=requestTimeout,proto3" json:"request_timeout,omitempty"` // The total timeout Squash will delay a request and wait for it to be attached. Defaults to 60 // seconds. AttachmentTimeout *duration.Duration `protobuf:"bytes,4,opt,name=attachment_timeout,json=attachmentTimeout,proto3" 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 *duration.Duration `protobuf:"bytes,5,opt,name=attachment_poll_period,json=attachmentPollPeriod,proto3" json:"attachment_poll_period,omitempty"` // contains filtered or unexported fields }
[#next-free-field: 6]
Deprecated: Use Squash.ProtoReflect.Descriptor instead.
func (x *Squash) ProtoReflect() protoreflect.Message
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 struct {
// contains filtered or unexported fields
}
SquashValidationError is the validation error returned by Squash.Validate if the designated constraints aren't met.
func (e SquashValidationError) Cause() error
Cause function returns cause value.
func (e SquashValidationError) Error() string
Error satisfies the builtin error interface
func (e SquashValidationError) ErrorName() string
ErrorName returns error name.
func (e SquashValidationError) Field() string
Field function returns field value.
func (e SquashValidationError) Key() bool
Key function returns key value.
func (e SquashValidationError) Reason() string
Reason function returns reason value.
Package envoy_config_filter_http_squash_v2 imports 20 packages (graph) and is imported by 6 packages. Updated 2021-01-08. Refresh now. Tools for package owners.