Versions in this module Expand all Collapse all v0 v0.5.0 Feb 7, 2020 Changes in this version + func AdapterKnative(seed ...*knativev1alpha1.Adapter) *adapterKnative + func Application(seed ...*buildv1alpha1.Application) *application + func Condition(seed ...apis.Condition) *condition + func ConfigMap(seed ...*corev1.ConfigMap) *configMap + func Container(seed ...*buildv1alpha1.Container) *container + func DeployerCore(seed ...*corev1alpha1.Deployer) *deployerCore + func DeployerKnative(seed ...*knativev1alpha1.Deployer) *deployerKnative + func Deployment(seed ...*appsv1.Deployment) *deployment + func Function(seed ...*buildv1alpha1.Function) *function + func Gateway(seed ...*streamingv1alpha1.Gateway) *gateway + func InMemoryGateway(seed ...*streamingv1alpha1.InMemoryGateway) *inmemoryGateway + func Ingress(seed ...*networkingv1beta1.Ingress) *ingress + func KafkaGateway(seed ...*streamingv1alpha1.KafkaGateway) *kafkaGateway + func KedaScaledObject(seed ...*kedav1alpha1.ScaledObject) *kedaScaledObject + func KnativeConfiguration(seed ...*knativeservingv1.Configuration) *knativeConfiguration + func KnativeRoute(seed ...*knativeservingv1.Route) *knativeRoute + func KnativeService(seed ...*knativeservingv1.Service) *knativeService + func KpackClusterBuilder(seed ...*kpackbuildv1alpha1.ClusterBuilder) *kpackClusterBuilder + func KpackImage(seed ...*kpackbuildv1alpha1.Image) *kpackImage + func Processor(seed ...*streamingv1alpha1.Processor) *processor + func PulsarGateway(seed ...*streamingv1alpha1.PulsarGateway) *pulsarGateway + func Secret(seed ...*corev1.Secret) *secret + func Service(seed ...*corev1.Service) *service + func ServiceAccount(seed ...*corev1.ServiceAccount) *serviceAccount + func Stream(seed ...*streamingv1alpha1.Stream) *stream + type ObjectMeta interface + AddAnnotation func(key, value string) ObjectMeta + AddLabel func(key, value string) ObjectMeta + ControlledBy func(owner testing.Factory, scheme *runtime.Scheme) ObjectMeta + Create func() metav1.ObjectMeta + Created func(sec int64) ObjectMeta + Deleted func(sec int64) ObjectMeta + GenerateName func(format string, a ...interface{}) ObjectMeta + Generation func(generation int64) ObjectMeta + Name func(format string, a ...interface{}) ObjectMeta + Namespace func(namespace string) ObjectMeta + UID func(uid string) ObjectMeta + type PodTemplateSpec interface + AddAnnotation func(key, value string) PodTemplateSpec + AddLabel func(key, value string) PodTemplateSpec + ContainerNamed func(name string, cb func(*corev1.Container)) PodTemplateSpec + Create func() corev1.PodTemplateSpec + Volumes func(volumes ...corev1.Volume) PodTemplateSpec