package types
import "github.com/envoyproxy/go-control-plane/pkg/cache/types"
Index ¶
- type MarshaledResource
- type Resource
- type ResourceWithName
- type ResourceWithTTL
- type ResponseType
- type SkipFetchError
Types ¶
type MarshaledResource ¶
type MarshaledResource = []byte
MarshaledResource is an alias for the serialized binary array.
type Resource ¶
Resource is the base interface for the xDS payload.
type ResourceWithName ¶
ResourceWithName provides a name for out-of-tree resources.
type ResourceWithTTL ¶
ResourceWithTTL is a Resource with an optional TTL.
type ResponseType ¶
type ResponseType int
ResponseType enumeration of supported response types
const ( Cluster ResponseType = iota Endpoint Listener Route ScopedRoute VirtualHost Secret Runtime ExtensionConfig RateLimitConfig UnknownType // token to count the total number of supported types )
NOTE: The order of this enum MATTERS! https://www.envoyproxy.io/docs/envoy/latest/api-docs/xds_protocol#aggregated-discovery-service ADS expects things to be returned in a specific order. See the following issue for details: https://github.com/envoyproxy/go-control-plane/issues/526
type SkipFetchError ¶
type SkipFetchError struct{}
SkipFetchError is the error returned when the cache fetch is short circuited due to the client's version already being up-to-date.
func (SkipFetchError) Error ¶
func (e SkipFetchError) Error() string
Error satisfies the error interface
Source Files ¶
- Version
- v0.13.4 (latest)
- Published
- Jan 6, 2025
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 2 weeks ago –
Tools for package owners.