resources

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2019 License: Apache-2.0 Imports: 7 Imported by: 15

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FilterLabels

func FilterLabels(brokerName string) map[string]string

FilterLabels generates the labels present on all resources representing the filter of the given Broker.

func IngressLabels

func IngressLabels(brokerName string) map[string]string

IngressLabels generates the labels present on all resources representing the ingress of the given Broker.

func MakeFilterDeployment

func MakeFilterDeployment(args *FilterArgs) *appsv1.Deployment

MakeFilterDeployment creates the in-memory representation of the Broker's filter Deployment.

func MakeFilterService

func MakeFilterService(b *eventingv1alpha1.Broker) *corev1.Service

MakeFilterService creates the in-memory representation of the Broker's filter Service.

func MakeIngress

func MakeIngress(args *IngressArgs) *appsv1.Deployment

MakeIngress creates the in-memory representation of the Broker's ingress Deployment.

func MakeIngressService

func MakeIngressService(b *eventingv1alpha1.Broker) *corev1.Service

MakeIngressService creates the in-memory representation of the Broker's ingress Service.

Types

type FilterArgs

type FilterArgs struct {
	Broker             *eventingv1alpha1.Broker
	Image              string
	ServiceAccountName string
}

FilterArgs are the arguments to create a Broker's filter Deployment.

type IngressArgs

type IngressArgs struct {
	Broker             *eventingv1alpha1.Broker
	Image              string
	ServiceAccountName string
	ChannelAddress     string
}

IngressArgs are the arguments to create a Broker's ingress Deployment.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL