GoogleApi.Container.V1.Model.Filter (google_api_container v0.57.0)

View Source

Allows filtering to one or more specific event types. If event types are present, those and only those event types will be transmitted to the cluster. Other types will be skipped. If no filter is specified, or no event types are present, all event types will be sent

Attributes

  • eventType (type: list(String.t), default: nil) - Event types to allowlist.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Container.V1.Model.Filter{eventType: [String.t()] | nil}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.