Versions in this module Expand all Collapse all v0 v0.6.0 Dec 17, 2019 Changes in this version + var OwnerReferenceComponentFunc = func(name string) metav1.OwnerReference + func Component(name, namespace string, opt ...ComponentOption) *v1alpha2.Component + func ComponentWith(component *v1alpha2.Component, opt ...ComponentOption) *v1alpha2.Component + type ComponentOption func(*v1alpha2.Component) + func WithComponentConfiguration(configMap *corev1.ConfigMap) ComponentOption + func WithComponentPodSpec(podSpec *corev1.PodSpec) ComponentOption + func WithComponentPortMaping(name string, protocol v1alpha2.Protocol, port int32, targetContainer string, ...) ComponentOption + func WithComponentSecret(secret *corev1.Secret) ComponentOption + func WithComponentType(cType v1alpha2.ComponentType) ComponentOption + func WithComponentVolumeClaim(shared bool, pvc *corev1.PersistentVolumeClaim) ComponentOption