Documentation ¶
Index ¶
- Constants
- func GetApp(kind v1alpha1.AppKind) v1alpha1.App
- func GetDaemonSet(daemonsetName string) *appsv1.DaemonSet
- func GetDeployment(deploymentName string) *appsv1.Deployment
- func GetKonfiguratorTemplateSpec() v1alpha1.KonfiguratorTemplateSpec
- func GetKonfiguratorTemplateStatus() v1alpha1.KonfiguratorTemplateStatus
- func GetStatefulSet(statefulsetName string) *appsv1.StatefulSet
- func GetVolumeMount() v1alpha1.VolumeMount
- func GetVolumeMounts() []v1alpha1.VolumeMount
Constants ¶
View Source
const (
//Namespace is a test namespace for unit tests
Namespace = "test-konfig"
)
Variables ¶
This section is empty.
Functions ¶
func GetDaemonSet ¶
GetDaemonSet provides daemonset for testing
func GetDeployment ¶
func GetDeployment(deploymentName string) *appsv1.Deployment
GetDeployment provides deployment for testing
func GetKonfiguratorTemplateSpec ¶
func GetKonfiguratorTemplateSpec() v1alpha1.KonfiguratorTemplateSpec
func GetKonfiguratorTemplateStatus ¶
func GetKonfiguratorTemplateStatus() v1alpha1.KonfiguratorTemplateStatus
func GetStatefulSet ¶
func GetStatefulSet(statefulsetName string) *appsv1.StatefulSet
GetStatefulSet provides statefulset for testing
func GetVolumeMount ¶
func GetVolumeMount() v1alpha1.VolumeMount
func GetVolumeMounts ¶
func GetVolumeMounts() []v1alpha1.VolumeMount
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.