kubernetes

package
v0.0.0-...-7baeb4b Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2018 License: Apache-2.0 Imports: 10 Imported by: 1

Documentation

Overview

Package kubernetes converts service graphs into Kubernetes manifests.

Package kubernetes converts service graphs into Kubernetes manifests.

Index

Constants

View Source
const (
	// ServiceGraphNamespace is the namespace all service graph related resources
	// (i.e. ConfigMap, Services, and Deployments) will reside in.
	ServiceGraphNamespace = "service-graph"
)

Variables

This section is empty.

Functions

func ServiceGraphToKubernetesManifests

func ServiceGraphToKubernetesManifests(
	serviceGraph graph.ServiceGraph,
	serviceNodeSelector map[string]string,
	serviceImage string,
	serviceMaxIdleConnectionsPerHost int,
	clientNodeSelector map[string]string,
	clientImage string) (yamlDoc []byte, err error)

ServiceGraphToKubernetesManifests converts a ServiceGraph to Kubernetes manifests.

Types

This section is empty.

Jump to

Keyboard shortcuts

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