resources

package
v0.29.1 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2022 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MessagingRoleLabel = "messaging.knative.dev/role"
	MessagingRole      = "kafka-channel"
)
View Source
const (
	DispatcherContainerName = "dispatcher"
)

Variables

This section is empty.

Functions

func MakeChannelServiceName

func MakeChannelServiceName(name string) string

func MakeK8sService

func MakeK8sService(kc *v1beta1.KafkaChannel, opts ...ServiceOption) (*corev1.Service, error)

MakeK8sService creates a new K8s Service for a Channel resource. It also sets the appropriate OwnerReferences on the resource so handleObject can discover the Channel resource that 'owns' it. As well as being garbage collected when the Channel is deleted.

func MakeRoleBinding

func MakeRoleBinding(ns, name string, sa *corev1.ServiceAccount, roleName string) *rbacv1.RoleBinding

MakeRoleBinding creates a RoleBinding object for the Kafka dispatcher service account 'sa' in the Namespace 'ns'.

func MakeServiceAccount

func MakeServiceAccount(namespace, name string) *corev1.ServiceAccount

MakeServiceAccount creates a ServiceAccount object for the Namespace 'ns'.

Types

type DispatcherDeploymentArgs added in v0.26.0

type DispatcherDeploymentArgs struct {
	DispatcherScope       string
	DispatcherNamespace   string
	Image                 string
	Replicas              int32
	ServiceAccount        string
	ConfigMapHash         string
	OwnerRef              metav1.OwnerReference
	DeploymentAnnotations map[string]string
	DeploymentLabels      map[string]string
	PodAnnotations        map[string]string
	PodLabels             map[string]string
}

type DispatcherDeploymentBuilder added in v0.26.0

type DispatcherDeploymentBuilder struct {
	// contains filtered or unexported fields
}

func NewDispatcherDeploymentBuilder added in v0.26.0

func NewDispatcherDeploymentBuilder() *DispatcherDeploymentBuilder

NewDispatcherDeploymentBuilder returns a builder which builds from scratch a dispatcher deployment. Intended to be used when creating the dispatcher deployment for the first time.

func NewDispatcherDeploymentBuilderFromDeployment added in v0.26.0

func NewDispatcherDeploymentBuilderFromDeployment(d *v1.Deployment) *DispatcherDeploymentBuilder

NewDispatcherDeploymentBuilderFromDeployment returns a builder which builds a dispatcher deployment from the given deployment. Intended to be used when updating an existing dispatcher deployment.

func (*DispatcherDeploymentBuilder) Build added in v0.26.0

func (*DispatcherDeploymentBuilder) WithArgs added in v0.26.0

type DispatcherServiceArgs added in v0.26.0

type DispatcherServiceArgs struct {
	DispatcherNamespace string
	ServiceAnnotations  map[string]string
	ServiceLabels       map[string]string
}

type DispatcherServiceBuilder added in v0.26.0

type DispatcherServiceBuilder struct {
	// contains filtered or unexported fields
}

func NewDispatcherServiceBuilder added in v0.26.0

func NewDispatcherServiceBuilder() *DispatcherServiceBuilder

NewDispatcherServiceBuilder returns a builder which builds from scratch a dispatcher service. Intended to be used when creating the dispatcher service for the first time.

func NewDispatcherServiceBuilderFromService added in v0.26.0

func NewDispatcherServiceBuilderFromService(s *corev1.Service) *DispatcherServiceBuilder

NewDispatcherServiceBuilderFromService returns a builder which builds a dispatcher service from the given service. Intended to be used when updating an existing dispatcher service.

func (*DispatcherServiceBuilder) Build added in v0.26.0

func (*DispatcherServiceBuilder) WithArgs added in v0.26.0

type ServiceOption

type ServiceOption func(*corev1.Service) error

ServiceOption can be used to optionally modify the K8s service in MakeK8sService.

func ExternalService

func ExternalService(namespace, service string) ServiceOption

ExternalService is a functional option for MakeK8sService to create a K8s service of type ExternalName pointing to the specified service in a namespace.

Jump to

Keyboard shortcuts

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