import "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/cdn_loop/v3alpha"
cdn_loop.pb.go cdn_loop.pb.validate.go
var File_envoy_extensions_filters_http_cdn_loop_v3alpha_cdn_loop_proto protoreflect.FileDescriptor
type CdnLoopConfig struct { // The CDN identifier to use for loop checks and to append to the // CDN-Loop header. // // RFC 8586 calls this the cdn-id. The cdn-id can either be a // pseudonym or hostname the CDN is in control of. // // cdn_id must not be empty. CdnId string `protobuf:"bytes,1,opt,name=cdn_id,json=cdnId,proto3" json:"cdn_id,omitempty"` // The maximum allowed count of cdn_id in the downstream CDN-Loop // request header. // // The default of 0 means a request can transit the CdnLoopFilter // once. A value of 1 means that a request can transit the // CdnLoopFilter twice and so on. MaxAllowedOccurrences uint32 `protobuf:"varint,2,opt,name=max_allowed_occurrences,json=maxAllowedOccurrences,proto3" json:"max_allowed_occurrences,omitempty"` // contains filtered or unexported fields }
CDN-Loop Header filter config. See the :ref:`configuration overview <config_http_filters_cdn_loop>` for more information.
func (*CdnLoopConfig) Descriptor() ([]byte, []int)
Deprecated: Use CdnLoopConfig.ProtoReflect.Descriptor instead.
func (x *CdnLoopConfig) GetCdnId() string
func (x *CdnLoopConfig) GetMaxAllowedOccurrences() uint32
func (*CdnLoopConfig) ProtoMessage()
func (x *CdnLoopConfig) ProtoReflect() protoreflect.Message
func (x *CdnLoopConfig) Reset()
func (x *CdnLoopConfig) String() string
func (m *CdnLoopConfig) Validate() error
Validate checks the field values on CdnLoopConfig with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type CdnLoopConfigValidationError struct {
// contains filtered or unexported fields
}
CdnLoopConfigValidationError is the validation error returned by CdnLoopConfig.Validate if the designated constraints aren't met.
func (e CdnLoopConfigValidationError) Cause() error
Cause function returns cause value.
func (e CdnLoopConfigValidationError) Error() string
Error satisfies the builtin error interface
func (e CdnLoopConfigValidationError) ErrorName() string
ErrorName returns error name.
func (e CdnLoopConfigValidationError) Field() string
Field function returns field value.
func (e CdnLoopConfigValidationError) Key() bool
Key function returns key value.
func (e CdnLoopConfigValidationError) Reason() string
Reason function returns reason value.
Package envoy_extensions_filters_http_cdn_loop_v3alpha imports 18 packages (graph) and is imported by 5 packages. Updated 2021-01-09. Refresh now. Tools for package owners.