Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Filter ¶ added in v0.106.0
type Filter string
Filter filters tunnels by type when fetching a user's tunnels.
const ( // NoneFilter is a noop and does no filtering. NoneFilter Filter = "" // V2AlphaFilter filters down to only tunnels with vm-version: v2alpha when requesting a user's tunnels. // NOTE: We use this filter when checking tunnel readiness for api tests. The response when // requesting a user's tunnel does not include vm-version metadata so we need to use the // filter to ensure the correct type of tunnel has been started for an api test. V2AlphaFilter Filter = "v2alpha" )
Click to show internal directories.
Click to hide internal directories.