Documentation
¶
Overview ¶
Package functional implements the envTest coverage for manila-operator
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManilaTestData ¶
type ManilaTestData struct {
RabbitmqClusterName string
RabbitmqSecretName string
ManilaDataBaseUser string
ManilaPassword string
ManilaServiceUser string
Instance types.NamespacedName
ManilaRole types.NamespacedName
ManilaRoleBinding types.NamespacedName
ManilaTransportURL types.NamespacedName
ManilaSA types.NamespacedName
ManilaDBSync types.NamespacedName
ManilaKeystoneEndpoint types.NamespacedName
ManilaServicePublic types.NamespacedName
ManilaServiceInternal types.NamespacedName
ManilaConfigMapData types.NamespacedName
ManilaConfigMapScripts types.NamespacedName
ManilaAPI types.NamespacedName
ManilaScheduler types.NamespacedName
InternalAPINAD types.NamespacedName
ContainerImage string
}
ManilaTestData is the data structure used to provide input data to envTest
func GetManilaTestData ¶
func GetManilaTestData(manilaName types.NamespacedName) ManilaTestData
GetManilaTestData is a function that initialize the ManilaTestData used in the test
Click to show internal directories.
Click to hide internal directories.