Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Feature ¶
type Feature struct {
// contains filtered or unexported fields
}
func NewFeatures ¶
func NewFeatures(client *k8s.Client, p Parameters) *Feature
func (*Feature) GenSummary ¶
GenSummary downloads and generates a summary table with all the features tested in the CI run.
type Parameters ¶
type Parameters struct { CiliumNamespace string CiliumOperatorNamespace string AgentPodSelector string OperatorPodSelector string CiliumOperatorCommand string NodeName string OperatorNodeName string WaitDuration time.Duration Output string Outputfile string MetricsDirectory string Repo string Commit string GHStepSummaryAnchor bool }
Parameters contains options for CLI
Click to show internal directories.
Click to hide internal directories.