ChaosTargetSelector interface

Model that represents a selector in the Experiment resource.

Properties

filter

Model that represents available filter types that can be applied to a targets list.

id

String of the selector ID.

type

Polymorphic discriminator, which specifies the different types this object can be

Property Details

filter

Model that represents available filter types that can be applied to a targets list.

filter?: ChaosTargetFilterUnion

Property Value

id

String of the selector ID.

id: string

Property Value

string

type

Polymorphic discriminator, which specifies the different types this object can be

type: "List" | "Query"

Property Value

"List" | "Query"