# Functions
NewFromReader - creates a new Test from an io.Reader.
ReadTestsFromDir - Reads tests cases from .yaml and .yml file present in a directory does not recursively read files.
ReadTestsFromFile - reads tests from a file containing a list of Test.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ProtocolTCP - represents the TCP protocol.
ProtocolUDP - represents the UDP protocol.
# Variables
TestTypes - holds a map of valid NetAsserTestTypes.
ValidK8sResourceKinds - holds a map of valid K8sResourceKind.
# Structs
Dst holds the destination or the target resource of the test.
Host represents a host that can be used as Dst in a K8s test.
K8sResource - Resource hold a Kubernetes Resource.
Src represents a source in the K8s test.
Test holds a single netAssert test.
# Type aliases
K8sResourceKind represents the Kind of K8sResource.
Protocol - represents the Layer 4 protocol.
Tests - holds a slice of NetAssertTests.
TestType - represents a K8s test type, right now we only support k8s type.