Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Report ¶
type Report struct {
// contains filtered or unexported fields
}
func (*Report) PrintJsonReport ¶
PrintJsonReport prints chosen resources taking part in binding usage and service catalog test
for injected namespace as a json in testing logs
type ReportType ¶
func WithApp ¶
func WithApp() ReportType
WithApp creates report with Application resources list: Application, ApplicationMapping
func WithHB ¶
func WithHB() ReportType
WithHB creates report with HelmBroker resources list: AddonsConfiguration, ClusterAddonsConfiguration
func WithK8s ¶
func WithK8s() ReportType
WithK8s creates report with Kubernetes resources list: Deployment, Pod, Service
func WithSC ¶
func WithSC() ReportType
WithSC creates report with Service Catalog resources list: ServiceBroker, ServiceClass, ServiceInstance, ServiceBinding, ClusterServiceBroker, ClusterServiceClass
type TestLogWriter ¶
type TestLogWriter struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.