HttpFilterConfigResponse

data class HttpFilterConfigResponse(val config: String, val configTypeUrl: String, val filterName: String)

HttpFilterConfiguration supplies additional contextual settings for networkservices.HttpFilter resources enabled by Traffic Director.

Constructors

Link copied to clipboard
fun HttpFilterConfigResponse(config: String, configTypeUrl: String, filterName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration needed to enable the networkservices.HttpFilter resource. The configuration must be YAML formatted and only contain fields defined in the protobuf identified in configTypeUrl

Link copied to clipboard

The fully qualified versioned proto3 type url of the protobuf that the filter expects for its contextual settings, for example: type.googleapis.com/google.protobuf.Struct

Link copied to clipboard

Name of the networkservices.HttpFilter resource this configuration belongs to. This name must be known to the xDS client. Example: envoy.wasm