Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Kind is the label key used to store the primary kind that's being tested. Kind = "kind" KindUDPRoute = "UDPRoute" KindTCPRoute = "TCPRoute" KindGRPCRoute = "GRPCRoute" KindIngress = "Ingress" KindKongServiceFacade = "KongServiceFacade" KindKongUpstreamPolicy = "KongUpstreamPolicy" KindKongLicense = "KongLicense" )
View Source
const ( // NetworkingFamily is the label key used to store the networking family of // resources that are being tests. // // Possible, values: "gatewaypi", "ingress". NetworkingFamily = "networkingfamily" NetworkingFamilyGatewayAPI = "gatewayapi" NetworkingFamilyIngress = "ingress" )
View Source
const ( // Example is the label key used to indicate whether the test is testing // example manifests. Example = "example" ExampleTrue = "true" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.