Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreatePrintableCatalogFromIdentifiers ¶
func CreatePrintableCatalogFromIdentifiers(keys []claim.Identifier) map[string][]Entry
func GetSuitesFromIdentifiers ¶
func GetSuitesFromIdentifiers(keys []claim.Identifier) []string
func StartServer ¶
func StartServer(outputFolder string)
Types ¶
type RequestedData ¶
type RequestedData struct { SelectedOptions []string `json:"selectedOptions"` TargetNameSpaces []string `json:"targetNameSpaces"` PodsUnderTestLabels []string `json:"podsUnderTestLabels"` OperatorsUnderTestLabels []string `json:"operatorsUnderTestLabels"` ManagedDeployments []string `json:"managedDeployments"` ManagedStatefulsets []string `json:"managedStatefulsets"` SkipScalingTestDeploymentsnamespace []string `json:"skipScalingTestDeploymentsnamespace"` SkipScalingTestDeploymentsname []string `json:"skipScalingTestDeploymentsname"` SkipScalingTestStatefulsetsnamespace []string `json:"skipScalingTestStatefulsetsnamespace"` SkipScalingTestStatefulsetsname []string `json:"skipScalingTestStatefulsetsname"` TargetCrdFiltersnameSuffix []string `json:"targetCrdFiltersnameSuffix"` TargetCrdFiltersscalable []string `json:"targetCrdFiltersscalable"` AcceptedKernelTaints []string `json:"acceptedKernelTaints"` SkipHelmChartList []string `json:"skipHelmChartList"` Servicesignorelist []string `json:"servicesignorelist"` ValidProtocolNames []string `json:"ValidProtocolNames"` ProbeDaemonSetNamespace []string `json:"ProbeDaemonSetNamespace"` CollectorAppEndPoint []string `json:"CollectorAppEndPoint"` ExecutedBy []string `json:"executedBy"` CollectorAppPassword []string `json:"CollectorAppPassword"` PartnerName []string `json:"PartnerName"` ConnectAPIKey []string `json:"key,omitempty"` ConnectProjectID []string `json:"projectID,omitempty"` ConnectAPIBaseURL []string `json:"baseURL,omitempty"` ConnectAPIProxyURL []string `json:"proxyURL,omitempty"` ConnectAPIProxyPort []string `json:"proxyPort,omitempty"` }
type ResponseData ¶
type ResponseData struct {
Message string `json:"message"`
}
Click to show internal directories.
Click to hide internal directories.