Documentation ¶
Index ¶
- 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
- type PodTemplateSpec
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AdapterKnative ¶
func AdapterKnative(seed ...*knativev1alpha1.Adapter) *adapterKnative
func Application ¶
func Application(seed ...*buildv1alpha1.Application) *application
func Container ¶
func Container(seed ...*buildv1alpha1.Container) *container
func DeployerCore ¶
func DeployerCore(seed ...*corev1alpha1.Deployer) *deployerCore
func DeployerKnative ¶
func DeployerKnative(seed ...*knativev1alpha1.Deployer) *deployerKnative
func Deployment ¶
func Deployment(seed ...*appsv1.Deployment) *deployment
func Function ¶
func Function(seed ...*buildv1alpha1.Function) *function
func Gateway ¶
func Gateway(seed ...*streamingv1alpha1.Gateway) *gateway
func InMemoryGateway ¶
func InMemoryGateway(seed ...*streamingv1alpha1.InMemoryGateway) *inmemoryGateway
func Ingress ¶
func Ingress(seed ...*networkingv1beta1.Ingress) *ingress
func KafkaGateway ¶
func KafkaGateway(seed ...*streamingv1alpha1.KafkaGateway) *kafkaGateway
func KedaScaledObject ¶
func KedaScaledObject(seed ...*kedav1alpha1.ScaledObject) *kedaScaledObject
func KnativeConfiguration ¶
func KnativeConfiguration(seed ...*knativeservingv1.Configuration) *knativeConfiguration
func KnativeRoute ¶
func KnativeRoute(seed ...*knativeservingv1.Route) *knativeRoute
func KnativeService ¶
func KnativeService(seed ...*knativeservingv1.Service) *knativeService
func KpackClusterBuilder ¶
func KpackClusterBuilder(seed ...*kpackbuildv1alpha1.ClusterBuilder) *kpackClusterBuilder
func KpackImage ¶
func KpackImage(seed ...*kpackbuildv1alpha1.Image) *kpackImage
func Processor ¶
func Processor(seed ...*streamingv1alpha1.Processor) *processor
func PulsarGateway ¶
func PulsarGateway(seed ...*streamingv1alpha1.PulsarGateway) *pulsarGateway
func ServiceAccount ¶
func ServiceAccount(seed ...*corev1.ServiceAccount) *serviceAccount
func Stream ¶
func Stream(seed ...*streamingv1alpha1.Stream) *stream
Types ¶
type ObjectMeta ¶
type ObjectMeta interface { Create() metav1.ObjectMeta Namespace(namespace string) ObjectMeta Name(format string, a ...interface{}) ObjectMeta GenerateName(format string, a ...interface{}) ObjectMeta AddLabel(key, value string) ObjectMeta AddAnnotation(key, value string) ObjectMeta Generation(generation int64) ObjectMeta ControlledBy(owner testing.Factory, scheme *runtime.Scheme) ObjectMeta Created(sec int64) ObjectMeta Deleted(sec int64) ObjectMeta UID(uid string) ObjectMeta }
type PodTemplateSpec ¶
type PodTemplateSpec interface { Create() corev1.PodTemplateSpec AddLabel(key, value string) PodTemplateSpec AddAnnotation(key, value string) PodTemplateSpec ContainerNamed(name string, cb func(*corev1.Container)) PodTemplateSpec Volumes(volumes ...corev1.Volume) PodTemplateSpec }
Source Files ¶
- adapter_knative.go
- application.go
- condition.go
- configmap.go
- container.go
- deployer_core.go
- deployer_knative.go
- deployment.go
- function.go
- gateway.go
- ingress.go
- inmemorygateway.go
- kafkagateway.go
- keda_scaledobject.go
- knative_configuration.go
- knative_route.go
- knative_service.go
- kpack_clusterbuilder.go
- kpack_image.go
- objectmeta.go
- podtemplatespec.go
- processor.go
- pulsargateway.go
- secret.go
- service.go
- serviceaccount.go
- stream.go
Click to show internal directories.
Click to hide internal directories.