# Packages
No description provided by the author
# Functions
Deploy can be passed to NewKind to deploy extra components, in addition to the base deployment.
NewKind creates a kind cluster given a name and set of Option instances.
Override can be passed to NewKind to override some components of the base deployment (identified by the passed DeployID instance).
Timeout for long-running operations (e.g.
# Constants
AfterAgent DeployOrder would deploy related manifests after the NetObserv agent has been deployed.
No description provided by the author
ExternalServices DeployOrder is aimed for external services (e.g.
No description provided by the author
No description provided by the author
NetObservServices DeployOrder would deploy related manifests after all the external services have been deployed, and before deploying the Agent.
No description provided by the author
Preconditions DeployOrder is aimed to these Resources that define a given cluster status before tests start (e.g.
WithAgent DeployOrder would deploy related manifests with the NetObserv agent, after the rest of NetObservServices have been deployed.
# Structs
Deployment of components.
Kind cluster deployed by each TestMain function, prepared for a given test scenario.
# Type aliases
DeployID is an optional identifier for a deployment.
DeployOrder specifies the order in which a Deployment must be executed, from lower to higher priority.
Option that can be passed to the NewKind function in order to change the configuration of the test cluster.