Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetENV ¶
func GetENV(experimentDetails *experimentTypes.ExperimentDetails, expType DNSChaosType)
GetENV fetches all the env variables from the runner pod
Types ¶
type DNSChaosType ¶
type DNSChaosType string
DNSChaosType represents the DNS chaos type
const ( // Error represents DNS error Error DNSChaosType = "error" // Spoof represents DNS spoofing Spoof DNSChaosType = "spoof" )
Click to show internal directories.
Click to hide internal directories.