Documentation ¶
Overview ¶
Package functional implements the envTest coverage for glance-operator
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIType ¶
type APIType string
GlanceTestData is the data structure used to provide input data to envTest
type GlanceTestData ¶
type GlanceTestData struct { ContainerImage string GlanceDatabaseUser string GlancePassword string GlanceServiceUser string GlancePVCSize string GlancePort string GlanceQuotas map[string]interface{} Instance types.NamespacedName GlanceInternal types.NamespacedName GlanceExternal types.NamespacedName GlanceRole types.NamespacedName GlanceRoleBinding types.NamespacedName GlanceSA types.NamespacedName GlanceDBSync types.NamespacedName GlancePublicRoute types.NamespacedName GlanceInternalRoute types.NamespacedName GlanceService types.NamespacedName GlanceConfigMapData types.NamespacedName GlanceInternalConfigMapData types.NamespacedName GlanceConfigMapScripts types.NamespacedName GlanceInternalAPI types.NamespacedName GlanceExternalAPI types.NamespacedName InternalAPINAD types.NamespacedName }
func GetGlanceTestData ¶
func GetGlanceTestData(glanceName types.NamespacedName) GlanceTestData
GetGlanceTestData is a function that initialize the GlanceTestData used in the test
Click to show internal directories.
Click to hide internal directories.